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

Partitioning tracers #5268

Merged
merged 8 commits into from
Jun 14, 2024
Merged

Partitioning tracers #5268

merged 8 commits into from
Jun 14, 2024

Commits on Jun 10, 2024

  1. Extend tracer model to solution tracers.

    Solve an extended linear system with free and solution tracers with mass transfer coupling term.
    svenn-t committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    b00cc2c View commit details
    Browse the repository at this point in the history
  2. Fixes after rebase

    svenn-t committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    050ce2d View commit details
    Browse the repository at this point in the history
  3. Fix mass exchange term.

    Additionally, store separate well terms for free and solution tracers
    svenn-t committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    1645559 View commit details
    Browse the repository at this point in the history
  4. Changed to Scalar type.

    Following commit 61bfea4.
    svenn-t committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    db970d5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    adc36d6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    61cfcfa View commit details
    Browse the repository at this point in the history
  7. Fix solution tracers and well output.

    -Only output or restart solution tracers for gas/oil tracers with DISGAS/VAPOIL enabled (no solution tracers in water phase!).
    -Initial tracers (free/solution) will be set to zero initially if TBLK/TVDP is not given.
    - Do not calculate mass transfer between free and solution tracers if it is not necessary.
    -Calculate well rates using updated tracer concentrations
    svenn-t committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    84cdef1 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Configuration menu
    Copy the full SHA
    87362d5 View commit details
    Browse the repository at this point in the history