MichelsenFlashStabilityCurve Method |
Namespace: DWSIM.Thermodynamics.PropertyPackagesAssembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax public ArrayList StabilityCurve(
Object Vz,
Object VTc,
Object VPc,
Object VVc,
Object Vw,
Object VKIj,
double Vmax = 0,
double delta = 40,
int multipl = 15,
Object otherargs = null
)
Public Function StabilityCurve (
Vz As Object,
VTc As Object,
VPc As Object,
VVc As Object,
Vw As Object,
VKIj As Object,
Optional Vmax As Double = 0,
Optional delta As Double = 40,
Optional multipl As Integer = 15,
Optional otherargs As Object = Nothing
) As ArrayList
Request Example
View SourceParameters
- Vz Object
-
- VTc Object
-
- VPc Object
-
- VVc Object
-
- Vw Object
-
- VKIj Object
-
- Vmax Double (Optional)
-
- delta Double (Optional)
-
- multipl Int32 (Optional)
-
- otherargs Object (Optional)
-
Return Value
ArrayListSee Also