19#ifndef OPM_PARSER_DENT_HPP
20#define OPM_PARSER_DENT_HPP
39 entry(
double T0_,
double C1_,
double C2_);
41 bool operator==(
const entry& other)
const;
43 template<
class Serializer>
55 static DenT serializationTestObject();
57 const entry& operator[](
const std::size_t index)
const;
58 bool operator==(
const DenT& other)
const;
59 std::size_t size()
const;
61 template<
class Serializer>
64 serializer(m_records);
68 std::vector<entry> m_records;
Properties of pure molecular methane .
Definition C1.hpp:51
Definition DeckKeyword.hpp:36
Definition DeckRecord.hpp:32
Class for (de-)serializing.
Definition Serializer.hpp:84
This class implements a small container which holds the transmissibility mulitpliers for all the face...
Definition Exceptions.hpp:30