MichelsenFlashDewT Method

Calculates the dew point temperature of a mixture at the given pressure using successive substitution.

Definition

Namespace: DWSIM.Thermodynamics.PropertyPackages
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
public Object DewT(
	double P,
	Object Vy,
	Object VKij,
	Object VTc,
	Object VPc,
	Object Vw,
	Object KI,
	double T = 0,
	Object otherargs = null
)

Parameters

P  Double
Pressure (Pa) at which to find the dew temperature.
Vy  Object
Array of vapor-phase (overall) mole fractions.
VKij  Object
Binary interaction parameter matrix.
VTc  Object
Array of critical temperatures (K).
VPc  Object
Array of critical pressures (Pa).
Vw  Object
Array of acentric factors.
KI  Object
Array of initial K-value estimates (0 to auto-generate).
T  Double  (Optional)
Initial temperature estimate (K); uses saturation temperature estimate if 0.
otherargs  Object  (Optional)
Optional additional arguments for the EOS.

Return Value

Object
Array where index 0 is the dew point temperature (K) and indices 1..n are the converged K-values.

See Also