File tree Expand file tree Collapse file tree
kratos.gid/apps/FreeSurface/examples Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -131,9 +131,9 @@ proc ::FreeSurface::examples::Box::TreeAssignation2D {args} {
131131 # Fluid Conditions
132132 [customlib::AddConditionGroupOnXPath " $fluidConditions /condition\[ @n='Slip$nd '\] " Slip_Walls] setAttribute ov $condtype
133133
134- [customlib::AddConditionGroupOnXPath " $fluidConditions /condition\[ @n='Lin_Darcy_Coef_$nd '\] " Surface_Bottom] setAttribute ov $condtype
135- [customlib::AddConditionGroupOnXPath " $fluidConditions /condition\[ @n='Non_Lin_Darcy_Coef_$nd '\] " Surface_Bottom] setAttribute ov $condtype
136- [customlib::AddConditionGroupOnXPath " $fluidConditions /condition\[ @n='Porosity$nd '\] " Surface_Bottom] setAttribute ov $condtype
134+ # [customlib::AddConditionGroupOnXPath "$fluidConditions/condition\[@n='Lin_Darcy_Coef_$nd'\]" Surface_Bottom] setAttribute ov $condtype
135+ # [customlib::AddConditionGroupOnXPath "$fluidConditions/condition\[@n='Non_Lin_Darcy_Coef_$nd'\]" Surface_Bottom] setAttribute ov $condtype
136+ # [customlib::AddConditionGroupOnXPath "$fluidConditions/condition\[@n='Porosity$nd'\]" Surface_Bottom] setAttribute ov $condtype
137137
138138 # Time parameters
139139 set parameters [list EndTime 5 DeltaTime 0.1]
You can’t perform that action at this time.
0 commit comments