Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Register
  • Sign in
  • O ogs
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
    • Locked files
  • Issues 112
    • Issues 112
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 42
    • Merge requests 42
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ogsogs
  • ogs
  • Merge requests
  • !3929

[MPL] Verma-Pruess equation

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged renchao.lu requested to merge renchao-lu/ogs:VermaPruessEquation into master Jan 04, 2022
  • Overview 4
  • Commits 3
  • Pipelines 5
  • Changes 13

With this pull request, we add the Verma-Pruess porosity-permeability model:

\textbf{k} = \textbf{k}_0 \left(\frac{\phi - \phi_{\textrm{c}}}{\phi_0 - \phi_{\textrm{c}}}\right)^n,

where \textbf{k} is the permeability, \textbf{k}_0 is the initial permeability, \phi is the porosity, \phi_0 is the initial porosity, \phi_{\textrm{c}} is the critical porosity, and n is the exponent.

  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 Jan 07, 2022 by renchao.lu
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: VermaPruessEquation