19#ifndef ECLIPSE_SATFUNCPROPERTY_INITIALIZERS_HPP
20#define ECLIPSE_SATFUNCPROPERTY_INITIALIZERS_HPP
31namespace Opm {
namespace satfunc {
41 std::vector<double>
gas;
62 std::vector<double>
gas;
66 std::vector<double>
water;
73 std::vector<double>
gas;
77 std::vector<double>
water;
99 std::vector<double>
max;
105 std::vector<double>
rg;
111 std::vector<double>
rw;
119 std::vector<double>
max;
124 std::vector<double>
r;
132 std::vector<double>
max;
137 std::vector<double>
r;
145 std::vector<double>
g;
150 std::vector<double>
w;
157 const double tolcrit);
162 const RawTableEndPoints& ep);
164 std::vector<double> init(
const std::string& kewyord,
167 const RawTableEndPoints& ep,
168 const std::vector<double>& cell_depth,
169 const std::vector<int>& num,
170 const std::vector<int>& endnum);
Definition Runspec.hpp:46
Definition TableManager.hpp:66
This class implements a small container which holds the transmissibility mulitpliers for all the face...
Definition Exceptions.hpp:30
Collection of unscaled/raw saturation function value range endpoints extracted directly from tables o...
Definition SatfuncPropertyInitializers.hpp:93
std::vector< double > r
Relative permeability of gas at critical saturation of displacing phase.
Definition SatfuncPropertyInitializers.hpp:124
std::vector< double > w
Maximum oil/eater capillary pressure value (Po - Pw).
Definition SatfuncPropertyInitializers.hpp:150
std::vector< double > rg
Relative permeability of oil at critical saturation of displacing phase in oil/gas two-phase system.
Definition SatfuncPropertyInitializers.hpp:105
struct Opm::satfunc::RawFunctionValues::@4 kro
Function values for relative permeability of oil.
struct Opm::satfunc::RawFunctionValues::@7 pc
Maximum capillary function values.
std::vector< double > max
Maximum relative permeability value of oil in both oil/gas and oil/water two-phase systems.
Definition SatfuncPropertyInitializers.hpp:99
struct Opm::satfunc::RawFunctionValues::@5 krg
Function values for relative permeability of gas.
std::vector< double > rw
Relative permeability of oil at critical saturation of displacing phase in oil/water two-phase system...
Definition SatfuncPropertyInitializers.hpp:111
struct Opm::satfunc::RawFunctionValues::@6 krw
Function values for relative permeability of gas.
std::vector< double > g
Maximum gas/oil capillary pressure value (Pg - Po).
Definition SatfuncPropertyInitializers.hpp:145
Collection of unscaled/raw saturation range endpoints extracted directly from tables of tabulated sat...
Definition SatfuncPropertyInitializers.hpp:36
std::vector< double > gas
Connate gas saturation.
Definition SatfuncPropertyInitializers.hpp:41
struct Opm::satfunc::RawTableEndPoints::@2 critical
Critical saturation endpoints.
struct Opm::satfunc::RawTableEndPoints::@3 maximum
Maximum saturation endpoints.
std::vector< double > oil_in_water
Critical saturation of oil in oil/water two-phase system.
Definition SatfuncPropertyInitializers.hpp:58
std::vector< double > water
Connate water saturation.
Definition SatfuncPropertyInitializers.hpp:45
std::vector< double > oil_in_gas
Critical saturation of oil in oil/gas two-phase system.
Definition SatfuncPropertyInitializers.hpp:53
struct Opm::satfunc::RawTableEndPoints::@1 connate
Connate saturation endpoints.