multiphasebaseextensivequantities.hh
Go to the documentation of this file.
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 Scalar downstreamWeight(unsigned phaseIdx) const Return the weight of the downstream control volume for a given phase as a function of the normal flux... Definition: multiphasebaseextensivequantities.hh:166 Scalar upstreamWeight(unsigned) const Return the weight of the upstream control volume for a given phase as a function of the normal flux. Definition: multiphasebaseextensivequantities.hh:157 short upstreamIndex(unsigned phaseIdx) const Return the local index of the upstream control volume for a given phase as a function of the normal f... Definition: multiphasebaseextensivequantities.hh:138 void update(const ElementContext &elemCtx, unsigned scvfIdx, unsigned timeIdx) Update the extensive quantities for a given sub-control-volume-face. Definition: multiphasebaseextensivequantities.hh:80 short downstreamIndex(unsigned phaseIdx) const Return the local index of the downstream control volume for a given phase as a function of the normal... Definition: multiphasebaseextensivequantities.hh:148 static void registerParameters() Register all run-time parameters for the extensive quantities. Definition: multiphasebaseextensivequantities.hh:67 Defines the common properties required by the porous medium multi-phase models. 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 This file provides the infrastructure to retrieve run-time parameters. This method contains all callback classes for quantities that are required by some extensive quantiti... |