#include <WellPolymerProperties.hpp>

Public Member Functions

bool operator== (const WellPolymerProperties &other) const
 
bool operator!= (const WellPolymerProperties &other) const
 
void handleWPOLYMER (const DeckRecord &record)
 
void handleWPMITAB (const DeckRecord &record)
 
void handleWSKPTAB (const DeckRecord &record)
 
template<class Serializer >
void serializeOp (Serializer &serializer)
 

Static Public Member Functions

static WellPolymerProperties serializeObject ()
 

Public Attributes

double m_polymerConcentration = 0.0
 
double m_saltConcentration = 0.0
 
int m_plymwinjtable = -1
 
int m_skprwattable = -1
 
int m_skprpolytable = -1
 

Member Function Documentation

◆ handleWPMITAB()

void Opm::WellPolymerProperties::handleWPMITAB ( const DeckRecord record)

◆ handleWPOLYMER()

void Opm::WellPolymerProperties::handleWPOLYMER ( const DeckRecord record)

◆ handleWSKPTAB()

void Opm::WellPolymerProperties::handleWSKPTAB ( const DeckRecord record)

◆ operator!=()

bool Opm::WellPolymerProperties::operator!= ( const WellPolymerProperties other) const

◆ operator==()

bool Opm::WellPolymerProperties::operator== ( const WellPolymerProperties other) const

◆ serializeObject()

static WellPolymerProperties Opm::WellPolymerProperties::serializeObject ( )
static

◆ serializeOp()

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

Member Data Documentation

◆ m_plymwinjtable

int Opm::WellPolymerProperties::m_plymwinjtable = -1

Referenced by serializeOp().

◆ m_polymerConcentration

double Opm::WellPolymerProperties::m_polymerConcentration = 0.0

Referenced by serializeOp().

◆ m_saltConcentration

double Opm::WellPolymerProperties::m_saltConcentration = 0.0

Referenced by serializeOp().

◆ m_skprpolytable

int Opm::WellPolymerProperties::m_skprpolytable = -1

Referenced by serializeOp().

◆ m_skprwattable

int Opm::WellPolymerProperties::m_skprwattable = -1

Referenced by serializeOp().


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