flashratevector.hh
Go to the documentation of this file.
59 using EnergyModule = ::Opm::EnergyModule<TypeTag, getPropValue<TypeTag, Properties::EnableEnergy>()>;
Provides the auxiliary methods required for consideration of the energy equation. Definition: energymodule.hh:54 Definition: flashratevector.hh:48 void setEnthalpyRate(const Evaluation &rate) Set an enthalpy rate [J/As] where . Definition: flashratevector.hh:104 FlashRateVector & operator=(const FlashRateVector &other) Assignment operator from another rate vector. Definition: flashratevector.hh:138 void setMolarRate(const ParentType &value) Set a molar rate of the conservation quantities. Definition: flashratevector.hh:98 void setVolumetricRate(const FluidState &fluidState, unsigned phaseIdx, const RhsEval &volume) Set a volumetric rate of a phase. Definition: flashratevector.hh:111 FlashRateVector(const Evaluation &value) Definition: flashratevector.hh:69 FlashRateVector(const FlashRateVector &value) Definition: flashratevector.hh:77 void setMassRate(const ParentType &value) Set a mass rate of the conservation quantities. Definition: flashratevector.hh:84 FlashRateVector & operator=(const RhsEval &value) Assignment operator from a scalar or a function evaluation. Definition: flashratevector.hh:127 Contains the classes required to consider energy as a conservation quantity in a multi-phase module. 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 |