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 {
90 namespace DoubHeadValue {
92 constexpr auto NetBalNodPressDefault = 0.0;
95 constexpr auto NetBalMinTSDefault = 0.0;
98 constexpr auto TSINITNoValue = 1.00000011;
99 inline bool TSINITHasNoValue(
const double value) {
100 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