We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55d107a commit f6ffa61Copy full SHA for f6ffa61
1 file changed
kratos.gid/apps/FreeSurface/xml/XmlController.tcl
@@ -39,6 +39,13 @@ proc ::FreeSurface::xml::CustomTree { args } {
39
40
spdAux::SetValueOnTreeItem v 9.8 FLGravity GravityValue
41
42
+ set root [customlib::GetBaseRoot]
43
+ foreach {n pn} [list LIN_DARCY_COEF "Linear darcy coefficient" NONLIN_DARCY_COEF "Nonlinear darcy coefficient" POROSITY "Porosity" BODY_FORCE "Body force"] {
44
+ if {[$root selectNodes "[spdAux::getRoute NodalResults]/value\[@n='$n'\]"] eq ""} {
45
+ gid_groups_conds::addF [spdAux::getRoute NodalResults] value [list n $n pn $pn v yes values "yes,no"]
46
+ }
47
48
+
49
}
50
51
proc ::FreeSurface::xml::UpdateParts {domNode args} {
0 commit comments