Skip to content

fix: SinglePhaseWell Thermal - #4126

Open
tjb-ltk wants to merge 4 commits into
developfrom
fix/byer3/singlephasewell
Open

fix: SinglePhaseWell Thermal#4126
tjb-ltk wants to merge 4 commits into
developfrom
fix/byer3/singlephasewell

Conversation

@tjb-ltk

@tjb-ltk tjb-ltk commented Aug 19, 2026

Copy link
Copy Markdown
Contributor
  1. fix numdof for shutwell matrix assembly , set to 2 for and should be 3
  2. add missing perforation rate contribution to well system only solve

Compositional wells were correct. The code was refactored a bit to avoid duplication in matrix stamping and Dof definition

…on contribution to well system when solving well only system . These are singlephase only issues
@tjb-ltk tjb-ltk self-assigned this Aug 19, 2026
@tjb-ltk tjb-ltk added ci: run CUDA builds Allows to triggers (costly) CUDA jobs ci: run integrated tests Allows to run the integrated tests in GEOS CI flag: no rebaseline Does not require rebaseline ci: run code coverage enables running of the code coverage CI jobs labels Aug 19, 2026

void SinglePhaseWell::registerWellDataOnMesh( WellElementSubRegion & subRegion )
{
updateNumDofPerElement();

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.

Maybe we don't need to call it again, since it will be called in WellControls::registerDataOnMesh( subRegion ); at the following line.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Thanks... I removed that and unified the setup of a couple of var, hope it doesn't change the baselines.

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 flag: no rebaseline Does not require rebaseline

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants