-
Notifications
You must be signed in to change notification settings - Fork 248
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] Implement well constitutive behaviour for line pressure element #12323
Comments
To be looked into before next refinement by @rfaasse |
Had a look into the PR, it is quite limited in scope and size, so should not be too much work to review and adjust. There are some possibilities to include/extend the functions we have in transport_equation_utilities to calculate the biot moduli (also making it easier to unit test this). What is still missing are the integration tests for the line elements (similar to the tests for the thermal well element). |
@mnabideltares will take a look at this. Related: #12951 |
Description:
To enhance our computational model for simulating high capacity heat storage systems, we need to implement a pressure "wel/filter" element on top of the existing pressure line element. The pressure filter element will enable us to model the behavior of heat storage under the ground, accounting for their heat exchange processes. This addition is crucial for achieving realistic simulations of heat storage systems and optimizing their performance.
Acceptance Criteria:
The text was updated successfully, but these errors were encountered: