The reference frameworks and formulations available for splitting total fluxes into a advective and diffusive part.  
Go to the source code of this file.
|  | 
| template<class VolumeVariables> | 
| VolumeVariables::PrimaryVariables::value_type | Dumux::massOrMolarDensity (const VolumeVariables &volVars, ReferenceSystemFormulation referenceSys, const int phaseIdx) | 
|  | evaluates the density to be used in Fick's law based on the reference system 
 | 
|  | 
| template<class VolumeVariables> | 
| VolumeVariables::PrimaryVariables::value_type | Dumux::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 
 | 
|  |