richardsratevector.hh
Go to the documentation of this file.
Implements a vector representing mass, molar or volumetric rates. Definition: richardsratevector.hh:52 RichardsRateVector(const Evaluation &value) Definition: richardsratevector.hh:72 void setEnthalpyRate(const RhsEval &rate) Set an enthalpy rate [J/As] where . Definition: richardsratevector.hh:104 void setMassRate(const ParentType &value) Set a mass rate of the conservation quantities. Definition: richardsratevector.hh:87 void setVolumetricRate(const FluidState &fluidState, unsigned phaseIdx, const RhsEval &volume) Set a volumetric rate of a phase. Definition: richardsratevector.hh:111 RichardsRateVector(const RichardsRateVector &value) Definition: richardsratevector.hh:80 void setMolarRate(const ParentType &value) Set a molar rate of the conservation quantities. Definition: richardsratevector.hh:93 RichardsRateVector & operator=(const RhsEval &value) Assignment operator from a scalar or a function evaluation. Definition: richardsratevector.hh:126 RichardsRateVector & operator=(const RichardsRateVector &other) Assignment operator from another rate vector. Definition: richardsratevector.hh:136 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 |