MichelsenFlashGeneralFlash Method |
Namespace: DWSIM.Thermodynamics.PropertyPackagesAssembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax public Object GeneralFlash(
FlashSpec spec1,
FlashSpec spec2,
double val1,
double val2,
Array Vz,
Object VKij,
Array VTc,
Array VPc,
Array Vw,
double FirstEstimate = 0,
Object otherargs = null
)
Public Function GeneralFlash (
spec1 As FlashSpec,
spec2 As FlashSpec,
val1 As Double,
val2 As Double,
Vz As Array,
VKij As Object,
VTc As Array,
VPc As Array,
Vw As Array,
Optional FirstEstimate As Double = 0,
Optional otherargs As Object = Nothing
) As Object
Request Example
View SourceParameters
- spec1 FlashSpec
-
- spec2 FlashSpec
-
- val1 Double
-
- val2 Double
-
- Vz Array
-
- VKij Object
-
- VTc Array
-
- VPc Array
-
- Vw Array
-
- FirstEstimate Double (Optional)
-
- otherargs Object (Optional)
-
Return Value
ObjectSee Also