-
Notifications
You must be signed in to change notification settings - Fork 97
feat: Multiphase contact mechanics with wells #3849
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
Conversation
inputFiles/poromechanicsFractures/multiphasePoromechanics_FaultModel_well_fim_smoke.xml
Outdated
Show resolved
Hide resolved
inputFiles/poromechanicsFractures/multiphasePoromechanics_FaultModel_well_fim_smoke.xml
Outdated
Show resolved
Hide resolved
herve-gross
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we add this capability to the documentation?
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## develop #3849 +/- ##
===========================================
- Coverage 58.95% 58.94% -0.02%
===========================================
Files 1326 1326
Lines 109506 109523 +17
===========================================
- Hits 64556 64555 -1
- Misses 44950 44968 +18 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
src/coreComponents/physicsSolvers/multiphysics/MultiphasePoromechanicsConformingFractures.cpp
Outdated
Show resolved
Hide resolved
…echanicsConformingFractures.cpp
…-DEV/GEOS into dkachuma/multiphase-contact
This PR adds well solver support to the coupled flow and conforming fracture solver.
Adds a new solver of type
CompositionalMultiphaseReservoirPoromechanicsConformingFractureswhich combines the fracture solver withe the flow and well solver. This follows theSinglePhaseReservoirPoromechanicsConformingFracturessolver.The added test case replaces the source flux from the
multiphasePoromechanics_FaultModel_smoke.xmlmodel with an injection well.