CalculatorGetCompoundTDepProp Method |
Returns a single temperature-dependent property value for a compound.
Namespace: DWSIM.Thermodynamics.CalculatorInterfaceAssembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax [DispIdAttribute(11)]
public string GetCompoundTDepProp(
string compound,
string prop,
double temperature
)
<DispIdAttribute(11)>
Public Function GetCompoundTDepProp (
compound As String,
prop As String,
temperature As Double
) As String
Request Example
View SourceParameters
- compound String
- Compound name.
- prop String
- Property identifier.
- temperature Double
- Temperature in K.
Return Value
StringImplements
Calculator_CalculatorGetCompoundTDepProp(String, String, Double)See Also