Click or drag to resize

PropertyPackageCalculateEquilibrium2 Method


Namespace: DWSIM.Thermodynamics.PropertyPackages
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.4.5.0
Syntax
public IFlashCalculationResult CalculateEquilibrium2(
	FlashCalculationType calctype,
	double val1,
	double val2,
	double initialestimate
)
Request Example View Source

Parameters

calctype  FlashCalculationType
 
val1  Double
 
val2  Double
 
initialestimate  Double
 

Return Value

IFlashCalculationResult

Implements

IPropertyPackageCalculateEquilibrium2(FlashCalculationType, Double, Double, Double)
See Also