3.1-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
Static Public Member Functions | List of all members
Dumux::ComputeFromReferencePhase< Scalar, FluidSystem > Class Template Reference

Computes all quantities of a generic fluid state if a reference phase has been specified. More...

#include <dumux/material/constraintsolvers/computefromreferencephase.hh>

Description

template<class Scalar, class FluidSystem>
class Dumux::ComputeFromReferencePhase< Scalar, FluidSystem >

Computes all quantities of a generic fluid state if a reference phase has been specified.

This makes it is possible to specify just one phase and let the remaining ones be calculated by the constraint solver. This constraint solver assumes thermodynamic equilibrium. It assumes the following quantities to be set:

after calling the solve() method the following quantities are calculated in addition:

Static Public Member Functions

template<class FluidState , class ParameterCache >
static void solve (FluidState &fluidState, ParameterCache &paramCache, int refPhaseIdx)
 Computes all quantities of a generic fluid state if a reference phase has been specified. More...
 

Member Function Documentation

◆ solve()

template<class Scalar , class FluidSystem >
template<class FluidState , class ParameterCache >
static void Dumux::ComputeFromReferencePhase< Scalar, FluidSystem >::solve ( FluidState &  fluidState,
ParameterCache &  paramCache,
int  refPhaseIdx 
)
inlinestatic

Computes all quantities of a generic fluid state if a reference phase has been specified.

This makes it is possible to specify just one phase and let the remaining ones be calculated by the constraint solver. This constraint solver assumes thermodynamic equilibrium. It assumes the following quantities to be set:

  • composition (mole+mass fractions) of the reference phase
  • temperature of the all phases
  • saturations of all phases
  • pressures of all phases

after calling the solve() method the following quantities are calculated in addition:

  • temperature of all phases
  • density, molar density, molar volume of all phases
  • composition in mole and mass fractions and molaries of all phases
  • mean molar masses of all phases
  • fugacity coefficients of all components in all phases
Parameters
fluidStateThermodynamic state of the fluids
paramCacheContainer for cache parameters
refPhaseIdxThe phase index of the reference phase

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