Skip to content
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

[GeoMechanicsApplication] Revisit the 1D consolidation benchmark test's python file #12167

Merged
merged 11 commits into from
Mar 12, 2024

Conversation

markelov208
Copy link
Contributor

📝 Description
A brief description of the PR.

Check displacement results and produce graph results for water pressure and displacement. Results are compared with the Verruijt analytical solution.

🆕 Changelog
Please summarize the changes in one list to generate the changelog:
E.g.

  • added creation of water pressure and displacement pictures in svg format. This requires matplotlib.
  • added function to calculate a total deformation following the Verruijt analytical solution.
  • added asserts for displacement/deformation
  • extended documentation

Gennady Markelov added 6 commits March 9, 2024 22:54
- added creation of displacement and water pressure pictures in svg format
- added checking of displacement
- added calculation of degree of consolidation
- a new name calculate_degree_of_1D_consolidation in analytical_solutions
- moved 1d_consolidation test in a separate py file
- removed calls to matplotlib
@markelov208 markelov208 requested review from WPK4FEM and rfaasse March 12, 2024 06:40
Copy link
Contributor

@rfaasse rfaasse left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice extension of this test to include the analytical result for the displacements. The plots improve the clarity of the test a lot, thanks for adding them!

I have a few suggestions for improvements, nothing really blocking (except the unfortunate need to skip this test until we have found the issue with it in the pipeline)

Copy link
Contributor

@WPK4FEM WPK4FEM left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for completing this example of our geomechanics functionality.

Copy link
Contributor Author

@markelov208 markelov208 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Many thanks Richard and Wijtze-Pieter for many fruitful and important comments.

@WPK4FEM WPK4FEM self-requested a review March 12, 2024 15:29
Copy link
Contributor

@rfaasse rfaasse left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for incorporating the changes, all good from my side!

Copy link
Contributor

@WPK4FEM WPK4FEM left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for all the good effort. For me this is ready to merge.

@markelov208 markelov208 merged commit 9c0870a into master Mar 12, 2024
15 of 16 checks passed
@markelov208 markelov208 deleted the geo/revisit_1d_consolidation_benchmark_test branch March 12, 2024 16:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[GeoMechanicsApplication] Revisit the 1D consolidation benchmark test's python file
3 participants