Opm::FluidSystems::BrineCO2< Scalar, CO2Tables > Class Template Reference

A two-phase fluid system with water and CO2. More...

#include <BrineCO2FluidSystem.hpp>

Inheritance diagram for Opm::FluidSystems::BrineCO2< Scalar, CO2Tables >:
Inheritance graph

Public Types

typedef
Opm::BinaryCoeff::Brine_CO2
< Scalar, CO2Tables > 
BinaryCoeffBrineCO2
 The binary coefficients for brine and CO2 used by this fluid system. More...
 
typedef Opm::NullParameterCache ParameterCache
 The type of the fluid system's parameter cache. More...
 
typedef Brine_Tabulated Brine
 The type of the component for brine used by the fluid system. More...
 
typedef Opm::CO2< Scalar,
CO2Tables > 
CO2
 The type of the component for pure CO2 used by the fluid system. More...
 

Static Public Member Functions

static const char * phaseName (unsigned phaseIdx)
 Return the human readable name of a fluid phase. More...
 
static bool isLiquid (unsigned phaseIdx)
 Return whether a phase is liquid. More...
 
static bool isIdealGas (unsigned phaseIdx)
 Returns true if and only if a fluid phase is assumed to be an ideal gas. More...
 
static bool isIdealMixture (OPM_OPTIM_UNUSED unsigned phaseIdx)
 Returns true if and only if a fluid phase is assumed to be an ideal mixture. More...
 
static bool isCompressible (OPM_OPTIM_UNUSED unsigned phaseIdx)
 Returns true if and only if a fluid phase is assumed to be compressible. More...
 
static const char * componentName (unsigned compIdx)
 Return the human readable name of a component. More...
 
static Scalar molarMass (unsigned compIdx)
 Return the molar mass of a component in [kg/mol]. More...
 
static void init ()
 Initialize the fluid system's static parameters. More...
 
static void init (Scalar tempMin, Scalar tempMax, unsigned nTemp, Scalar pressMin, Scalar pressMax, unsigned nPress)
 Initialize the fluid system's static parameters using problem specific temperature and pressure ranges. More...
 
template<class FluidState , class LhsEval = typename FluidState::Scalar>
static LhsEval density (const FluidState &fluidState, const ParameterCache &, unsigned phaseIdx)
 Calculate the density [kg/m^3] of a fluid phase. More...
 
template<class FluidState , class LhsEval = typename FluidState::Scalar>
static LhsEval viscosity (const FluidState &fluidState, const ParameterCache &, unsigned phaseIdx)
 Calculate the dynamic viscosity of a fluid phase [Pa*s]. More...
 
template<class FluidState , class LhsEval = typename FluidState::Scalar>
static LhsEval fugacityCoefficient (const FluidState &fluidState, const ParameterCache &, unsigned phaseIdx, unsigned compIdx)
 Calculate the fugacity coefficient [Pa] of an individual component in a fluid phase. More...
 
template<class FluidState , class LhsEval = typename FluidState::Scalar>
static LhsEval diffusionCoefficient (const FluidState &fluidState, const ParameterCache &, unsigned phaseIdx, unsigned)
 Calculate the binary molecular diffusion coefficient for a component in a fluid phase [mol^2 * s / (kg*m^3)]. More...
 
template<class FluidState , class LhsEval = typename FluidState::Scalar>
static LhsEval enthalpy (const FluidState &fluidState, const ParameterCache &, unsigned phaseIdx)
 Given a phase's composition, temperature, pressure and density, calculate its specific enthalpy [J/kg]. More...
 
template<class FluidState , class LhsEval = typename FluidState::Scalar>
static LhsEval thermalConductivity (const FluidState &, const ParameterCache &, unsigned phaseIdx)
 Thermal conductivity of a fluid phase [W/(m K)]. More...
 
template<class FluidState , class LhsEval = typename FluidState::Scalar>
static LhsEval heatCapacity (const FluidState &fluidState, const ParameterCache &, unsigned phaseIdx)
 Specific isobaric heat capacity of a fluid phase [J/kg]. More...
 
static bool isIdealMixture (unsigned)
 Returns true if and only if a fluid phase is assumed to be an ideal mixture. More...
 
static bool isCompressible (unsigned)
 Returns true if and only if a fluid phase is assumed to be compressible. More...
 

Static Public Attributes

static const int numPhases = 2
 The number of phases considered by the fluid system. More...
 
static const int liquidPhaseIdx = 0
 The index of the liquid phase. More...
 
static const int gasPhaseIdx = 1
 The index of the gas phase. More...
 
static const int numComponents = 2
 Number of chemical species in the fluid system. More...
 
static const int BrineIdx = 0
 The index of the brine component. More...
 
static const int CO2Idx = 1
 The index of the CO2 component. More...
 

Detailed Description

template<class Scalar, class CO2Tables>
class Opm::FluidSystems::BrineCO2< Scalar, CO2Tables >

A two-phase fluid system with water and CO2.

This fluid system uses the a tabulated CO2 component to achieve high thermodynamic accuracy and thus requires the tables of the sampling to be supplied as template argument.

Member Typedef Documentation

template<class Scalar , class CO2Tables >
typedef Opm::BinaryCoeff::Brine_CO2<Scalar, CO2Tables> Opm::FluidSystems::BrineCO2< Scalar, CO2Tables >::BinaryCoeffBrineCO2

The binary coefficients for brine and CO2 used by this fluid system.

template<class Scalar , class CO2Tables >
typedef Brine_Tabulated Opm::FluidSystems::BrineCO2< Scalar, CO2Tables >::Brine

The type of the component for brine used by the fluid system.

template<class Scalar , class CO2Tables >
typedef Opm::CO2<Scalar, CO2Tables> Opm::FluidSystems::BrineCO2< Scalar, CO2Tables >::CO2

The type of the component for pure CO2 used by the fluid system.

template<class Scalar , class CO2Tables >
typedef Opm::NullParameterCache Opm::FluidSystems::BrineCO2< Scalar, CO2Tables >::ParameterCache

The type of the fluid system's parameter cache.

The parameter cache can be used to avoid re-calculating expensive parameters for multiple quantities. Be aware that what the parameter cache actually does is specific for each fluid system and that it is opaque outside the fluid system.

Member Function Documentation

template<class Scalar , class CO2Tables >
static const char* Opm::FluidSystems::BrineCO2< Scalar, CO2Tables >::componentName ( unsigned  compIdx)
inlinestatic
template<class Scalar , class CO2Tables >
template<class FluidState , class LhsEval = typename FluidState::Scalar>
static LhsEval Opm::FluidSystems::BrineCO2< Scalar, CO2Tables >::density ( const FluidState &  fluidState,
const ParameterCache ,
unsigned  phaseIdx 
)
inlinestatic

Calculate the density [kg/m^3] of a fluid phase.

References Valgrind::CheckDefined(), Opm::LocalAd::max(), and Opm::LocalAd::min().

template<class Scalar , class CO2Tables >
template<class FluidState , class LhsEval = typename FluidState::Scalar>
static LhsEval Opm::FluidSystems::BrineCO2< Scalar, CO2Tables >::diffusionCoefficient ( const FluidState &  fluidState,
const ParameterCache ,
unsigned  phaseIdx,
unsigned   
)
inlinestatic

Calculate the binary molecular diffusion coefficient for a component in a fluid phase [mol^2 * s / (kg*m^3)].

Molecular diffusion of a compoent $\kappa$ is caused by a gradient of the mole fraction and follows the law

\[ J = - D \mathbf{grad} x^\kappa_\alpha \]

where $x_\alpha^\kappa$ is the component's mole fraction in phase $\alpha$, $D$ is the diffusion coefficient and $J$ is the diffusive flux.

References Opm::BinaryCoeff::Brine_CO2< Scalar, CO2Tables, verbose >::gasDiffCoeff(), and Opm::BinaryCoeff::Brine_CO2< Scalar, CO2Tables, verbose >::liquidDiffCoeff().

template<class Scalar , class CO2Tables >
template<class FluidState , class LhsEval = typename FluidState::Scalar>
static LhsEval Opm::FluidSystems::BrineCO2< Scalar, CO2Tables >::enthalpy ( const FluidState &  fluidState,
const ParameterCache ,
unsigned  phaseIdx 
)
inlinestatic

Given a phase's composition, temperature, pressure and density, calculate its specific enthalpy [J/kg].

References Valgrind::CheckDefined(), Opm::CO2< Scalar, CO2Tables >::gasEnthalpy(), Opm::TabulatedComponent< ScalarT, RawComponent, useVaporPressure >::gasEnthalpy(), and Opm::Brine< Scalar, H2O >::salinity.

template<class Scalar , class CO2Tables >
template<class FluidState , class LhsEval = typename FluidState::Scalar>
static LhsEval Opm::FluidSystems::BrineCO2< Scalar, CO2Tables >::fugacityCoefficient ( const FluidState &  fluidState,
const ParameterCache ,
unsigned  phaseIdx,
unsigned  compIdx 
)
inlinestatic

Calculate the fugacity coefficient [Pa] of an individual component in a fluid phase.

The fugacity coefficient $\phi_\kappa$ is connected to the fugacity $f_\kappa$ and the component's molarity $x_\kappa$ by means of the relation

\[ f_\kappa = \phi_\kappa\,x_{\kappa} \]

References Opm::BinaryCoeff::Brine_CO2< Scalar, CO2Tables, verbose >::calculateMoleFractions(), Opm::LocalAd::max(), Opm::LocalAd::min(), and Opm::Brine< Scalar, H2O >::salinity.

template<class Scalar , class CO2Tables >
template<class FluidState , class LhsEval = typename FluidState::Scalar>
static LhsEval Opm::FluidSystems::BrineCO2< Scalar, CO2Tables >::heatCapacity ( const FluidState &  fluidState,
const ParameterCache ,
unsigned  phaseIdx 
)
inlinestatic

Specific isobaric heat capacity of a fluid phase [J/kg].

We employ the heat capacity of the pure phases.

Todo: Include compositional effects.

Parameters
fluidStateAn arbitrary fluid state
paramCacheThe object which caches parameters which are expensive to compute
phaseIdxThe index of the fluid phase to consider
Template Parameters
FluidStatethe fluid state class

References Opm::CO2< Scalar, CO2Tables >::gasHeatCapacity(), and Opm::TabulatedComponent< ScalarT, RawComponent, useVaporPressure >::liquidHeatCapacity().

template<class Scalar , class CO2Tables >
static void Opm::FluidSystems::BrineCO2< Scalar, CO2Tables >::init ( )
inlinestatic

Initialize the fluid system's static parameters.

template<class Scalar , class CO2Tables >
static void Opm::FluidSystems::BrineCO2< Scalar, CO2Tables >::init ( Scalar  tempMin,
Scalar  tempMax,
unsigned  nTemp,
Scalar  pressMin,
Scalar  pressMax,
unsigned  nPress 
)
inlinestatic

Initialize the fluid system's static parameters using problem specific temperature and pressure ranges.

Parameters
tempMinThe minimum temperature used for tabulation of water [K]
tempMaxThe maximum temperature used for tabulation of water [K]
nTempThe number of ticks on the temperature axis of the table of water
pressMinThe minimum pressure used for tabulation of water [Pa]
pressMaxThe maximum pressure used for tabulation of water [Pa]
nPressThe number of ticks on the pressure axis of the table of water

References Opm::TabulatedComponent< ScalarT, RawComponent, useVaporPressure >::init(), Opm::TabulatedComponent< ScalarT, RawComponent, useVaporPressure >::isTabulated, and Opm::Brine< Scalar, H2O >::salinity.

static bool Opm::BaseFluidSystem< Scalar, BrineCO2< Scalar, CO2Tables > >::isCompressible ( unsigned  )
inlinestaticinherited

Returns true if and only if a fluid phase is assumed to be compressible.

Compressible means that the partial derivative of the density to the fluid pressure is always larger than zero.

template<class Scalar , class CO2Tables >
static bool Opm::FluidSystems::BrineCO2< Scalar, CO2Tables >::isCompressible ( OPM_OPTIM_UNUSED unsigned  phaseIdx)
inlinestatic

Returns true if and only if a fluid phase is assumed to be compressible.

Compressible means that the partial derivative of the density to the fluid pressure is always larger than zero.

template<class Scalar , class CO2Tables >
static bool Opm::FluidSystems::BrineCO2< Scalar, CO2Tables >::isIdealGas ( unsigned  phaseIdx)
inlinestatic

Returns true if and only if a fluid phase is assumed to be an ideal gas.

References Opm::CO2< Scalar, CO2Tables >::gasIsIdeal().

static bool Opm::BaseFluidSystem< Scalar, BrineCO2< Scalar, CO2Tables > >::isIdealMixture ( unsigned  )
inlinestaticinherited

Returns true if and only if a fluid phase is assumed to be an ideal mixture.

We define an ideal mixture as a fluid phase where the fugacity coefficients of all components times the pressure of the phase are independent on the fluid composition. This assumption is true if Henry's law and Rault's law apply. If you are unsure what this function should return, it is safe to return false. The only damage done will be (slightly) increased computation times in some cases.

template<class Scalar , class CO2Tables >
static bool Opm::FluidSystems::BrineCO2< Scalar, CO2Tables >::isIdealMixture ( OPM_OPTIM_UNUSED unsigned  phaseIdx)
inlinestatic

Returns true if and only if a fluid phase is assumed to be an ideal mixture.

We define an ideal mixture as a fluid phase where the fugacity coefficients of all components times the pressure of the phase are independent on the fluid composition. This assumption is true if Henry's law and Rault's law apply. If you are unsure what this function should return, it is safe to return false. The only damage done will be (slightly) increased computation times in some cases.

template<class Scalar , class CO2Tables >
static bool Opm::FluidSystems::BrineCO2< Scalar, CO2Tables >::isLiquid ( unsigned  phaseIdx)
inlinestatic

Return whether a phase is liquid.

References Opm::FluidSystems::BrineCO2< Scalar, CO2Tables >::gasPhaseIdx.

template<class Scalar , class CO2Tables >
static Scalar Opm::FluidSystems::BrineCO2< Scalar, CO2Tables >::molarMass ( unsigned  compIdx)
inlinestatic
template<class Scalar , class CO2Tables >
static const char* Opm::FluidSystems::BrineCO2< Scalar, CO2Tables >::phaseName ( unsigned  phaseIdx)
inlinestatic

Return the human readable name of a fluid phase.

template<class Scalar , class CO2Tables >
template<class FluidState , class LhsEval = typename FluidState::Scalar>
static LhsEval Opm::FluidSystems::BrineCO2< Scalar, CO2Tables >::thermalConductivity ( const FluidState &  ,
const ParameterCache ,
unsigned  phaseIdx 
)
inlinestatic

Thermal conductivity of a fluid phase [W/(m K)].

template<class Scalar , class CO2Tables >
template<class FluidState , class LhsEval = typename FluidState::Scalar>
static LhsEval Opm::FluidSystems::BrineCO2< Scalar, CO2Tables >::viscosity ( const FluidState &  fluidState,
const ParameterCache ,
unsigned  phaseIdx 
)
inlinestatic

Member Data Documentation

template<class Scalar , class CO2Tables >
const int Opm::FluidSystems::BrineCO2< Scalar, CO2Tables >::BrineIdx = 0
static

The index of the brine component.

template<class Scalar , class CO2Tables >
const int Opm::FluidSystems::BrineCO2< Scalar, CO2Tables >::CO2Idx = 1
static

The index of the CO2 component.

template<class Scalar , class CO2Tables >
const int Opm::FluidSystems::BrineCO2< Scalar, CO2Tables >::gasPhaseIdx = 1
static

The index of the gas phase.

Referenced by Opm::FluidSystems::BrineCO2< Scalar, CO2Tables >::isLiquid().

template<class Scalar , class CO2Tables >
const int Opm::FluidSystems::BrineCO2< Scalar, CO2Tables >::liquidPhaseIdx = 0
static

The index of the liquid phase.

template<class Scalar , class CO2Tables >
const int Opm::FluidSystems::BrineCO2< Scalar, CO2Tables >::numComponents = 2
static

Number of chemical species in the fluid system.

template<class Scalar , class CO2Tables >
const int Opm::FluidSystems::BrineCO2< Scalar, CO2Tables >::numPhases = 2
static

The number of phases considered by the fluid system.


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