pvsratevector.hh
Go to the documentation of this file.
Provides the auxiliary methods required for consideration of the energy equation. Definition: energymodule.hh:54 Implements a vector representing molar, mass or volumetric rates. Definition: pvsratevector.hh:53 void setVolumetricRate(const FluidState &fluidState, unsigned phaseIdx, const RhsEval &volume) Set a volumetric rate of a phase. Definition: pvsratevector.hh:112 PvsRateVector(const Evaluation &value) Definition: pvsratevector.hh:74 void setEnthalpyRate(const RhsEval &rate) Set an enthalpy rate [J/As] where . Definition: pvsratevector.hh:105 void setMolarRate(const ParentType &value) Set a molar rate of the conservation quantities. Definition: pvsratevector.hh:98 PvsRateVector & operator=(const RhsEval &value) Assignment operator from a scalar or a function evaluation. Definition: pvsratevector.hh:128 PvsRateVector & operator=(const PvsRateVector &other) Assignment operator from another rate vector. Definition: pvsratevector.hh:139 void setMassRate(const ParentType &value) Set a mass rate of the conservation quantities. Definition: pvsratevector.hh:86 Contains the classes required to consider energy as a conservation quantity in a multi-phase module. Declare the properties used by the infrastructure code of the finite volume discretizations. Defines the common properties required by the porous medium multi-phase models. Definition: blackoilboundaryratevector.hh:39 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 |