[Thermo] Fix incorrect units in PDSS documentation

This commit is contained in:
Ray Speth 2017-08-13 16:47:00 -04:00
parent 286217d1d3
commit be8e51d217

View file

@ -537,12 +537,12 @@ protected:
double m_cp0_R; //!< Reference state heat capacity divided by R
double m_s0_R; //!< Reference state entropy divided by R
double m_g0_RT; //!< Reference state Gibbs free energy divided by RT
double m_V0; //!< Reference state molar volume (m3 kg-1)
double m_V0; //!< Reference state molar volume (m^3/kmol)
double m_hss_RT; //!< Standard state enthalpy divided by RT
double m_cpss_R; //!< Standard state heat capacity divided by R
double m_sss_R; //!< Standard state entropy divided by R
double m_gss_RT; //!< Standard state Gibbs free energy divided by RT
double m_Vss; //!< Standard State molar volume (m3 kg-1)
double m_Vss; //!< Standard State molar volume (m^3/kmol)
};
}