Skip to content

Conversation

@jhuang2601
Copy link
Contributor

@jhuang2601 jhuang2601 commented Dec 18, 2025

This PR couples the ALM solver with multiphase flow in sequential mode

@jhuang2601 jhuang2601 self-assigned this Dec 18, 2025
@jhuang2601 jhuang2601 added type: feature New feature or request EPIC - FF/Contact Contact mechanics EPIC - FF/Solvers labels Dec 18, 2025
@jhuang2601 jhuang2601 marked this pull request as draft December 19, 2025 02:26
@jhuang2601 jhuang2601 marked this pull request as ready for review December 19, 2025 19:44
Copy link
Contributor

@jafranc jafranc left a comment

Choose a reason for hiding this comment

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

Looks good to me !! Thanks @jhuang2601

Comment on lines +117 to +118
static const localIndex m_maxFaceNodes=11; // Maximum number of nodes on a contact face

Copy link
Contributor

Choose a reason for hiding this comment

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

Should somehow be set in a parent class instead of hard-copied from implementation to implementation

@jafranc
Copy link
Contributor

jafranc commented Dec 22, 2025

Maybe a quick test will add to CI strength

Copy link
Collaborator

@paveltomin paveltomin left a comment

Choose a reason for hiding this comment

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

looks fine as a first step
code duplication should be definitely addressed in a subsequent PR

for this PR my only small request is to add a test case, will simplify refactoring and extension later

@jhuang2601 jhuang2601 added ci: run CUDA builds Allows to triggers (costly) CUDA jobs ci: run integrated tests Allows to run the integrated tests in GEOS CI ci: run code coverage enables running of the code coverage CI jobs flag: requires rebaseline Requires rebaseline branch in integratedTests labels Jan 8, 2026
@jhuang2601
Copy link
Contributor Author

looks fine as a first step code duplication should be definitely addressed in a subsequent PR

for this PR my only small request is to add a test case, will simplify refactoring and extension later

Sure, a smoke test with two curved fractures is added.

@jhuang2601
Copy link
Contributor Author

Expected failure and hence rebaseline is required

=======================
Test failures
=======================
ALM_multiphasePoromechanics_curvedFrac_smoke_01
ALM_multiphasePoromechanics_curvedFrac_smoke_02
ALM_singlephasePoromechanics_curvedFrac_smoke_01
ALM_singlephasePoromechanics_curvedFrac_smoke_02
=======================
Overall status: FAILED
=======================

@codecov
Copy link

codecov bot commented Jan 8, 2026

Codecov Report

❌ Patch coverage is 4.91803% with 58 lines in your changes missing coverage. Please review.
✅ Project coverage is 58.90%. Comparing base (58178e4) to head (180e9bd).

Files with missing lines Patch % Lines
.../MultiphasePoromechanicsConformingFracturesALM.cpp 0.00% 46 Missing ⚠️
.../MultiphasePoromechanicsConformingFracturesALM.hpp 20.00% 12 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #3926      +/-   ##
===========================================
- Coverage    58.93%   58.90%   -0.04%     
===========================================
  Files         1351     1353       +2     
  Lines       112834   112895      +61     
===========================================
+ Hits         66499    66500       +1     
- Misses       46335    46395      +60     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci: run code coverage enables running of the code coverage CI jobs ci: run CUDA builds Allows to triggers (costly) CUDA jobs ci: run integrated tests Allows to run the integrated tests in GEOS CI EPIC - FF/Contact Contact mechanics EPIC - FF/Solvers flag: ready for review flag: requires rebaseline Requires rebaseline branch in integratedTests type: feature New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants