186 PDSS_Nondimensional::PDSS_Nondimensional()
Declarations for the virtual base class PDSS (pressure dependent standard state) which handles calcul...
Header file for a derived class of ThermoPhase that handles variable pressure standard state methods ...
An error indicating that an unimplemented function has been called.
double cp_R() const override
Return the molar const pressure heat capacity divided by RT.
double entropy_R() const override
Return the standard state entropy divided by RT.
double enthalpy_RT() const override
Return the standard state molar enthalpy divided by RT.
double gibbs_RT() const override
Return the molar Gibbs free energy divided by RT.
double molarVolume() const override
Return the molar volume at standard state.
double enthalpy_mole() const override
Return the molar enthalpy in units of J kmol-1.
double m_sss_R
Standard state entropy divided by R.
double gibbs_RT_ref() const override
Return the molar Gibbs free energy divided by RT at reference pressure.
double cp_R() const override
Return the molar const pressure heat capacity divided by RT.
double m_cpss_R
Standard state heat capacity divided by R.
double entropy_R_ref() const override
Return the molar entropy divided by R at reference pressure.
double enthalpy_RT_ref() const override
Return the molar enthalpy divided by RT at reference pressure.
double m_h0_RT
Reference state enthalpy divided by RT.
double m_g0_RT
Reference state Gibbs free energy divided by RT.
double m_s0_R
Reference state entropy divided by R.
double entropy_mole() const override
Return the molar entropy in units of J kmol-1 K-1.
double m_gss_RT
Standard state Gibbs free energy divided by RT.
double entropy_R() const override
Return the standard state entropy divided by RT.
double m_cp0_R
Reference state heat capacity divided by R.
double cp_mole() const override
Return the molar const pressure heat capacity in units of J kmol-1 K-1.
double enthalpy_RT() const override
Return the standard state molar enthalpy divided by RT.
double m_Vss
Standard State molar volume (m^3/kmol)
double density() const override
Return the standard state density at standard state.
double gibbs_mole() const override
Return the molar Gibbs free energy in units of J kmol-1.
double m_hss_RT
Standard state enthalpy divided by RT.
double molarVolume_ref() const override
Return the molar volume at reference pressure.
double gibbs_RT() const override
Return the molar Gibbs free energy divided by RT.
double m_V0
Reference state molar volume (m^3/kmol)
double cp_R_ref() const override
Return the molar heat capacity divided by R at reference pressure.
virtual double satPressure(double T)
saturation pressure
double molecularWeight() const
Return the molecular weight of the species in units of kg kmol-1.
virtual double cv_mole() const
Return the molar const volume heat capacity in units of J kmol-1 K-1.
virtual void setTemperature(double temp)
Set the internal temperature.
virtual double entropy_mole() const
Return the molar entropy in units of J kmol-1 K-1.
virtual double enthalpy_mole() const
Return the molar enthalpy in units of J kmol-1.
virtual double gibbs_RT() const
Return the molar Gibbs free energy divided by RT.
virtual double cp_R_ref() const
Return the molar heat capacity divided by R at reference pressure.
double m_temp
Current temperature used by the PDSS object.
virtual double density() const
Return the standard state density at standard state.
virtual double pressure() const
Returns the pressure (Pa)
void setMolecularWeight(double mw)
Set the molecular weight of the species.
virtual double cp_mole() const
Return the molar const pressure heat capacity in units of J kmol-1 K-1.
virtual double gibbs_mole() const
Return the molar Gibbs free energy in units of J kmol-1.
virtual double temperature() const
Return the current stored temperature.
virtual double entropy_R_ref() const
Return the molar entropy divided by R at reference pressure.
double m_pres
State of the system - pressure.
virtual double molarVolume_ref() const
Return the molar volume at reference pressure.
virtual double thermalExpansionCoeff() const
Return the volumetric thermal expansion coefficient. Units: 1/K.
virtual double enthalpy_RT() const
Return the standard state molar enthalpy divided by RT.
virtual double critDensity() const
critical density
virtual double enthalpy_RT_ref() const
Return the molar enthalpy divided by RT at reference pressure.
virtual double entropy_R() const
Return the standard state entropy divided by RT.
virtual double critTemperature() const
critical temperature
double m_mw
Molecular Weight of the species.
virtual double cp_R() const
Return the molar const pressure heat capacity divided by RT.
virtual double molarVolume() const
Return the molar volume at standard state.
virtual double intEnergy_mole() const
Return the molar internal Energy in units of J kmol-1.
virtual double critPressure() const
critical pressure
virtual void setPressure(double pres)
Sets the pressure in the object.
virtual double gibbs_RT_ref() const
Return the molar Gibbs free energy divided by RT at reference pressure.
virtual void setState_TP(double temp, double pres)
Set the internal temperature and pressure.
This file contains definitions for utility functions and text for modules, inputfiles and logging,...
const double GasConstant
Universal Gas Constant [J/kmol/K].
Namespace for the Cantera kernel.