We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2702a9a commit 1b164d0Copy full SHA for 1b164d0
1 file changed
kratos.gid/apps/ShallowWater/xml/XmlController.tcl
@@ -30,4 +30,7 @@ proc ::ShallowWater::xml::CustomTree {args} {
30
gid_groups_conds::setAttributes "[spdAux::getRoute NodalResults]/value\[@n = 'VELOCITY'\]" [list state normal]
31
gid_groups_conds::setAttributes "[spdAux::getRoute NodalResults]/value\[@n = 'HEIGHT'\]" [list state normal]
32
gid_groups_conds::setAttributes "[spdAux::getRoute NodalResults]/value\[@n = 'FREE_SURFACE_ELEVATION'\]" [list state normal]
33
+
34
+ #
35
+ gid_groups_conds::setAttributes "[spdAux::getRoute [GetUniqueName conditions]]/condition\[@n = 'ImposedFlowRate'\]/value\[@n = 'selector_component_Z'\]" [list v Not]
36
}
0 commit comments