Skip to content

Commit 9cca881

Browse files
change the poisson ratio
1 parent 83fb795 commit 9cca881

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

applications/GeoMechanicsApplication/tests/test_element_lab.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ def _run_triaxial_regression_test(self, stage_name, output_file_name, expected_d
5757

5858
def test_oedometer_drained(self):
5959
"""Regression test for the oedometer experiment on a linear elastic model with constant pore water pressure."""
60-
expected_stress_per_ip = [0.0, -1000.0, 0.0, 0.0, 0.0, 0.0]
60+
expected_stress_per_ip = [-333.333, -1000.0, -333.333, 0.0, 0.0, 0.0]
6161
expected_stress = [expected_stress_per_ip] * 6
62-
expected_y_displacements = [-0.025, -0.05, -0.075, -0.1]
62+
expected_y_displacements = [-0.0208333, -0.0416667, -0.0625, -0.0833333]
6363
displacement_times = [0.25, 0.5, 0.75, 1.0]
6464
top_nodes = [7, 8, 9]
6565
self._run_oedometer_regression_test('drained', 'test_oedometer_output.post.res', expected_stress,

applications/GeoMechanicsApplication/tests/test_element_lab/test_oedometer/drained/MaterialParameters.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"RETENTION_LAW": "SaturatedLaw",
2323
"SATURATED_SATURATION": 0.0,
2424
"YOUNG_MODULUS": 1.0e+04,
25-
"POISSON_RATIO": 0.0
25+
"POISSON_RATIO": 0.25
2626
}
2727
}
2828
}

0 commit comments

Comments
 (0)