Models
Peng Robinson
MembraneEOS.PR
— FunctionPR(chemicals::AbstractVector{<:AbstractString}, [kij=nothing])
Create a Peng Robinson EOS via a vector of chemical names and a KIJ matrix.
- If
kij
is not specified, this will attempt to look up interactions based on the names of the chemicals.
PR(chemicals::AbstractVector{<:CubicParameters}, [kij=nothing])
Create a Peng Robinson EOS via a vector of CubicParameters
and a KIJ matrix.
- If
kij
is not specified, it will be initialized with ideal interactions.
Sanchez Lacombe
MembraneEOS.SL
— FunctionSL(chemicals::AbstractVector{<:SanchezLacombeParameters}, [kij=nothing])
Create a Sanchez Lacombe EOS via a vector of SanchezLacombeParameters
and a KIJ matrix.
- If
kij
is not specified, it will be initialized with ideal interactions.
SL(chemicals::AbstractVector{<:AbstractString}, [kij=nothing])
Create a Sanchez Lacombe EOS via a vector of chemical names and a KIJ matrix.
- If
kij
is not specified, this will attempt to look up interactions based on the names of the chemicals.