This class stores the velocities which are used to compute Reynolds numbers for the source terms of non-equilibrium models.
#include <dumux/porousmediumflow/nonequilibrium/gridvariables.hh>
|
using | GridGeometry = GetPropType< TypeTag, Properties::GridGeometry > |
| export type of the finite volume grid geometry
|
|
using | GridVolumeVariables = GetPropType< TypeTag, Properties::GridVolumeVariables > |
| export type of the finite volume grid geometry
|
|
using | VolumeVariables = typename GridVolumeVariables::VolumeVariables |
| export type of the volume variables
|
|
using | PrimaryVariables = typename VolumeVariables::PrimaryVariables |
| export primary variable type
|
|
using | Scalar = std::decay_t< decltype(std::declval< PrimaryVariables >()[0])> |
| export scalar type (TODO get it directly from the volvars)
|
|
using | GridFluxVariablesCache = GetPropType< TypeTag, Properties::GridFluxVariablesCache > |
| export type of the finite volume grid geometry
|
|
◆ GridFluxVariablesCache
◆ GridGeometry
◆ GridVolumeVariables
◆ PrimaryVariables
◆ Scalar
◆ VolumeVariables
◆ NonEquilibriumGridVariables()
template<class TypeTag >
template<class Problem >
◆ advanceTimeStep()
- Note
- this has to be called at the end of each time step
◆ calcVelocityAverage()
template<class TypeTag >
template<class SolutionVector >
◆ curGridVolVars() [1/2]
◆ curGridVolVars() [2/2]
◆ gridFluxVarsCache() [1/2]
◆ gridFluxVarsCache() [2/2]
◆ gridGeometry()
◆ init()
◆ prevGridVolVars() [1/2]
◆ prevGridVolVars() [2/2]
◆ resetTimeStep()
◆ update()
void Dumux::FVGridVariables< GetPropType< TypeTag, Properties::GridGeometry > , GetPropType< TypeTag, Properties::GridVolumeVariables > , GetPropType< TypeTag, Properties::GridFluxVariablesCache > >::update |
( |
const SolutionVector & |
curSol, |
|
|
bool |
forceFluxCacheUpdate = false |
|
) |
| |
|
inlineinherited |
◆ updateAfterGridAdaption()
◆ volumeDarcyMagVelocity()
- Parameters
-
phaseIdx | The index of the fluid phase |
dofIdxGlobal | The global index of the degree of freedom |
◆ gridGeometry_
The documentation for this class was generated from the following file: