feos.pcsaft.SegmentRecord¶
- class feos.pcsaft.SegmentRecord(identifier, molarweight, model_record)¶
All information required to characterize a single segment.
- Parameters:
identifier (str) – The identifier of the segment.
molarweight (float) – The molar weight (in g/mol) of the segment.
model_record (ModelRecord) – The segment model parameters.
- Return type:
Methods
__init__()from_json(path)Read a list of `SegmentRecord`s from a JSON file.
from_json_str(json)Creates record from json string.
Creates a json string from record.
Attributes
identifiermodel_recordmolarweight