Skip to content

Commit

Permalink
[GeoMechanicsApplication] Fix 1d consolidation test (#12030) (#12041)
Browse files Browse the repository at this point in the history
Changes include:
* Cleaned up the input files of the 1D consolidation test.
* Renamed a few model parts.
* Removed unneeded output items.
* Removed unneeded load parameters.
* Documented the test.
* Avoid offset of 1 second in end times of stages.
* No longer skip this test.
  • Loading branch information
WPK4FEM committed Feb 13, 2024
1 parent 99356f4 commit 0778ac4
Show file tree
Hide file tree
Showing 36 changed files with 835 additions and 980 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ Begin Conditions LineLoadDiffOrderCondition2D3N
End Conditions


Begin SubModelPart Soil_undrained-auto-1
Begin SubModelPart Soil_two_phase
Begin SubModelPartTables
End SubModelPartTables
Begin SubModelPartNodes
Expand Down Expand Up @@ -586,7 +586,7 @@ Begin SubModelPart Soil_undrained-auto-1
End SubModelPartConditions
End SubModelPart

Begin SubModelPart BOTTOM
Begin SubModelPart Bottom
Begin SubModelPartTables
End SubModelPartTables
Begin SubModelPartNodes
Expand All @@ -602,7 +602,7 @@ Begin SubModelPart BOTTOM
End SubModelPartConditions
End SubModelPart

Begin SubModelPart SIDE
Begin SubModelPart Side
Begin SubModelPartTables
End SubModelPartTables
Begin SubModelPartNodes
Expand Down Expand Up @@ -697,7 +697,7 @@ End SubModelPart



Begin SubModelPart Line_Load-auto-1
Begin SubModelPart Line_load
Begin SubModelPartTables
End SubModelPartTables
Begin SubModelPartNodes
Expand All @@ -715,3 +715,19 @@ Begin SubModelPart Line_Load-auto-1
End SubModelPartConditions
End SubModelPart

Begin SubModelPart Fluid_pressure
Begin SubModelPartTables
End SubModelPartTables
Begin SubModelPartNodes
197
198
199
200
201
End SubModelPartNodes
Begin SubModelPartElements
End SubModelPartElements
Begin SubModelPartConditions
End SubModelPartConditions
End SubModelPart

This file was deleted.

This file was deleted.

Loading

0 comments on commit 0778ac4

Please sign in to comment.