Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Overall Composition (Z) Formulation #3443

Open
wants to merge 77 commits into
base: develop
Choose a base branch
from

Conversation

rasimHZ
Copy link
Contributor

@rasimHZ rasimHZ commented Nov 14, 2024

Preliminary implementation. Validated in immiscible case.

@paveltomin paveltomin added the type: feature New feature or request label Nov 14, 2024
MultiFluidBase const & fluid = getConstitutiveModel< MultiFluidBase >( dataGroup, fluidName );

// For now: isothermal only
GEOS_ERROR_IF( m_isThermal, GEOS_FMT( "CompositionalMultiphaseBase {}: Z Formulation is currently not available for thermal simulations", getDataContext() ) );
Copy link
Contributor

Choose a reason for hiding this comment

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

no need for CompositionalMultiphaseBase, I think getDataContext() should provide enough info

Copy link
Contributor

Choose a reason for hiding this comment

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

and this check should be in postInputInitialization

{
typename TYPEOFREF( stencil ) ::KernelWrapper stencilWrapper = stencil.createKernelWrapper();

GEOS_ERROR_IF( m_isThermal, GEOS_FMT(
Copy link
Contributor

Choose a reason for hiding this comment

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

move checks somewhere earlier

@paveltomin paveltomin linked an issue Dec 5, 2024 that may be closed by this pull request
@paveltomin paveltomin marked this pull request as ready for review December 19, 2024 19:24
@paveltomin paveltomin added the ci: run integrated tests Allows to run the integrated tests in GEOS CI label Dec 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci: run integrated tests Allows to run the integrated tests in GEOS CI flag: ready for review type: feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Saturation values above 1
3 participants