feos.joback.PureRecord¶
- class feos.joback.PureRecord(identifier, molarweight, model_record)¶
All information required to characterize a pure component.
- Parameters:
identifier (Identifier) – The identifier of the pure component.
molarweight (float) – The molar weight (in g/mol) of the pure component.
model_record (ModelRecord) – The pure component model parameters.
- Return type:
Methods
__init__()from_json_str(json)Creates record from json string.
Creates a json string from record.
Attributes
identifiermodel_recordmolarweight