feat: Enable aperture modifications without a full mechanics solver#3906
Draft
feat: Enable aperture modifications without a full mechanics solver#3906
Conversation
…ult. A problem sample is defined in 'stressPathDrivenGeomechanics/'. The pressure and aperture data will be saved in the files 'fracPressure_history.hdf5' and 'fracAperture_history.hdf5'.
…ic trajectory: BartonBandisStressPathDriven.
…ePassThru function for our new constitutive law; Deleting commented function in FlowSolverBase; Using previous implementation of the Barton Bandis law, with Kni
…ling the new solver anymore;
…ng files, deleting commented code lines.
…Updating the RST documentation.
… the RST documentation; Removing flag for updating stencils; Minor documentation update.
…he new fracture aperture is calculated internally, and it is not propagated to the aperture field. For now, the test requires that the pressure difference to be very small.
…. Replacing it by a constitutive relation for permeability. Updated aperture computed internally. Results still validated by analytical solution. Sample file updated.
jafranc
reviewed
Apr 20, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR is the first step for implementing a simplified hydromechanical coupling based on the Barton–Bandis aperture model and a prescribed stress path.
The main change introduced here is the new permeability constitutive law (BartonBandisPermeability) that internally computes fracture aperture, according to the current pressure and normal stress, before updating its permeability.