19 #ifndef OPM_PARSER_DENT_HPP 20 #define OPM_PARSER_DENT_HPP 40 entry(
double T0_,
double C1_,
double C2_);
42 bool operator==(
const entry& other)
const;
44 template<
class Serializer>
56 static DenT serializationTestObject();
58 const entry& operator[](
const std::size_t index)
const;
59 bool operator==(
const DenT& other)
const;
60 std::size_t size()
const;
62 template<
class Serializer>
65 serializer(m_records);
69 std::vector<entry> m_records;
This class implements a small container which holds the transmissibility mulitpliers for all the face...
Definition: Exceptions.hpp:30
Properties of pure molecular methane .
Definition: C1.hpp:50
Definition: DeckRecord.hpp:32
Class for (de-)serializing.
Definition: Serializer.hpp:94
Definition: DeckKeyword.hpp:36