pvsextensivequantities.hh
Go to the documentation of this file.
53 , public DiffusionExtensiveQuantities<TypeTag, getPropValue<TypeTag, Properties::EnableDiffusion>()>
61 using DiffusionExtensiveQuantities = Opm::DiffusionExtensiveQuantities<TypeTag, enableDiffusion>;
Provides the quantities required to calculate diffusive mass fluxes. Definition: diffusionmodule.hh:287 Provides the quantities required to calculate energy fluxes. Definition: energymodule.hh:696 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 Contains all data which is required to calculate all fluxes at a flux integration point for the prima... Definition: pvsextensivequantities.hh:54 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 void update(const ElementContext &elemCtx, unsigned scvfIdx, unsigned timeIdx) Update the extensive quantities for a given sub-control-volume-face. Definition: pvsextensivequantities.hh:70 Classes required for molecular diffusion. Contains the classes required to consider energy as a conservation quantity in a multi-phase module. 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 Declares the properties required for the compositional multi-phase primary variable switching model. |