Opm::WellTracerRate< Scalar > Struct Template Reference

#include <WellTracerRate.hpp>

Inheritance diagram for Opm::WellTracerRate< Scalar >:
Inheritance graph

Public Member Functions

 WellTracerRate ()=default
 
 WellTracerRate (const std::string &n, const Scalar r)
 
template<class Serializer >
void serializeOp (Serializer &serializer)
 
bool operator== (const WellTracerRate &that) const
 

Public Attributes

std::string name {}
 
Scalar rate {}
 

Constructor & Destructor Documentation

◆ WellTracerRate() [1/2]

template<class Scalar >
Opm::WellTracerRate< Scalar >::WellTracerRate ( )
default

◆ WellTracerRate() [2/2]

template<class Scalar >
Opm::WellTracerRate< Scalar >::WellTracerRate ( const std::string &  n,
const Scalar  r 
)
inline

Member Function Documentation

◆ operator==()

template<class Scalar >
bool Opm::WellTracerRate< Scalar >::operator== ( const WellTracerRate< Scalar > &  that) const
inline

◆ serializeOp()

template<class Scalar >
template<class Serializer >
void Opm::WellTracerRate< Scalar >::serializeOp ( Serializer &  serializer)
inline

Member Data Documentation

◆ name

template<class Scalar >
std::string Opm::WellTracerRate< Scalar >::name {}

◆ rate

template<class Scalar >
Scalar Opm::WellTracerRate< Scalar >::rate {}

The documentation for this struct was generated from the following file: