11 #ifndef CT_PDSS_IDEALGAS_H 12 #define CT_PDSS_IDEALGAS_H 36 virtual doublereal
cv_mole()
const;
45 virtual void setState_TP(doublereal temp, doublereal pres);
46 virtual void setState_TR(doublereal temp, doublereal rho);
virtual void initThermo()
Initialization routine.
virtual void setTemperature(doublereal temp)
Set the internal temperature.
virtual void setState_TP(doublereal temp, doublereal pres)
Set the internal temperature and pressure.
virtual void setPressure(doublereal pres)
Sets the pressure in the object.
Declarations for the virtual base class PDSS (pressure dependent standard state) which handles calcul...
virtual doublereal pressure() const
Returns the pressure (Pa)
Base class for PDSS classes which compute nondimensional properties directly.
virtual doublereal intEnergy_mole() const
Return the molar internal Energy in units of J kmol-1.
virtual doublereal cv_mole() const
Return the molar const volume heat capacity in units of J kmol-1 K-1.
virtual void setState_TR(doublereal temp, doublereal rho)
Set the internal temperature and density.
PDSS_IdealGas()
Default Constructor.
Derived class for pressure dependent standard states of an ideal gas species.
Namespace for the Cantera kernel.