Skip to content

Commit

Permalink
Fixing the entire element to a zero water pressure, since it's irrele…
Browse files Browse the repository at this point in the history
…vant
  • Loading branch information
rfaasse committed Mar 28, 2024
1 parent ee4d1d9 commit 989971e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"scaling": true
},
"problem_domain_sub_model_part_list": ["Soil"],
"processes_sub_model_part_list": ["BottomFixed","TopLoad"],
"processes_sub_model_part_list": ["BottomFixed","TopLoad","Soil"],
"body_domain_sub_model_part_list": ["Soil"]
},
"output_processes": {
Expand Down Expand Up @@ -116,7 +116,7 @@
"kratos_module": "KratosMultiphysics.GeoMechanicsApplication",
"process_name": "ApplyScalarConstraintTableProcess",
"Parameters": {
"model_part_name": "PorousDomain.BottomFixed",
"model_part_name": "PorousDomain.Soil",
"variable_name": "WATER_PRESSURE",
"active": true,
"is_fixed": true,
Expand Down

0 comments on commit 989971e

Please sign in to comment.