23#ifndef OPM_WELL_TRACER_RATE_HPP
24#define OPM_WELL_TRACER_RATE_HPP
27#include <unordered_map>
43 template<
class Serializer>
53 this->name ==
that.name
54 && this->rate ==
that.rate;
62 std::unordered_map<int,Scalar> rate{};
70 template<
class Serializer>
80 this->name ==
that.name
81 && this->rate ==
that.rate;
This file contains a set of helper functions used by VFPProd / VFPInj.
Definition blackoilboundaryratevector.hh:37
constexpr auto getPropValue()
get the value data member of a property
Definition propertysystem.hh:242
Definition WellTracerRate.hpp:60
Definition WellTracerRate.hpp:33