28 #ifndef EWOMS_PVS_EXTENSIVE_QUANTITIES_HH 29 #define EWOMS_PVS_EXTENSIVE_QUANTITIES_HH 49 template <
class TypeTag>
60 enum { enableDiffusion = getPropValue<TypeTag, Properties::EnableDiffusion>() };
63 enum { enableEnergy = getPropValue<TypeTag, Properties::EnableEnergy>() };
70 void update(
const ElementContext& elemCtx,
unsigned scvfIdx,
unsigned timeIdx)
73 DiffusionExtensiveQuantities::update_(elemCtx, scvfIdx, timeIdx);
74 EnergyExtensiveQuantities::update_(elemCtx, scvfIdx, timeIdx);
80 template <
class Context,
class Flu
idState>
84 const FluidState& fluidState)
87 DiffusionExtensiveQuantities::updateBoundary_(context, bfIdx, timeIdx, fluidState);
88 EnergyExtensiveQuantities::updateBoundary_(context, bfIdx, timeIdx, fluidState);
typename Properties::Detail::GetPropImpl< TypeTag, Property >::type::type GetPropType
get the type alias defined in the property (equivalent to old macro GET_PROP_TYPE(...))
Definition: propertysystem.hh:233
Provides the quantities required to calculate energy fluxes.
Definition: energymodule.hh:700
Defines the common properties required by the porous medium multi-phase models.
Contains the classes required to consider energy as a conservation quantity in a multi-phase module...
void updateBoundary(const Context &context, unsigned bfIdx, unsigned timeIdx, const FluidState &fluidState)
Update the extensive quantities for a given boundary face.
Definition: multiphasebaseextensivequantities.hh:114
This file contains a set of helper functions used by VFPProd / VFPInj.
Definition: blackoilbioeffectsmodules.hh:45
Declare the properties used by the infrastructure code of the finite volume discretizations.
void update(const ElementContext &elemCtx, unsigned scvfIdx, unsigned timeIdx)
Update the extensive quantities for a given sub-control-volume-face.
Definition: pvsextensivequantities.hh:70
void update(const ElementContext &elemCtx, unsigned scvfIdx, unsigned timeIdx)
Update the extensive quantities for a given sub-control-volume-face.
Definition: multiphasebaseextensivequantities.hh:80
void updateBoundary(const Context &context, unsigned bfIdx, unsigned timeIdx, const FluidState &fluidState)
Update the extensive quantities for a given boundary face.
Definition: pvsextensivequantities.hh:81
This class calculates the pressure potential gradients and the filter velocities for multi-phase flow...
Definition: multiphasebaseextensivequantities.hh:50
This class calculates the pressure potential gradients and the filter velocities for multi-phase flow...
Classes required for molecular diffusion.
Provides the quantities required to calculate diffusive mass fluxes.
Definition: diffusionmodule.hh:290
Contains all data which is required to calculate all fluxes at a flux integration point for the prima...
Definition: pvsextensivequantities.hh:50