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 {
88 namespace DoubHeadValue {
90 constexpr auto NetBalNodPressDefault = 0.0;
93 constexpr auto NetBalMinTSDefault = 0.0;
96 constexpr auto TSINITNoValue = 1.00000011;
97 inline bool TSINITHasNoValue(
const double value) {
98 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