Skip to content

Commit bc8334e

Browse files
committed
add new condtition
1 parent cd2712c commit bc8334e

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

kratos.gid/apps/ShallowWater/xml/Conditions.xml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<ConditionItem
44
n="ImposedFlowRate"
55
pn="Imposed flow rate"
6+
state="[checkStateByUniqueName SWSolStrat stabilized_shallow_water_solver]"
67
Interval="Total"
78
App="ShallowWater"
89
Type="BoundaryCondition"
@@ -17,6 +18,24 @@
1718
</TopologyFeatures>
1819
</ConditionItem>
1920

21+
<ConditionItem
22+
n="ImposedVelocity"
23+
pn="Imposed velocity"
24+
state="[checkStateByUniqueName SWSolStrat wave_solver]"
25+
Interval="Total"
26+
App="ShallowWater"
27+
Type="BoundaryCondition"
28+
ElementType="Line"
29+
VariableName="VELOCITY"
30+
ProcessName="AssignVectorVariableProcess"
31+
help=""
32+
units="m/s"
33+
unit_magnitude="L/T">
34+
<TopologyFeatures>
35+
<item GeometryType="Line" nodes="2" KratosName="LineCondition2D2N"/>
36+
</TopologyFeatures>
37+
</ConditionItem>
38+
2039
<ConditionItem
2140
n="ImposedFreeSurface"
2241
pn="Imposed free surface"

0 commit comments

Comments
 (0)