MethodsSTABILITY_CURVE Method |
Namespace: DWSIM.Thermodynamics.Utilities.TCPAssembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax public ArrayList STABILITY_CURVE(
Object Vz,
Object VTc,
Object VPc,
Object VVc,
Object Vw,
Object VKIj,
double Vmax = 0,
double delta = 40,
int multipl = 15
)
Public Function STABILITY_CURVE (
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
) 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)
-
Return Value
ArrayListSee Also