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

Fixes to the special case with almost only water #803

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on May 24, 2023

  1. Fixes to the special case with almost only water

    For the almost only water case the primary variables are p, sg and sw.
    
    1) Use sw>=1-1e-6 as threshold for defining almost only water
    2) Chop the water saturation at 1.01 and not 1.0 in order to improve convergence
    3) Restrict update of rs/rv, rsw/rvw and zfraction in the extended blackoil model by the saturation scaling factor from the Appleyard-chopping.
    Tor Harald Sandve committed May 24, 2023
    Configuration menu
    Copy the full SHA
    36a0976 View commit details
    Browse the repository at this point in the history