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:50 Definition: flashratevector.hh:48 void setEnthalpyRate(const Evaluation &rate) Set an enthalpy rate [J/As] where . Definition: flashratevector.hh:100 FlashRateVector & operator=(const FlashRateVector &other) Assignment operator from another rate vector. Definition: flashratevector.hh:132 void setMolarRate(const ParentType &value) Set a molar rate of the conservation quantities. Definition: flashratevector.hh:94 void setVolumetricRate(const FluidState &fluidState, unsigned phaseIdx, const RhsEval &volume) Set a volumetric rate of a phase. Definition: flashratevector.hh:107 FlashRateVector(const Evaluation &value) Definition: flashratevector.hh:68 FlashRateVector(const FlashRateVector &value) Definition: flashratevector.hh:75 void setMassRate(const ParentType &value) Set a mass rate of the conservation quantities. Definition: flashratevector.hh:81 FlashRateVector & operator=(const RhsEval &value) Assignment operator from a scalar or a function evaluation. Definition: flashratevector.hh:122 Contains the classes required to consider energy as a conservation quantity in a multi-phase module. 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 |