30 double viscosity_parameter;
31 double density_parameter;
35 viscosity_parameter(v),
41 return this->viscosity_parameter == other.viscosity_parameter &&
42 this->density_parameter == other.density_parameter;
45 template<
class Serializer>
48 serializer(viscosity_parameter);
49 serializer(density_parameter);
60 static TLMixpar serializationTestObject();
61 std::size_t size()
const;
63 const TLMixRecord& operator[](
const std::size_t index)
const;
65 bool operator==(
const TLMixpar& other)
const {
66 return this->data == other.data;
69 template<
class Serializer>
76 std::vector<TLMixRecord> data;
Class for (de-)serializing.
Definition Serializer.hpp:84
Definition TLMixpar.hpp:55
This class implements a small container which holds the transmissibility mulitpliers for all the face...
Definition Exceptions.hpp:30
Definition TLMixpar.hpp:29