Item¶
Item element contains information that defines an input item of calculation conditions, grid generating condtions, attributes of the input grid, or .boundary conditions.
Example¶
1<Item name="stime" caption="Start Time">
2 <Definition valueType="real" default="0" />
3</Item>
Refer to Examples of calculation conditions, boundary conditions, and grid generating condition for examples of Item element definitions.
Attributes¶
Name |
Value |
Required |
Description |
---|---|---|---|
name |
String |
Yes |
Name of element |
caption |
String |
String to be displayed on the dialog |
Child elements¶
Name |
Required |
Description |
---|---|---|
Definition |
Yes |
Definition of elements |