Namespace: DWSIM.Thermodynamics.PropertyPackagesAssembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax private Matrix Qij(
double T,
double V,
Array Vz,
Array VTc,
Array VPc,
Array Vw,
Array VKIj,
Object otherargs = null
)
Private Function Qij (
T As Double,
V As Double,
Vz As Array,
VTc As Array,
VPc As Array,
Vw As Array,
VKIj As Array,
Optional otherargs As Object = Nothing
) As Matrix
Request Example
View SourceParameters
- T Double
-
- V Double
-
- Vz Array
-
- VTc Array
-
- VPc Array
-
- Vw Array
-
- VKIj Array
-
- otherargs Object (Optional)
-
Return Value
MatrixSee Also