Calculator_CalculatorCalc Prop(String, String, String, String, String, Double, Double, Double, Object, Object, Object, Object) Method
Definition
Namespace: DWSIM.Thermodynamics.CalculatorInterface
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
C#
[DispIdAttribute(16)]
Object[] CalcProp(
string proppack,
string prop,
string basis,
string phaselabel,
string[] compounds,
double temperature,
double pressure,
double[] molefractions,
Object ip1 = null,
Object ip2 = null,
Object ip3 = null,
Object ip4 = null
)VB
<DispIdAttribute(16)>
Function CalcProp (
proppack As String,
prop As String,
basis As String,
phaselabel As String,
compounds As String(),
temperature As Double,
pressure As Double,
molefractions As Double(),
Optional ip1 As Object = Nothing,
Optional ip2 As Object = Nothing,
Optional ip3 As Object = Nothing,
Optional ip4 As Object = Nothing
) As Object()Parameters
- proppack String
- prop String
- basis String
- phaselabel String
- compounds String
- temperature Double
- pressure Double
- molefractions Double
- ip1 Object (Optional)
- ip2 Object (Optional)
- ip3 Object (Optional)
- ip4 Object (Optional)