Module parameter

Source
Expand description

Structures and traits that can be used to build model parameters for equations of state.

Structs§

BinaryRecord
A collection of parameters that model interactions between two substances or segments.
ChemicalRecord
Chemical information of a substance.
Identifier
A collection of identifiers for a chemical structure or substance.
NoBinaryModelRecord
Dummy struct used for models that do not use binary interaction parameters.
PureRecord
A collection of parameters of a pure substance.
SegmentRecord
Parameters describing an individual segment of a molecule.

Enums§

IdentifierOption
Possible variants to identify a substance.
ParameterError
Error type for incomplete parameter information and IO problems.

Traits§

FromSegments
Trait for models that implement a homosegmented group contribution method
FromSegmentsBinary
Trait for models that implement a homosegmented group contribution method and have a combining rule for binary interaction parameters.
Parameter
Constructor methods for parameters.
ParameterHetero
Constructor methods for parameters for heterosegmented models.
SegmentCount
Trait that enables parameter generation from generic molecular representations.