13#ifndef DUMUX_FLUX_REFERENCESYSTEMFORMULATION_HH
14#define DUMUX_FLUX_REFERENCESYSTEMFORMULATION_HH
41template<
class VolumeVariables>
42typename VolumeVariables::PrimaryVariables::value_type
52template<
class VolumeVariables>
53typename VolumeVariables::PrimaryVariables::value_type
VolumeVariables::PrimaryVariables::value_type massOrMoleFraction(const VolumeVariables &volVars, ReferenceSystemFormulation referenceSys, const int phaseIdx, const int compIdx)
returns the mass or mole fraction to be used in Fick's law based on the reference system
Definition: referencesystemformulation.hh:54
VolumeVariables::PrimaryVariables::value_type massOrMolarDensity(const VolumeVariables &volVars, ReferenceSystemFormulation referenceSys, const int phaseIdx)
evaluates the density to be used in Fick's law based on the reference system
Definition: referencesystemformulation.hh:43
ReferenceSystemFormulation
The formulations available for Fick's law related to the reference system.
Definition: referencesystemformulation.hh:33