Opm::EQUIL::Details::PhaseQuantityValue Struct Reference

Simple set of per-phase (named by primary component) quantities. More...

#include <InitStateEquil.hpp>

Public Member Functions

PhaseQuantityValueaxpy (const PhaseQuantityValue &rhs, const double a)
 
PhaseQuantityValueoperator/= (const double x)
 
void reset ()
 

Public Attributes

double oil {0.0}
 
double gas {0.0}
 
double water {0.0}
 

Detailed Description

Simple set of per-phase (named by primary component) quantities.

Member Function Documentation

◆ axpy()

PhaseQuantityValue & Opm::EQUIL::Details::PhaseQuantityValue::axpy ( const PhaseQuantityValue rhs,
const double  a 
)
inline

References gas, oil, and water.

◆ operator/=()

PhaseQuantityValue & Opm::EQUIL::Details::PhaseQuantityValue::operator/= ( const double  x)
inline

References gas, oil, and water.

◆ reset()

void Opm::EQUIL::Details::PhaseQuantityValue::reset ( )
inline

References gas, oil, and water.

Member Data Documentation

◆ gas

double Opm::EQUIL::Details::PhaseQuantityValue::gas {0.0}

Referenced by axpy(), operator/=(), and reset().

◆ oil

double Opm::EQUIL::Details::PhaseQuantityValue::oil {0.0}

Referenced by axpy(), operator/=(), and reset().

◆ water

double Opm::EQUIL::Details::PhaseQuantityValue::water {0.0}

Referenced by axpy(), operator/=(), and reset().


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