20 #ifndef OPM_WELLBRINEPROPERTIES_HEADER_INCLUDED 21 #define OPM_WELLBRINEPROPERTIES_HEADER_INCLUDED 30 double m_saltConcentration = 0.0;
38 template<
class Serializer>
41 serializer(m_saltConcentration);
47 #endif // OPM_WELLBRINEPROPERTIES_HEADER_INCLUDED This class implements a small container which holds the transmissibility mulitpliers for all the face...
Definition: Exceptions.hpp:30
Definition: WellBrineProperties.hpp:28
Definition: DeckRecord.hpp:32
Class for (de-)serializing.
Definition: Serializer.hpp:94