Mixtures

MultiComponentFlash.MolecularPropertyMethod
MolecularProperty("Name")

Convenience constructor that looks up molecular properties from a table in tabulated_properties.

The properties are taken from the wonderful MIT-licensed CoolProp. Please note that the equations of state included in this module may not be approprioate for all the available fluids, especially for mixtures!

See list of species at CoolProp website.

source
MultiComponentFlash.MultiComponentMixtureType
MultiComponentMixture(properties::NTuple{N, MolecularProperty}; A_ij = nothing, names = ["C1", "C2", ...], name = "UnnamedMixture")

Create a multicomponent mixture with an optional binary interaction coefficient matrix A_ij.

source