richardsratevector.hh
Go to the documentation of this file.
Implements a vector representing mass, molar or volumetric rates. Definition: richardsratevector.hh:54 RichardsRateVector(const Evaluation &value) Definition: richardsratevector.hh:75 void setEnthalpyRate(const RhsEval &rate) Set an enthalpy rate [J/As] where . Definition: richardsratevector.hh:107 void setMassRate(const ParentType &value) Set a mass rate of the conservation quantities. Definition: richardsratevector.hh:90 void setVolumetricRate(const FluidState &fluidState, unsigned phaseIdx, const RhsEval &volume) Set a volumetric rate of a phase. Definition: richardsratevector.hh:114 RichardsRateVector(const RichardsRateVector &value) Definition: richardsratevector.hh:83 void setMolarRate(const ParentType &value) Set a molar rate of the conservation quantities. Definition: richardsratevector.hh:96 RichardsRateVector & operator=(const RhsEval &value) Assignment operator from a scalar or a function evaluation. Definition: richardsratevector.hh:129 RichardsRateVector & operator=(const RichardsRateVector &other) Assignment operator from another rate vector. Definition: richardsratevector.hh:140 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 Contains the property declarations for the Richards model. |