21#ifndef OPM_LOGIHEAD_HEADER_INCLUDED
22#define OPM_LOGIHEAD_HEADER_INCLUDED
32namespace Opm::RestartIO {
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_;
Definition OilVaporizationProperties.hpp:34
Definition LogiHEAD.hpp:35
LogiHEAD & network(const int maxNoNodes)
Logical switch to indicate that the network option is used.
Definition LogiHEAD.cpp:233
LogiHEAD & pvtModel(const PVTModel &pvt)
Assign PVT model characteristics.
Definition LogiHEAD.cpp:210
LogiHEAD & saturationFunction(const SatfuncFlags &satfunc)
Assign saturation function characteristics.
Definition LogiHEAD.cpp:220
LogiHEAD & phaseMixing(const OilVaporizationProperties &oilvap)
Assign oil vaporisation characteristics.
Definition LogiHEAD.cpp:241
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:39
bool constComprOil
Whether or not simulation run uses a constant compressibility oil model (keyword PVCDO).
Definition LogiHEAD.hpp:50
bool isWetGas
Whether or not simulation run uses a wet gas model (with vaporised oil).
Definition LogiHEAD.hpp:46
bool isLiveOil
Whether or not simulation run uses a live oil model (with dissolved gas).
Definition LogiHEAD.hpp:42
Key characteristics of simulation model's saturation functions.
Definition LogiHEAD.hpp:55
bool useDirectionalRelPerm
Whether or not simulation run uses directionally dependent relative permeability.
Definition LogiHEAD.hpp:58
bool useReversibleRelPerm
Whether or not simulation run uses reversible relative permeability functions.
Definition LogiHEAD.hpp:62
bool useDirectionalEPS
Whether or not simulation run uses directionally dependent end-point scaling.
Definition LogiHEAD.hpp:69
bool useEndScale
Whether or not simulation run uses end-point scaling.
Definition LogiHEAD.hpp:65
bool useReversibleEPS
Whether or not simulation run uses reversible end-point scaling.
Definition LogiHEAD.hpp:73
bool useAlternateEPS
Whether or not simulation run activates the alternative (three-point) end-point scaling feature.
Definition LogiHEAD.hpp:77