Expand description
Structures and traits that can be used to build model parameters for equations of state.
Structs§
- Binary
Record - A collection of parameters that model interactions between two substances or segments.
- Chemical
Record - Chemical information of a substance.
- Identifier
- A collection of identifiers for a chemical structure or substance.
- NoBinary
Model Record - Dummy struct used for models that do not use binary interaction parameters.
- Pure
Record - A collection of parameters of a pure substance.
- Segment
Record - Parameters describing an individual segment of a molecule.
Enums§
- Identifier
Option - Possible variants to identify a substance.
- Parameter
Error - Error type for incomplete parameter information and IO problems.
Traits§
- From
Segments - Trait for models that implement a homosegmented group contribution method
- From
Segments Binary - Trait for models that implement a homosegmented group contribution method and have a combining rule for binary interaction parameters.
- Parameter
- Constructor methods for parameters.
- Parameter
Hetero - Constructor methods for parameters for heterosegmented models.
- Segment
Count - Trait that enables parameter generation from generic molecular representations.