21#ifndef OPM_LOGIHEAD_HEADER_INCLUDED
22#define OPM_LOGIHEAD_HEADER_INCLUDED
26namespace Opm {
namespace RestartIO {
83 LogiHEAD& variousParam(
const bool e300_radial,
84 const bool e100_radial,
86 const bool enableHyster
104 const std::vector<bool>& data()
const
111 LogiHEAD&
network(
const int maxNoNodes);
113 std::vector<bool> data_;
Definition LogiHEAD.hpp:29
LogiHEAD & network(const int maxNoNodes)
Logical switch to indicate that the network option is used.
Definition LogiHEAD.cpp:224
LogiHEAD & pvtModel(const PVTModel &pvt)
Assign PVT model characteristics.
Definition LogiHEAD.cpp:201
LogiHEAD & saturationFunction(const SatfuncFlags &satfunc)
Assign saturation function characteristics.
Definition LogiHEAD.cpp:211
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:33
bool constComprOil
Whether or not simulation run uses a constant compressibility oil model (keyword PVCDO).
Definition LogiHEAD.hpp:44
bool isWetGas
Whether or not simulation run uses a wet gas model (with vaporised oil).
Definition LogiHEAD.hpp:40
bool isLiveOil
Whether or not simulation run uses a live oil model (with dissolved gas).
Definition LogiHEAD.hpp:36
Key characteristics of simulation model's saturation functions.
Definition LogiHEAD.hpp:49
bool useDirectionalRelPerm
Whether or not simulation run uses directionally dependent relative permeability.
Definition LogiHEAD.hpp:52
bool useReversibleRelPerm
Whether or not simulation run uses reversible relative permeability functions.
Definition LogiHEAD.hpp:56
bool useDirectionalEPS
Whether or not simulation run uses directionally dependent end-point scaling.
Definition LogiHEAD.hpp:63
bool useEndScale
Whether or not simulation run uses end-point scaling.
Definition LogiHEAD.hpp:59
bool useReversibleEPS
Whether or not simulation run uses reversible end-point scaling.
Definition LogiHEAD.hpp:67
bool useAlternateEPS
Whether or not simulation run activates the alternative (three-point) end-point scaling feature.
Definition LogiHEAD.hpp:71