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

Contains the quantities which are are constant within a sub-control volume of the finite volume grid in an m-phase, n-component, mineralization model. More...

#include <dumux/porousmediumflow/mineralization/volumevariables.hh>

Inheritance diagram for Dumux::MineralizationVolumeVariables< Traits, NonMineralizationVolVars >:
Inheritance graph

Description

template<class Traits, class NonMineralizationVolVars>
class Dumux::MineralizationVolumeVariables< Traits, NonMineralizationVolVars >

Contains the quantities which are are constant within a sub-control volume of the finite volume grid in an m-phase, n-component, mineralization model.

Public Types

using SolidSystem = typename Traits::SolidSystem
 

Public Member Functions

Scalar solidVolumeFraction (int sCompIdx) const
 Returns the volume fraction of the precipitate (solid phase) for the given phaseIdx. More...
 
Scalar solidComponentDensity (int sCompIdx) const
 Returns the density of the phase for all fluid and solid phases. More...
 
Scalar solidComponentMolarDensity (int sCompIdx) const
 Returns the density of the phase for all fluid and solid phases. More...
 

Member Typedef Documentation

◆ SolidSystem

template<class Traits , class NonMineralizationVolVars >
using Dumux::MineralizationVolumeVariables< Traits, NonMineralizationVolVars >::SolidSystem = typename Traits::SolidSystem

Member Function Documentation

◆ solidComponentDensity()

template<class Traits , class NonMineralizationVolVars >
Scalar Dumux::MineralizationVolumeVariables< Traits, NonMineralizationVolVars >::solidComponentDensity ( int  sCompIdx) const
inline

Returns the density of the phase for all fluid and solid phases.

Parameters
sCompIdxThe index of the solid component

◆ solidComponentMolarDensity()

template<class Traits , class NonMineralizationVolVars >
Scalar Dumux::MineralizationVolumeVariables< Traits, NonMineralizationVolVars >::solidComponentMolarDensity ( int  sCompIdx) const
inline

Returns the density of the phase for all fluid and solid phases.

Parameters
sCompIdxThe index of the solid component

◆ solidVolumeFraction()

template<class Traits , class NonMineralizationVolVars >
Scalar Dumux::MineralizationVolumeVariables< Traits, NonMineralizationVolVars >::solidVolumeFraction ( int  sCompIdx) const
inline

Returns the volume fraction of the precipitate (solid phase) for the given phaseIdx.

Parameters
sCompIdxThe index of the solid component

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