Crate feos_campd

Source

Structs§

ChemicalRecord
Input for group-contribution models that allows for derivatives.
CoMTCAMD
Molecular representation based on group counts, as used in 1-stage CoMT-CAMD.
ContinuousVariable
Information about bounds and initial values of continuous variables.
Disjunction
A combination of different molecule superstructures.
GcPcSaftPropertyModel
The heterosegmented gc-PC-SAFT equation of state.
IntegratedDesign
A full optimization problem consisting of a MolecularRepresentation, a PropertyModel, and a ProcessModel.
OptimizationResult
The output of a single optimization consisting of the objective, structure variables, and process variables.
OuterApproximation
Implementation of outer approximation in Rust.
PcSaftPropertyModel
The homosegmented group contribution method for the PC-SAFT equation of state.
SuperMolecule
The molecule superstructure representation.

Enums§

GeneralConstraint
A generalization over equality and inequality constraints.

Traits§

MixedIntegerNonLinearProgram
A generic MINLP that can be solved with the OuterApproximation algorithm.
MolecularRepresentation
A generic molecular representation to be used in an IntegratedDesign.
ProcessModel
Generic process model to be used in an IntegratedDesign.
PropertyModel
A generic property model to be used in an IntegratedDesign