Comparaison des versions

Légende

  • Ces lignes ont été ajoutées. Ce mot a été ajouté.
  • Ces lignes ont été supprimées. Ce mot a été supprimé.
  • La mise en forme a été modifiée.

...

All fields that are in a bus need to get declared with the command "PHYVARnCx".

The syntax is:

Volet

     PHYVARnD1 (name, description)
respectively
     PHYVARnDC (name, description, condition)

Where :
    'n' is the "real" dimension of the field which can be:  2 (ni*nj), 3 (ni*nj*nk), or 4
. And 'x' can be '1' or otherwise 'C', for fields which only get declared under a certain condition.

The syntax is:

Volet

PHYVARnD1 (name, description)
PHYVARnDC (name, description, condition)

Where :
    'name' is the "name" by which the field can get addressed in the physics. This variable is actually an integer which contains the starting position of the field in the bus.
    'description' is a string containing a set of keys key words followed by a name, description or value. The different keys are separated by a semicolon ';'. These are the accepted keys:

...