20 #ifndef WELLTRACERPROPERTIES_HPP_HEADER_INCLUDED 21 #define WELLTRACERPROPERTIES_HPP_HEADER_INCLUDED 23 #include <opm/input/eclipse/Deck/UDAValue.hpp> 24 #include <opm/input/eclipse/Units/UnitSystem.hpp> 37 struct Well {
const std::string& name; };
38 struct Tracer {
const std::string& name; };
48 template<
class Serializer>
51 serializer(m_tracerConcentrations);
55 std::map<std::string, UDAValue> m_tracerConcentrations;
Definition: UDAValue.hpp:31
Definition: WellTracerProperties.hpp:37
This class implements a small container which holds the transmissibility mulitpliers for all the face...
Definition: Exceptions.hpp:30
Definition: WellTracerProperties.hpp:34
Definition: SummaryState.hpp:72
Definition: WellTracerProperties.hpp:38
Class for (de-)serializing.
Definition: Serializer.hpp:94