NIST Webbook¶
Contents
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:
where \(t = \frac{T}{1000}\).
Parameters
| Symbol | Parameter Name | Indices | Description |
|---|---|---|---|
| \(A, B, C, D, E\) | cp_mol_ig_comp_coeff | component, [‘A’, ‘B’, ‘C’, ‘D’, ‘E’] |
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:
| Symbol | Parameter Name | Indices | Description |
|---|---|---|---|
| \(A, B, C, D, E, F, H\) | cp_mol_ig_comp_coeff | component, [‘A’, ‘B’, ‘C’, ‘D’, ‘F’, ‘H’] | |
| \(T_{ref}\) | temperature_ref | None | Temperature at reference state |
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. Users wanting to use a different reference state will need to update H.
Ideal Gas Molar Entrorpy¶
The correlation for the ideal gas molar entropy is derived from the correlation for the molar heat capacity and is given below:
Parameters
| Symbol | Parameter Name | Indices | Description |
|---|---|---|---|
| \(A, B, C, D, E, G\) | cp_mol_ig_comp_coeff | component, [‘A’, ‘B’, ‘C’, ‘D’, ‘E’, ‘G’] |
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.
Saturation (Vapor) Pressure¶
NIST uses the Antoine equation to calculate the vapor pressure of a component, which is given below:
Parameters
| Symbol | Parameter Name | Indices | Description |
|---|---|---|---|
| \(A, B, C\) | pressure_sat_comp_coeff | component, [‘A’, ‘B’, ‘C’] |
Note
The Antoine equation is generally written with saturation pressure expressed in bars. The units of the correlation can be converted to Pascals by adding 5 to \(A\).