Definition (when used under the Output element)¶
This element contains definition information of the calculation result.
Example¶
1<Definition valueType="real" position="node" />
1<Definition valueType="integer" position="cell" >
2 <Enumeration value="0" caption="Dry" />
3 <Enumeration value="1" caption="Wet" />
4</Definition>
Please refer to Example of calculation result defined at grid also.
Attributes¶
Name |
Value |
Required |
Description |
---|---|---|---|
valueType |
Refer to the table below |
Yes |
Value type |
position |
Refer to the table below |
Yes |
Definition position |
Value |
Meaning |
---|---|
integer |
Integer |
real |
Real number |
Value |
Meaning |
---|---|
node |
Grid nodes |
cell |
Grid cells |
iface |
Edges between cells (I-direction) |
jface |
Edges between cells (J-direction) |
particle |
Particles |
polydata |
Polygons and poly lines |
Child elements¶
Name |
Required |
Description |
---|---|---|
Enumeration |
It should be specified when solver developers wants to limit the selection of the value. It can be specified only when valueType is integer or real. |