-
Notifications
You must be signed in to change notification settings - Fork 292
[GeoMechanicsApplication] add a new oedometer test to the test_element_lab #14403
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
9e54d07
make a mesh, material and project parameters file for the oedometer t…
Sabine-van-Dijk d5e715d
insert assertion function and apply it in the triaxial test
Sabine-van-Dijk db00ae7
add oedometer test with assertion function
Sabine-van-Dijk a2db314
apply assert function on displacement assertion triaxial test
Sabine-van-Dijk 94b6584
formatting of json files for the oedometer test
Sabine-van-Dijk ab63228
remove triaxial material parameters from the json format exception list
Sabine-van-Dijk b9e2305
minor changes to triaxial test readme
Sabine-van-Dijk 5e2f231
add readme for the oedometer test incl schematic
Sabine-van-Dijk 772c9a4
changes in mesh, project and material files according to comments and…
Sabine-van-Dijk 178f5a0
add stage name drained and add functions in triaxial test
Sabine-van-Dijk ffc54e6
make equal with master
Sabine-van-Dijk d501966
remove old code
Sabine-van-Dijk a7dc6b8
change to geo drainage type
Sabine-van-Dijk dba14b7
change nr of checked ip's in triaxial test
Sabine-van-Dijk 5c69788
make code use general helper functions
Sabine-van-Dijk 83fb795
change output file type
Sabine-van-Dijk 9cca881
change the poisson ratio
Sabine-van-Dijk b4baf8b
change output file name
Sabine-van-Dijk 2cb4988
remove value for the bulk modulus fluid
Sabine-van-Dijk e4aa62d
apply stepwise loading + remove unused material parameters and set to…
Sabine-van-Dijk c537f25
si units in assertion and stepwise loading
Sabine-van-Dijk 0ebbb37
fix fixed base constraint
Sabine-van-Dijk f34cc3b
use axisymmetric element type and loading
Sabine-van-Dijk fa12b46
Update readme
Sabine-van-Dijk 4dcf3c0
apply review comments
Sabine-van-Dijk File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
30 changes: 30 additions & 0 deletions
30
...cations/GeoMechanicsApplication/tests/test_element_lab/test_oedometer/README.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,30 @@ | ||
| # Oedometer Test | ||
|
|
||
| This test simulates an oedometer test with a prescribed stepwise top loading process on a linear elastic soil model. It replicates a laboratory test used to determine soil properties, such as consolidation characteristics. | ||
| In the laboratory, this is performed on a cylindrical volume of soil, where an increasing pressure is applied on the top of the cylinder. In the model test, the soil sample is emulated by two axisymmetric differential order elements. | ||
|
|
||
| A schematic overview of the model is displayed in the figure below. Here the nodes are displayed as black dots. The two elements are numbered in red and are separated by the red line. The symmetry axis is displayed as a red dashed line. | ||
|
|
||
|  | ||
|
|
||
| ## Setup | ||
|
|
||
| The test is performed under the following conditions: | ||
|
|
||
| - **Constraints**: | ||
| - The bottom nodes (1, 2, 3) are fixed in the X and Y directions. | ||
| - The side nodes and the symmetry axis (3, 6, 9 and 1, 4, 7) are fixed in the X direction. | ||
| - **Material**: | ||
| - The material is described by the linear elastic model with the following parameters: | ||
| - Poisson's ratio = 0.25 | ||
| - Young's modulus = 1e+07 Pa | ||
| - **Loading Conditions**: | ||
| - A top load is applied in 4 equal steps: | ||
| - t = 0.01 to 0.25: load = -2.5e+05 Pa | ||
| - t = 0.26 to 0.50: load = -5e+05 Pa | ||
| - t = 0.51 to 0.75: load = -7.5e+05 Pa | ||
| - t = 0.76 to 1.0: load = -1e+06 Pa | ||
|
|
||
| ## Assertions | ||
| For this test, the stresses at t = 1.0 are verified. | ||
| Additionally, the displacement in the Y-direction of the top nodes is verified at four time steps: t = 0.25, 0.5, 0.75, and 1.0. |
89 changes: 89 additions & 0 deletions
89
applications/GeoMechanicsApplication/tests/test_element_lab/test_oedometer/common/mesh.mdpa
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,89 @@ | ||
| Begin Table 1 TIME LINE_NORMAL_LOAD_Y | ||
| 0.0 0.0 | ||
| 0.01 2.5e+05 | ||
| 0.25 2.5e+05 | ||
| 0.26 5e+05 | ||
| 0.50 5e+05 | ||
| 0.51 7.5e+05 | ||
| 0.75 7.5e+05 | ||
| 0.76 1e+06 | ||
| 1.0 1e+06 | ||
| End Table | ||
|
|
||
| Begin Properties 0 | ||
| End Properties | ||
|
|
||
| Begin Properties 1 | ||
| End Properties | ||
|
|
||
| Begin Nodes | ||
| 1 0.0 0.0 0.0 | ||
| 2 0.5 0.0 0.0 | ||
| 3 1.0 0.0 0.0 | ||
| 4 0.0 0.5 0.0 | ||
| 5 0.5 0.5 0.0 | ||
| 6 1.0 0.5 0.0 | ||
| 7 0.0 1.0 0.0 | ||
| 8 0.5 1.0 0.0 | ||
| 9 1.0 1.0 0.0 | ||
| End Nodes | ||
|
|
||
| Begin Elements SmallStrainUPwDiffOrderAxisymmetricElement2D6N | ||
| 1 1 7 1 3 4 2 5 | ||
| 2 1 3 9 7 6 8 5 | ||
| End Elements | ||
|
|
||
| Begin Conditions AxisymmetricLineNormalLoadDiffOrderCondition2D3N | ||
| 1 0 9 7 8 | ||
| End Conditions | ||
|
|
||
| Begin SubModelPart Soil | ||
| Begin SubModelPartNodes | ||
| 1 | ||
| 2 | ||
| 3 | ||
| 4 | ||
| 5 | ||
| 6 | ||
| 7 | ||
| 8 | ||
| 9 | ||
| End SubModelPartNodes | ||
| Begin SubModelPartElements | ||
| 1 | ||
| 2 | ||
| End SubModelPartElements | ||
| End SubModelPart | ||
|
|
||
| Begin SubModelPart Top_load | ||
| Begin SubModelPartTables | ||
| 1 | ||
| End SubModelPartTables | ||
| Begin SubModelPartNodes | ||
| 7 | ||
| 8 | ||
| 9 | ||
| End SubModelPartNodes | ||
| Begin SubModelPartConditions | ||
| 1 | ||
| End SubModelPartConditions | ||
| End SubModelPart | ||
|
|
||
| Begin SubModelPart Fixed_base | ||
| Begin SubModelPartNodes | ||
| 1 | ||
| 2 | ||
| 3 | ||
| End SubModelPartNodes | ||
| End SubModelPart | ||
|
|
||
| Begin SubModelPart Sides_rollers | ||
| Begin SubModelPartNodes | ||
| 3 | ||
| 6 | ||
| 9 | ||
| 1 | ||
| 4 | ||
| 7 | ||
| End SubModelPartNodes | ||
| End SubModelPart | ||
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.