20#ifndef OPM_OUTPUT_ECLIPSE_VECTOR_DOUBHEAD_HPP
21#define OPM_OUTPUT_ECLIPSE_VECTOR_DOUBHEAD_HPP
26namespace Opm {
namespace RestartIO {
namespace Helpers {
namespace VectorItems {
30 enum doubhead : std::vector<double>::size_type {
50 OilVapPropensity = 26,
53 OilVapDensPropensity = 27,
97 namespace DoubHeadValue {
99 constexpr auto NetBalNodPressDefault = 0.0;
102 constexpr auto NetBalMinTSDefault = 0.0;
105 constexpr auto TSINITNoValue = 1.00000011;
106 inline bool TSINITHasNoValue(
const double value) {
107 return std::abs(value - TSINITNoValue) < 1.0e-7;
This class implements a small container which holds the transmissibility mulitpliers for all the face...
Definition Exceptions.hpp:30