Input file mmp keyword $PERMEABILITY_FUNCTION_PRESSURE
Description
The keyword $PERMEABILITY_FUNCTION_PRESSURE returns relative permeability for liquid flow or multiphase flow process. Only one case is implemented in the OGS, in which permeability is a function of pressure.
Parameters
int int
Two values are required. Only one case for multiphase flow is active. The first one must be ‘10’. The second value is the curve number. The curve defines the relationship between relative permeability and pressure.
Example
benchmarks\H2\LabGasInjec?
#MEDIUM_PROPERTIES . . . $PERMEABILITY_FUNCTION_PRESSURE 10 3 . . . #STOP
Documentation from doxygen
None.
Used in benchmarks
H2/LabGasInjec/H2_Permeability_GasPressure.mmp
9: $PERMEABILITY_FUNCTION_PRESSURE 10- 10 3 ...
Source code reading this keyword from Input files
FEM/rf_mmp_new.cpp line 999
999: //12.2 PERMEABILITY_FUNCTION_PRESSURE 1000: //------------------------------------------------------------------------ 1001: //subkeyword found 1002: if(line_string.find("$PERMEABILITY_FUNCTION_PRESSURE") != std::string::npos) 1003: { 1004: in.str(GetLineFromFile1(mmp_file)); 1005: in >> permeability_pressure_model;
Last modified: 2016-01-21 13:48:59.392096
This page has been generated automatically. Do not edit it manually! It will be overwritten in regular intervals.
If you want to edit the handwritten part of this page, please do so here.