BoundaryCondition¶
BoundaryCondition element contains boundary condition information.
Example¶
1<BoundaryCondition name="inflow" caption="In flow" position="node">
2 <Item name="discharge" caption="Discharge">
3 <Definition valueType="real" default="0" />
4 </Item>
5</BoundaryCondition>
Attributes¶
Name |
Value |
Required |
Description |
---|---|---|---|
name |
String |
Yes |
Name of element |
caption |
String |
Yes |
String to be displayed on dialog |
position |
Refer the table below |
Yes |
Definition position |
Value |
Meaning |
---|---|
node |
Grid nodes |
cell |
Grid cells |
edge |
Grid edges |
Child elements¶
Name |
Required |
Description |
---|---|---|
Item |
Definition of element |