Ryan Aronson

Results 7 issues of Ryan Aronson

Implemented stabilized flux kernels to enable pressure jump stabilization for single-phase poromechanics. Also moves some stabilization-related functions from MultiphasePoromechanics to PoromechanicsSolver, as now that single-phase stabilization exists it could be...

type: feature
flag: ready for review
flag: requires rebaseline

Refactors the CI workflows such that the checks for labels `ci: ready to be merged` and `ci: run integrated tests` occur within the corresponding Github Actions jobs, which means that...

ci: ready to be merged
flag: ready for review
type: CI
ci: run integrated tests
flag: no rebaseline

The output of mechanical strain in addition to displacements from GEOS has been requested, and I can do/have done some implementation as I have availability. Output of total strain has...

type: feature
type: new

I believe that currently, a specified initial time step size is overwritten/not respected when poromechanics initialization is performed. For example, if the poromechanics initialization is done with a time step...

type: bug
type: new

This commit is the first step towards a final goal of simulation of coupled poromechanics using piecewise quadratic elements for displacement. All that is done here is the creation of...

type: feature
flag: ready for review

**Describe the bug** I am seeing some odd stress behavior in my poromechanical initialization of HI24L. In particular, there were some oscillations in stress on the boundaries between MPI ranks....

type: bug
type: new

Introducing a plasticStrain output field in addition to the current total strain. This is done by subtracting the elastic strain (obtained via the getElasticStrain method of the constitutive laws) from...