Ewoms::DiffusionExtensiveQuantities< TypeTag, false > Class Template Reference

Provides the quantities required to calculate diffusive mass fluxes. More...

#include <diffusionmodule.hh>

Public Member Functions

const Evaluation & moleFractionGradientNormal (unsigned phaseIdx OPM_UNUSED, unsigned compIdx OPM_UNUSED) const
 The the gradient of the mole fraction times the face normal. More...
 
const Evaluation & effectiveDiffusionCoefficient (unsigned phaseIdx OPM_UNUSED, unsigned compIdx OPM_UNUSED) const
 The effective diffusion coeffcient of a component in a fluid phase at the face's integration point. More...
 

Protected Member Functions

void update_ (const ElementContext &elemCtx OPM_UNUSED, unsigned faceIdx OPM_UNUSED, unsigned timeIdx OPM_UNUSED)
 Update the quantities required to calculate the diffusive mass fluxes.
 
template<class Context , class FluidState >
void updateBoundary_ (const Context &context OPM_UNUSED, unsigned bfIdx OPM_UNUSED, unsigned timeIdx OPM_UNUSED, const FluidState &fluidState OPM_UNUSED)
 

Detailed Description

template<class TypeTag>
class Ewoms::DiffusionExtensiveQuantities< TypeTag, false >

Provides the quantities required to calculate diffusive mass fluxes.

Member Function Documentation

◆ effectiveDiffusionCoefficient()

template<class TypeTag >
const Evaluation& Ewoms::DiffusionExtensiveQuantities< TypeTag, false >::effectiveDiffusionCoefficient ( unsigned phaseIdx  OPM_UNUSED,
unsigned compIdx  OPM_UNUSED 
) const
inline

The effective diffusion coeffcient of a component in a fluid phase at the face's integration point.

Parameters
phaseIdxThe index of the fluid phase of interest.
compIdxThe index of the (pseudo-)component of interest.

◆ moleFractionGradientNormal()

template<class TypeTag >
const Evaluation& Ewoms::DiffusionExtensiveQuantities< TypeTag, false >::moleFractionGradientNormal ( unsigned phaseIdx  OPM_UNUSED,
unsigned compIdx  OPM_UNUSED 
) const
inline

The the gradient of the mole fraction times the face normal.

Parameters
phaseIdxThe index of the fluid phase of interest.
compIdxThe index of the (pseudo-)component of interest.

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