Opm::PvsRateVector< TypeTag > Class Template Reference

Implements a vector representing molar, mass or volumetric rates. More...

#include <pvsratevector.hh>

Inheritance diagram for Opm::PvsRateVector< TypeTag >:
Inheritance graph

Public Member Functions

 PvsRateVector ()
 
 PvsRateVector (const Evaluation &value)
 
 PvsRateVector (const PvsRateVector &value)
 Copy constructor. More...
 
void setMassRate (const ParentType &value)
 Set a mass rate of the conservation quantities. More...
 
void setMolarRate (const ParentType &value)
 Set a molar rate of the conservation quantities. More...
 
template<class RhsEval >
void setEnthalpyRate (const RhsEval &rate)
 Set an enthalpy rate [J/As] where $A \in \{m^2, m^3\}$. More...
 
template<class FluidState , class RhsEval >
void setVolumetricRate (const FluidState &fluidState, unsigned phaseIdx, const RhsEval &volume)
 Set a volumetric rate of a phase. More...
 
template<class RhsEval >
PvsRateVectoroperator= (const RhsEval &value)
 Assignment operator from a scalar or a function evaluation. More...
 
PvsRateVectoroperator= (const PvsRateVector &other)
 Assignment operator from another rate vector. More...
 

Detailed Description

template<class TypeTag>
class Opm::PvsRateVector< TypeTag >

Implements a vector representing molar, mass or volumetric rates.

This class is basically a Dune::FieldVector which can be set using either mass, molar or volumetric rates.

Constructor & Destructor Documentation

◆ PvsRateVector() [1/3]

template<class TypeTag >
Opm::PvsRateVector< TypeTag >::PvsRateVector ( )
inline

◆ PvsRateVector() [2/3]

template<class TypeTag >
Opm::PvsRateVector< TypeTag >::PvsRateVector ( const Evaluation &  value)
inline

◆ PvsRateVector() [3/3]

template<class TypeTag >
Opm::PvsRateVector< TypeTag >::PvsRateVector ( const PvsRateVector< TypeTag > &  value)
inline

Copy constructor.

Parameters
valueThe rate vector that will be duplicated.

Member Function Documentation

◆ operator=() [1/2]

template<class TypeTag >
PvsRateVector & Opm::PvsRateVector< TypeTag >::operator= ( const PvsRateVector< TypeTag > &  other)
inline

Assignment operator from another rate vector.

◆ operator=() [2/2]

template<class TypeTag >
template<class RhsEval >
PvsRateVector & Opm::PvsRateVector< TypeTag >::operator= ( const RhsEval &  value)
inline

Assignment operator from a scalar or a function evaluation.

◆ setEnthalpyRate()

template<class TypeTag >
template<class RhsEval >
void Opm::PvsRateVector< TypeTag >::setEnthalpyRate ( const RhsEval &  rate)
inline

Set an enthalpy rate [J/As] where $A \in \{m^2, m^3\}$.

If the energy equation is not enabled, this method is a no-op.

Parameters
rateThe enthalpy rate in $[J/(m^2\,s)]$

◆ setMassRate()

template<class TypeTag >
void Opm::PvsRateVector< TypeTag >::setMassRate ( const ParentType &  value)
inline

Set a mass rate of the conservation quantities.

Enthalpy is not taken into account seperately here. This means that it must be set to the desired value in the parameter.

Parameters
valueThe mass rate in $[kg/(m^2\,s)]$ (unit for areal fluxes)

◆ setMolarRate()

template<class TypeTag >
void Opm::PvsRateVector< TypeTag >::setMolarRate ( const ParentType &  value)
inline

Set a molar rate of the conservation quantities.

Enthalpy is not taken into account seperately here. This means that it must be set to the desired value in the parameter.

Parameters
valueThe new molar rate in $[mol/(m^2\,s)]$

◆ setVolumetricRate()

template<class TypeTag >
template<class FluidState , class RhsEval >
void Opm::PvsRateVector< TypeTag >::setVolumetricRate ( const FluidState &  fluidState,
unsigned  phaseIdx,
const RhsEval &  volume 
)
inline

Set a volumetric rate of a phase.

The enthalpy transported into the domain is taken into account by this method.

Parameters
fluidStateThe thermodynamic state of the fluids which should be considered. The density and the composition of the considered phase must be specified before calling this method.
phaseIdxThe index of the fluid phase for which the given amount of volume should be specified.
volumeThe volumetric rate of the fluid phase in $[m^3/(m^2\,s)]$ (unit for areal fluxes)

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