Namespace: DWSIM.Thermodynamics.PropertyPackagesAssembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax public abstract Object CalcP(
double V,
double T,
Array Vx,
Object VKij,
Array VTc,
Array VPc,
Array Vw,
Object otherargs = null
)
Public MustOverride Function CalcP (
V As Double,
T As Double,
Vx As Array,
VKij As Object,
VTc As Array,
VPc As Array,
Vw As Array,
Optional otherargs As Object = Nothing
) As Object
Request Example
View SourceParameters
- V Double
-
- T Double
-
- Vx Array
-
- VKij Object
-
- VTc Array
-
- VPc Array
-
- Vw Array
-
- otherargs Object (Optional)
-
Return Value
ObjectSee Also