Parameter handling¶
In FeOs parameters can be read from JSON files or created manually by combining pure-component parameters and binary interaction parameters.
Parameters and GcParameters¶
The core data types for parameter handling in FeOs are Parameters for regular component-specific parameters and GcParameters for group-contribution models.
Set of parameters that fully characterizes a mixture. |
|
Combination of chemical information and segment parameters that is used to parametrize a group-contribution model. |
Methods to build Parameters¶
Creates parameters from records. |
|
|
Creates parameters for a pure component from a pure record. |
|
Creates parameters for a binary system from pure records and an optional binary interaction parameter or binary interaction parameter record. |
Creates parameters from json files. |
|
Creates parameters from json files. |
Methods to build GcParameters¶
|
Creates parameters from segment records. |
Creates parameters using segments from json file. |
|
|
Creates parameters from SMILES and segment records. |
|
Creates parameters from SMILES using segments from json file. |
Other data types¶
|
Different common identifiers for chemicals. |
Identifier to match on while reading parameters from files. |
|
|
Parameters that describe a pure component. |
|
Parameters describing individual segments. |
|
Binary interaction parameters. |
|
Binary segment/segment interaction parameters. |
|
Information about segments and bonds of a molecule. |
|
SMARTS code, required to fragmentize molecules into segments. |