ThermoPlugCalcLnFugTV Method |
Namespace: DWSIM.Thermodynamics.PropertyPackagesAssembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax public abstract double[] CalcLnFugTV(
double T,
double V,
Array Vx,
Object VKij,
Array VTc,
Array VPc,
Array Vw,
Object otherargs = null,
int phase = -1
)
Public MustOverride Function CalcLnFugTV (
T As Double,
V As Double,
Vx As Array,
VKij As Object,
VTc As Array,
VPc As Array,
Vw As Array,
Optional otherargs As Object = Nothing,
Optional phase As Integer = -1
) As Double()
Request Example
View SourceParameters
- T Double
-
- V Double
-
- Vx Array
-
- VKij Object
-
- VTc Array
-
- VPc Array
-
- Vw Array
-
- otherargs Object (Optional)
-
- phase Int32 (Optional)
-
Return Value
DoubleSee Also