Definition (when used under the Output element)

This element contains definition information of the calculation result.

Example

List 130 Example of Definition definition 1
1<Definition valueType="real" position="node" />
List 131 Example of Definition definition 2
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

Table 24 Attributes of Definition

Name

Value

Required

Description

valueType

Refer to the table below

Yes

Value type

position

Refer to the table below

Yes

Definition position

Table 25 valueType values

Value

Meaning

integer

Integer

real

Real number

Table 26 position values

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

Table 27 Child elements of Definition

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.