ncpratevector.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 mass, molar or volumetric rates. Definition: ncpratevector.hh:54 void setMolarRate(const ParentType &value) Set a molar rate of the conservation quantities. Definition: ncpratevector.hh:105 NcpRateVector & operator=(const NcpRateVector &other) Assignment operator from another rate vector. Definition: ncpratevector.hh:145 NcpRateVector(const NcpRateVector &value)=default void setEnthalpyRate(const RhsEval &rate) Set an enthalpy rate [J/As] where . Definition: ncpratevector.hh:112 NcpRateVector & operator=(const RhsEval &value) Assignment operator from a scalar or a function evaluation. Definition: ncpratevector.hh:134 void setVolumetricRate(const FluidState &fluidState, unsigned phaseIdx, const RhsEval &volume) Set a volumetric rate of a phase. Definition: ncpratevector.hh:119 void setMassRate(const ParentType &value) Set a mass rate of the conservation quantities. Definition: ncpratevector.hh:90 NcpRateVector(const Evaluation &value) Definition: ncpratevector.hh:77 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 |