| 
    
    
     TemperatureOverlayFluidState.hpp   
Go to the documentation of this file. 
Scalar enthalpy(unsigned phaseIdx) const  The specific enthalpy of a fluid phase [J/kg].  Definition: TemperatureOverlayFluidState.hpp:168 bool CheckDefined(const T &value OPM_UNUSED) Make valgrind complain if any of the memory occupied by an object is undefined.  Definition: Valgrind.hpp:74 Scalar pressure(unsigned phaseIdx) const  The pressure of a fluid phase [Pa].  Definition: TemperatureOverlayFluidState.hpp:162 Definition: TemperatureOverlayFluidState.hpp:44 Definition: Air_Mesitylene.hpp:31 This is a fluid state which allows to set the fluid temperatures and takes all other quantities from ... Definition: TemperatureOverlayFluidState.hpp:38 Scalar moleFraction(unsigned phaseIdx, unsigned compIdx) const  The mole fraction of a component in a phase [].  Definition: TemperatureOverlayFluidState.hpp:91 TemperatureOverlayFluidState & operator=(const TemperatureOverlayFluidState &fs) Definition: TemperatureOverlayFluidState.hpp:71 Some templates to wrap the valgrind client request macros.  void setTemperature(Scalar value) Set the temperature [K] of a fluid phase.  Definition: TemperatureOverlayFluidState.hpp:192 TemperatureOverlayFluidState(const TemperatureOverlayFluidState &fs) Definition: TemperatureOverlayFluidState.hpp:65 Scalar massFraction(unsigned phaseIdx, unsigned compIdx) const  The mass fraction of a component in a phase [].  Definition: TemperatureOverlayFluidState.hpp:97 Scalar molarVolume(unsigned phaseIdx) const  The molar volume of a fluid phase [m^3/mol].  Definition: TemperatureOverlayFluidState.hpp:138 Scalar internalEnergy(unsigned phaseIdx) const  The specific internal energy of a fluid phase [J/kg].  Definition: TemperatureOverlayFluidState.hpp:174 TemperatureOverlayFluidState(Scalar T, const FluidState &fs) Definition: TemperatureOverlayFluidState.hpp:60 Scalar viscosity(unsigned phaseIdx) const  The dynamic viscosity of a fluid phase [Pa s].  Definition: TemperatureOverlayFluidState.hpp:180 Scalar temperature_ Definition: TemperatureOverlayFluidState.hpp:210 Scalar averageMolarMass(unsigned phaseIdx) const  The average molar mass of a fluid phase [kg/mol].  Definition: TemperatureOverlayFluidState.hpp:108 Definition: TemperatureOverlayFluidState.hpp:43 Scalar fugacity(unsigned phaseIdx, unsigned compIdx) const  The fugacity of a component in a phase [Pa].  Definition: TemperatureOverlayFluidState.hpp:126 Scalar density(unsigned phaseIdx) const  The mass density of a fluid phase [kg/m^3].  Definition: TemperatureOverlayFluidState.hpp:144 Scalar molarDensity(unsigned phaseIdx) const  The molar density of a fluid phase [mol/m^3].  Definition: TemperatureOverlayFluidState.hpp:150 Scalar saturation(unsigned phaseIdx) const  Returns the saturation of a phase [].  Definition: TemperatureOverlayFluidState.hpp:85 void checkDefined() const  Make sure that all attributes are defined.  Definition: TemperatureOverlayFluidState.hpp:203 const FluidState * fs_ Definition: TemperatureOverlayFluidState.hpp:209 TemperatureOverlayFluidState(const FluidState &fs) Constructor.  Definition: TemperatureOverlayFluidState.hpp:54 FluidState::Scalar Scalar Definition: TemperatureOverlayFluidState.hpp:41 Scalar molarity(unsigned phaseIdx, unsigned compIdx) const  The molar concentration of a component in a phase [mol/m^3].  Definition: TemperatureOverlayFluidState.hpp:120 Scalar fugacityCoefficient(unsigned phaseIdx, unsigned compIdx) const  The fugacity coefficient of a component in a phase [].  Definition: TemperatureOverlayFluidState.hpp:132 Scalar temperature(int) const  The temperature of a fluid phase [K].  Definition: TemperatureOverlayFluidState.hpp:156  |