feos.joback.JobackRecord¶
- class feos.joback.JobackRecord¶
Create a set of Joback ideal gas heat capacity parameters for a segment or a pure component.
The fourth order coefficient e is not present in the orginial publication by Joback and Reid but is required for correlations for some pure components that are modeled using the same polynomial approach.
- Parameters:
a (float) – zeroth order coefficient
b (float) – first order coefficient
c (float) – second order coefficient
d (float) – third order coefficient
e (float) – fourth order coefficient
- Return type:
Methods
__init__
()from_json_str
(json)Creates record from json string.
Creates a json string from record.