Click or drag to resize

FlashAlgorithmFlash_VT Method

Volume-Temperature Flash

Namespace: DWSIM.Thermodynamics.PropertyPackages.Auxiliary.FlashAlgorithms
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.4.5.0
Syntax
public FlashCalculationResult Flash_VT(
	double[] Vz,
	double Vspec,
	double T,
	double Pref,
	PropertyPackage PP,
	bool ReuseKI = false,
	double[] PrevKi = null
)
Request Example View Source

Parameters

Vz  Double
Mole fractions
Vspec  Double
Molar Volume (m3/mol)
T  Double
Temperature (K)
Pref  Double
Pressure estimate (Pa)
PP  PropertyPackage
ReuseKI  Boolean  (Optional)
PrevKi  Double  (Optional)

Return Value

FlashCalculationResult
See Also