EoS Phase Behavior Functions
Saturation pressures and phase envelope construction.
10 functions
PO.EoS.Pb.PR(T, zi, props, kij)
Calculates bubble point pressure using Peng-Robinson EoS, [Pa].
PO.EoS.Pb.SRK(T, zi, props, kij)
Calculates bubble point pressure using SRK EoS, [Pa].
PO.EoS.Pdew.PR(T, zi, props, kij)
Calculates dew point pressure using Peng-Robinson EoS, [Pa].
PO.EoS.Pdew.SRK(T, zi, props, kij)
Calculates dew point pressure using SRK EoS, [Pa].
PO.EoS.Tb.PR(P, zi, props, kij)
Calculates bubble point temperature using Peng-Robinson EoS, [K].
PO.EoS.Tb.SRK(P, zi, props, kij)
Calculates bubble point temperature using SRK EoS, [K].
PO.EoS.Tdew.PR(P, zi, props, kij)
Calculates dew point temperature using Peng-Robinson EoS, [K].
PO.EoS.Tdew.SRK(P, zi, props, kij)
Calculates dew point temperature using SRK EoS, [K].
PO.EoS.Envelope.PR(zi, props, output, kij, nPoints)
Phase envelope using Peng-Robinson EoS. Output: 'bubble_T', 'bubble_P', 'dew_T', 'dew_P' (arrays), or 'cricondenbar_P/T', 'cricondentherm_P/T', 'critical_P/T' (scalars).
PO.EoS.Envelope.SRK(zi, props, output, kij, nPoints)
Phase envelope using SRK EoS. Output: 'bubble_T', 'bubble_P', 'dew_T', 'dew_P' (arrays), or 'cricondenbar_P/T', 'cricondentherm_P/T', 'critical_P/T' (scalars).