...
All fields that are in a bus need to get declared with the command "PHYVARnCx".
The syntax is:
Volet |
---|
PHYVARnD1 (name, description) |
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) |
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:
...