Opm::UDQActive::InputRecord Class Reference

#include <UDQActive.hpp>

Public Member Functions

 InputRecord ()
 
 InputRecord (std::size_t input_index_arg, const std::string &udq_arg, const std::string &wgname_arg, UDAControl control_arg)
 
bool operator== (const InputRecord &other) const
 
template<class Serializer >
void serializeOp (Serializer &serializer)
 

Public Attributes

std::size_t input_index
 
std::string udq
 
std::string wgname
 
UDAControl control
 

Constructor & Destructor Documentation

◆ InputRecord() [1/2]

Opm::UDQActive::InputRecord::InputRecord ( )
inline

References Opm::WCONPROD_ORAT.

◆ InputRecord() [2/2]

Opm::UDQActive::InputRecord::InputRecord ( std::size_t  input_index_arg,
const std::string udq_arg,
const std::string wgname_arg,
UDAControl  control_arg 
)
inline

Member Function Documentation

◆ operator==()

bool Opm::UDQActive::InputRecord::operator== ( const InputRecord other) const
inline

References control, input_index, udq, and wgname.

◆ serializeOp()

template<class Serializer >
void Opm::UDQActive::InputRecord::serializeOp ( Serializer serializer)
inline

References control, input_index, udq, and wgname.

Member Data Documentation

◆ control

UDAControl Opm::UDQActive::InputRecord::control

Referenced by operator==(), and serializeOp().

◆ input_index

std::size_t Opm::UDQActive::InputRecord::input_index

Referenced by operator==(), and serializeOp().

◆ udq

std::string Opm::UDQActive::InputRecord::udq

Referenced by operator==(), and serializeOp().

◆ wgname

std::string Opm::UDQActive::InputRecord::wgname

Referenced by operator==(), and serializeOp().


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