NIST Webbook (NIST)#

Source#

Pure component properties as used by the NIST WebBook, https://webbook.nist.gov/chemistry/ Retrieved: September 13th, 2019

Ideal Gas Molar Heat Capacity (Constant Pressure)#

NIST uses the Shomate equation for the ideal gas molar heat capacity, which is shown below:

\[c_{\text{p ig}} = A + B \times t + C \times t^2 + D \times t^3 + \frac{E}{t^2}\]

where \(t = \frac{T}{1000}\). Units are \(\text{J/mol}\cdotp\text{K}\).

Parameters

Symbol

Parameter Name

Units

Description

\(A\)

cp_mol_ig_comp_coeff_A

\(\text{J/mol}\cdotp\text{K}\)

\(B\)

cp_mol_ig_comp_coeff_B

\(\text{J/mol}\cdotp\text{K}\cdotp\text{kK}\)

\(C\)

cp_mol_ig_comp_coeff_C

\(\text{J/mol}\cdotp\text{K}\cdotp\text{kK}^2\)

\(D\)

cp_mol_ig_comp_coeff_D

\(\text{J/mol}\cdotp\text{K}\cdotp\text{kK}^3\)

\(E\)

cp_mol_ig_comp_coeff_E

\(\text{J}\cdotp\text{kK}^2\text{/mol}\cdotp\text{K}\)

\(F\)

cp_mol_ig_comp_coeff_F

\(\text{kJ/mol}\)

\(G\)

cp_mol_ig_comp_coeff_G

\(\text{J/mol}\cdotp\text{K}\)

\(H\)

cp_mol_ig_comp_coeff_H

\(\text{kJ/mol}\)

Note

Due to the division of temperature by 1000 in the expression form, most temperature units are in kilo-Kelvins and reference enthalpies (F and H) are in kJ/mol. The parameter cp_mol_ig_comp_coeff is also used when calculating specific enthalpy and entropy and parameters ‘F’, ‘G’ and ‘H’ are only required for these properties.

Ideal Gas Molar Enthalpy#

The correlation for the ideal gas molar enthalpy is derived from the correlation for the molar heat capacity and is given below:

\[\frac{h_{\text{ig}} - h_{\text{ig ref}}}{1000} = A \times t + \frac{B}{2} \times t^2 + \frac{C}{3} \times t^3 + \frac{D}{4} \times t^4 + E \times \frac{1}{t} + F - H\]

Units are \(\text{J/mol}\).

Symbol

Parameter Name

Units

Description

\(A\)

cp_mol_ig_comp_coeff_A

\(\text{J/mol}\cdotp\text{K}\)

\(B\)

cp_mol_ig_comp_coeff_B

\(\text{J/mol}\cdotp\text{K}\cdotp\text{kK}\)

\(C\)

cp_mol_ig_comp_coeff_C

\(\text{J/mol}\cdotp\text{K}\cdotp\text{kK}^2\)

\(D\)

cp_mol_ig_comp_coeff_D

\(\text{J/mol}\cdotp\text{K}\cdotp\text{kK}^3\)

\(E\)

cp_mol_ig_comp_coeff_E

\(\text{J}\cdotp\text{kK}^2\text{/mol}\cdotp\text{K}\)

\(F\)

cp_mol_ig_comp_coeff_F

\(\text{kJ/mol}\)

\(G\)

cp_mol_ig_comp_coeff_G

\(\text{J/mol}\cdotp\text{K}\)

\(H\)

cp_mol_ig_comp_coeff_H

\(\text{kJ/mol}\)

Note

This correlation uses the same parameters as for the ideal gas heat capacity with additional parameters F and H. These parameters account for the enthalpy at the reference state defined by NIST, where F is the constant of integration and H is the standard molar heat of formation. Note that the default form of the expression used by NIST subtracts the heat of formation from the specific enthalpy. This behavior can be controlled using the global configuration argument include_enthalpy_of_formation - if this is set to True (the default setting), then the H term is not used when calculating specific enthalpies. Due to the division of temperature by 1000 in the expression form, most temperature units are in kilo-Kelvins and reference enthalpies (F and H) are in kJ/mol.

Ideal Gas Molar Entropy#

The correlation for the ideal gas molar entropy is derived from the correlation for the molar heat capacity and is given below:

\[s_{\text{ig}} = A \times ln(t) + B \times t + \frac{C}{2} \times t^2 + \frac{D}{3} \times t^3 + \frac{E}{2 \times t^2} + G\]

Units are \(\text{J/mol}\cdotp\text{K}\).

Symbol

Parameter Name

Units

Description

\(A\)

cp_mol_ig_comp_coeff_A

\(\text{J/mol}\cdotp\text{K}\)

\(B\)

cp_mol_ig_comp_coeff_B

\(\text{J/mol}\cdotp\text{K}\cdotp\text{kK}\)

\(C\)

cp_mol_ig_comp_coeff_C

\(\text{J/mol}\cdotp\text{K}\cdotp\text{kK}^2\)

\(D\)

cp_mol_ig_comp_coeff_D

\(\text{J/mol}\cdotp\text{K}\cdotp\text{kK}^3\)

\(E\)

cp_mol_ig_comp_coeff_E

\(\text{J}\cdotp\text{kK}^2\text{/mol}\cdotp\text{K}\)

\(F\)

cp_mol_ig_comp_coeff_F

\(\text{kJ/mol}\)

\(G\)

cp_mol_ig_comp_coeff_G

\(\text{J/mol}\cdotp\text{K}\)

\(H\)

cp_mol_ig_comp_coeff_H

\(\text{kJ/mol}\)

Note

This correlation uses the same parameters as for the ideal gas heat capacity with additional parameter G, which accounts for the standard entropy at the reference state defined by NIST. Users wanting to use a different reference state will need to update G. Due to the division of temperature by 1000 in the expression form, most temperature units are in kilo-Kelvins and reference enthalpies (F and H) are in kJ/mol.

Saturation (Vapor) Pressure#

NIST uses the Antoine equation to calculate the vapor pressure of a component, which is given below:

\[log_{10}(P_{sat}) = A - \frac{B}{T+C}\]

Units are bar and Kelvin.

Parameters

Symbol

Parameter Name

Units

Description

\(A\)

pressure_sat_comp_coeff_A

None

\(B\)

pressure_sat_comp_coeff_B

\(\text{K}\)

\(C\)

pressure_sat_comp_coeff_C

\(\text{K}\)