21 #ifndef OPM_LOGIHEAD_HEADER_INCLUDED 22 #define OPM_LOGIHEAD_HEADER_INCLUDED 28 class OilVaporizationProperties;
89 LogiHEAD& variousParam(
const bool e300_radial,
90 const bool e100_radial,
92 const bool enableHyster,
93 const bool hasTemp =
false);
121 const std::vector<bool>&
data()
const 127 std::vector<bool> data_;
132 #endif // OPM_LOGIHEAD_HEADER_INCLUDED bool isWetGas
Whether or not simulation run uses a wet gas model (with vaporised oil).
Definition: LogiHEAD.hpp:46
bool useEndScale
Whether or not simulation run uses end-point scaling.
Definition: LogiHEAD.hpp:65
bool isLiveOil
Whether or not simulation run uses a live oil model (with dissolved gas).
Definition: LogiHEAD.hpp:42
bool constComprOil
Whether or not simulation run uses a constant compressibility oil model (keyword PVCDO).
Definition: LogiHEAD.hpp:50
bool useAlternateEPS
Whether or not simulation run activates the alternative (three-point) end-point scaling feature...
Definition: LogiHEAD.hpp:77
LogiHEAD & pvtModel(const PVTModel &pvt)
Assign PVT model characteristics.
Definition: LogiHEAD.cpp:210
LogiHEAD & phaseMixing(const OilVaporizationProperties &oilvap)
Assign oil vaporisation characteristics.
Definition: LogiHEAD.cpp:241
bool useDirectionalEPS
Whether or not simulation run uses directionally dependent end-point scaling.
Definition: LogiHEAD.hpp:69
const std::vector< bool > & data() const
Linearised result array.
Definition: LogiHEAD.hpp:121
This class implements a small container which holds the transmissibility mulitpliers for all the face...
Definition: Exceptions.hpp:30
Key characteristics of simulation run's PVT model.
Definition: LogiHEAD.hpp:38
bool useDirectionalRelPerm
Whether or not simulation run uses directionally dependent relative permeability. ...
Definition: LogiHEAD.hpp:58
Definition: OilVaporizationProperties.hpp:34
LogiHEAD & network(const int maxNoNodes)
Logical switch to indicate that the network option is used.
Definition: LogiHEAD.cpp:233
LogiHEAD & saturationFunction(const SatfuncFlags &satfunc)
Assign saturation function characteristics.
Definition: LogiHEAD.cpp:220
bool useReversibleRelPerm
Whether or not simulation run uses reversible relative permeability functions.
Definition: LogiHEAD.hpp:62
Definition: LogiHEAD.hpp:34
bool useReversibleEPS
Whether or not simulation run uses reversible end-point scaling.
Definition: LogiHEAD.hpp:73
Definition: Aquancon.hpp:40
Key characteristics of simulation model's saturation functions.
Definition: LogiHEAD.hpp:54