Click or drag to resize

FlashAlgorithmFlash_VS Method


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

Parameters

Vz  Double
 
Vspec  Double
 
S  Double
 
Pref  Double
 
Tref  Double
 
PP  PropertyPackage
 
ReuseKI  Boolean  (Optional)
 
PrevKi  Double  (Optional)
 

Return Value

FlashCalculationResult
See Also