You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[GeoMechanicsApplication] add a new oedometer test to the test_element_lab (#14403)
* make a mesh, material and project parameters file for the oedometer test (unit convention = kN)
* insert assertion function and apply it in the triaxial test
* add oedometer test with assertion function
* apply assert function on displacement assertion triaxial test
* formatting of json files for the oedometer test
* remove triaxial material parameters from the json format exception list
* minor changes to triaxial test readme
* add readme for the oedometer test incl schematic
* changes in mesh, project and material files according to comments and changes in undrained branch
* add stage name drained and add functions in triaxial test
* remove old code
* change to geo drainage type
* change nr of checked ip's in triaxial test
Co-authored-by: Copilot <copilot@github.com>
* make code use general helper functions
Co-authored-by: Copilot <copilot@github.com>
* change output file type
* change the poisson ratio
* change output file name
* remove value for the bulk modulus fluid
* apply stepwise loading + remove unused material parameters and set to si units (N instead of kN)
* si units in assertion and stepwise loading
* fix fixed base constraint
* use axisymmetric element type and loading
* Update readme
Co-authored-by: Copilot <copilot@github.com>
* apply review comments
---------
Co-authored-by: Copilot <copilot@github.com>
Copy file name to clipboardExpand all lines: applications/GeoMechanicsApplication/tests/test_element_lab/oedometer_ULFEM_diff_order/MaterialParameters.json
Copy file name to clipboardExpand all lines: applications/GeoMechanicsApplication/tests/test_element_lab/oedometer_ULFEM_diff_order/ProjectParameters.json
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.
4
+
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.
5
+
6
+
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.
7
+
8
+

9
+
10
+
## Setup
11
+
12
+
The test is performed under the following conditions:
13
+
14
+
-**Constraints**:
15
+
- The bottom nodes (1, 2, 3) are fixed in the X and Y directions.
16
+
- The side nodes and the symmetry axis (3, 6, 9 and 1, 4, 7) are fixed in the X direction.
17
+
-**Material**:
18
+
- The material is described by the linear elastic model with the following parameters:
19
+
- Poisson's ratio = 0.25
20
+
- Young's modulus = 1e+07 Pa
21
+
-**Loading Conditions**:
22
+
- A top load is applied in 4 equal steps:
23
+
- t = 0.01 to 0.25: load = -2.5e+05 Pa
24
+
- t = 0.26 to 0.50: load = -5e+05 Pa
25
+
- t = 0.51 to 0.75: load = -7.5e+05 Pa
26
+
- t = 0.76 to 1.0: load = -1e+06 Pa
27
+
28
+
## Assertions
29
+
For this test, the stresses at t = 1.0 are verified.
30
+
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.
0 commit comments