28#ifndef EWOMS_NCP_EXTENSIVE_QUANTITIES_HH
29#define EWOMS_NCP_EXTENSIVE_QUANTITIES_HH
46template <
class TypeTag>
67 void update(
const ElementContext& elemCtx,
unsigned scvfIdx,
unsigned timeIdx)
70 DiffusionExtensiveQuantities::update_(elemCtx, scvfIdx, timeIdx);
71 EnergyExtensiveQuantities::update_(elemCtx, scvfIdx, timeIdx);
77 template <
class Context,
class Flu
idState>
81 const FluidState& fluidState)
84 DiffusionExtensiveQuantities::updateBoundary_(context, bfIdx, timeIdx, fluidState);
85 EnergyExtensiveQuantities::updateBoundary_(context, bfIdx, timeIdx, fluidState);
Provides the quantities required to calculate diffusive mass fluxes.
Provides the quantities required to calculate energy fluxes.
This class calculates the pressure potential gradients and the filter velocities for multi-phase flow...
Definition multiphasebaseextensivequantities.hh:52
void updateBoundary(const Context &context, unsigned bfIdx, unsigned timeIdx, const FluidState &fluidState)
Update the extensive quantities for a given boundary face.
Definition multiphasebaseextensivequantities.hh:115
void update(const ElementContext &elemCtx, unsigned scvfIdx, unsigned timeIdx)
Update the extensive quantities for a given sub-control-volume-face.
Definition multiphasebaseextensivequantities.hh:80
This template class represents the extensive quantities of the compositional NCP model.
Definition ncpextensivequantities.hh:51
void updateBoundary(const Context &context, unsigned bfIdx, unsigned timeIdx, const FluidState &fluidState)
Update the extensive quantities for a given boundary face.
Definition ncpextensivequantities.hh:78
void update(const ElementContext &elemCtx, unsigned scvfIdx, unsigned timeIdx)
Update the extensive quantities for a given sub-control-volume-face.
Definition ncpextensivequantities.hh:67
Classes required for molecular diffusion.
Contains the classes required to consider energy as a conservation quantity in a multi-phase module.
This class calculates the pressure potential gradients and the filter velocities for multi-phase flow...
This file contains a set of helper functions used by VFPProd / VFPInj.
Definition blackoilboundaryratevector.hh:37
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:235
constexpr auto getPropValue()
get the value data member of a property
Definition propertysystem.hh:242
Declares the properties required for the NCP compositional multi-phase model.