Opm::DiffusionIntensiveQuantities< TypeTag, true > Class Template Reference

Provides the volumetric quantities required for the calculation of molecular diffusive fluxes. More...

#include <diffusionmodule.hh>

Public Member Functions

Evaluation diffusionCoefficient (unsigned phaseIdx, unsigned compIdx) const
 Returns the molecular diffusion coefficient for a component in a phase. More...
 
Evaluation tortuosity (unsigned phaseIdx) const
 Returns the tortuousity of the sub-domain of a fluid phase in the porous medium. More...
 
Evaluation effectiveDiffusionCoefficient (unsigned phaseIdx, unsigned compIdx) const
 Returns the effective molecular diffusion coefficient of the porous medium for a component in a phase. More...
 

Protected Member Functions

template<class FluidState >
void update_ (FluidState &fluidState, typename FluidSystem::template ParameterCache< typename FluidState::Scalar > &paramCache, const ElementContext &elemCtx, unsigned dofIdx, unsigned timeIdx)
 Update the quantities required to calculate diffusive mass fluxes. More...
 

Detailed Description

template<class TypeTag>
class Opm::DiffusionIntensiveQuantities< TypeTag, true >

Provides the volumetric quantities required for the calculation of molecular diffusive fluxes.

Member Function Documentation

◆ diffusionCoefficient()

template<class TypeTag >
Evaluation Opm::DiffusionIntensiveQuantities< TypeTag, true >::diffusionCoefficient ( unsigned  phaseIdx,
unsigned  compIdx 
) const
inline

Returns the molecular diffusion coefficient for a component in a phase.

◆ effectiveDiffusionCoefficient()

template<class TypeTag >
Evaluation Opm::DiffusionIntensiveQuantities< TypeTag, true >::effectiveDiffusionCoefficient ( unsigned  phaseIdx,
unsigned  compIdx 
) const
inline

Returns the effective molecular diffusion coefficient of the porous medium for a component in a phase.

◆ tortuosity()

template<class TypeTag >
Evaluation Opm::DiffusionIntensiveQuantities< TypeTag, true >::tortuosity ( unsigned  phaseIdx) const
inline

Returns the tortuousity of the sub-domain of a fluid phase in the porous medium.

◆ update_()

template<class TypeTag >
template<class FluidState >
void Opm::DiffusionIntensiveQuantities< TypeTag, true >::update_ ( FluidState &  fluidState,
typename FluidSystem::template ParameterCache< typename FluidState::Scalar > &  paramCache,
const ElementContext &  elemCtx,
unsigned  dofIdx,
unsigned  timeIdx 
)
inlineprotected

Update the quantities required to calculate diffusive mass fluxes.


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