flash/flashprimaryvariables.hh
Go to the documentation of this file.
68 using EnergyModule = ::Opm::EnergyModule<TypeTag, getPropValue<TypeTag, Properties::EnableEnergy>()>;
Provides the auxiliary methods required for consideration of the energy equation. Definition: energymodule.hh:54 Represents the primary variables used by the compositional flow model based on flash calculations. Definition: flash/flashprimaryvariables.hh:52 void print(std::ostream &os=std::cout) const Prints the names of the primary variables and their values. Definition: flash/flashprimaryvariables.hh:129 void assignNaive(const FluidState &fluidState) Directly retrieve the primary variables from an arbitrary fluid state. Definition: flash/flashprimaryvariables.hh:106 FlashPrimaryVariables() Definition: flash/flashprimaryvariables.hh:71 FlashPrimaryVariables(const FlashPrimaryVariables &value)=default void assignMassConservative(const FluidState &fluidState, const MaterialLawParams &, bool=false) < Import base class assignment operators. Definition: flash/flashprimaryvariables.hh:92 FlashPrimaryVariables & operator=(const FlashPrimaryVariables &value)=default Represents the primary variables used by the a model. Definition: fvbaseprimaryvariables.hh:53 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 |