Skip to content

feat: Strain Dependent Permeability model - #3824

Open
jhuang2601 wants to merge 24 commits into
developfrom
feature/jhuang/strainDependentPermeability
Open

jhuang2601 wants to merge 24 commits into
developfrom
feature/jhuang/strainDependentPermeability

Conversation

@jhuang2601

Copy link
Copy Markdown
Contributor

This PR adds a volumetric Strain Dependent Permeability model for porous rock (Chin et al., 2000)

image

@jhuang2601
jhuang2601 marked this pull request as ready for review May 15, 2026 22:02
@jhuang2601 jhuang2601 linked an issue May 15, 2026 that may be closed by this pull request
@jhuang2601 jhuang2601 closed this May 15, 2026
@jhuang2601 jhuang2601 reopened this May 15, 2026
{
real64 const porosityRatio = currentPorosity / referencePorosity;

for( localIndex i = 0; i < permeability.size(); ++i )

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Suggested change
for( localIndex i = 0; i < permeability.size(); ++i )
for( localIndex i = 0; i < 3; ++i )

I would hard-code this

referencePermeability[2] = m_referencePermeability[k][0][2];

compute( referencePorosity,
referencePermeability,

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Suggested change
referencePermeability,
m_referencePermeability[k][0],

No need to copy

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

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Permeability models for PorousSolid

3 participants