Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
O
ogs
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 41
    • Issues 41
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
    • Iterations
  • Merge Requests 21
    • Merge Requests 21
  • Requirements
    • Requirements
    • List
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI/CD
    • Code Review
    • Insights
    • Issue
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ogs
  • ogs
  • Merge Requests
  • !3423

Merged
Created Jan 28, 2021 by wenqing@wenqingMaintainer3 of 3 tasks completed3/3 tasks

Split the relative permeability property by phase

  • Overview 14
  • Commits 18
  • Pipelines 8
  • Changes 46

In the existing implementation, some relative permeability property classes handle the relative permeability models of two phases, e.g

  • RelPermLiakopoulos: member functions return the values of an empirical relative permeability function for liquid phase, and the Brook-Corey model for gas phase together.
  • RelPermUdell: member functions return the values of the relative permeability functions for both liquid and gas phase together.
  • RelPermBrooksCorey: member functions return the values of the relative permeability functions for both liquid and gas phase together.

The MR splits that permeability model combination into two phase-wise properties with property types of relative_permeability and relative_permeability_nonwetting_phase, respectively. By default relative_permeability refers to the relative permeability of wetting phase. With that property type names, only the project files of the benchmarks of TwoPhaseFlowWithPP are changed.

The permeability properties are still set as medium properties.

This fixes #3094 (closed).

  1. Feature description was added to the changelog
  2. Tests covering your feature were added?
  3. Any new feature or behavior change was documented?
Edited Feb 05, 2021 by wenqing
Assignee
Assign to
Reviewer
Request review from
6.4.0
Milestone
6.4.0 (Past due)
Assign milestone
Time tracking
Source branch: split_krel