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

[Poro] Add new post-processing variables #12393

Merged
merged 19 commits into from
May 21, 2024

Conversation

xaviertort
Copy link
Member

📝 Description
This PR is meant to add two new post-processing variables for the interface elements, which are MID_PLANE_LIQUID_PRESSURE and SLIP_TENDENCY, and the corresponding nodal smoothed variables, NODAL_MID_PLANE_LIQUID_PRESSURE and NODAL_SLIP_TENDENCY.
The calculation of the slip tendency is just reserved for Mohr Coulomb constitutive law while the calculation of the mid plane liquid pressure can be done inside every constitutive law.
The objective of the nodal smoothed variables is to provide as easier visualisation of the results in GiD.

🆕 Changelog

  • Creates MID_PLANE_LIQUID_PRESSURE, SLIP_TENDENCY, NODAL_MID_PLANE_LIQUID_PRESSURE and NODAL_SLIP_TENDENCY
  • Includes the implementation inside the interface element to call the variables
  • Includes the implementation inside the MC constitutive law for the slip tendency
  • Includes the implementation inside the explicit and Newmark quasistatic schemes
  • Includes the implementation of the nodal smoothing process for both variables

Copy link
Member

@ipouplana ipouplana left a comment

Choose a reason for hiding this comment

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

Thanks Xavi!

@xaviertort xaviertort merged commit 8956b64 into master May 21, 2024
11 checks passed
@xaviertort xaviertort deleted the poro/feature-postprocess-tools branch May 21, 2024 14:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Applications Feature Post Process Related to post-processing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants