Click or drag to resize

CalculatorGetCompoundTDepProp Method

Returns a single temperature-dependent property value for a compound.

Namespace: DWSIM.Thermodynamics.CalculatorInterface
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax
[DispIdAttribute(11)]
public string GetCompoundTDepProp(
	string compound,
	string prop,
	double temperature
)
Request Example View Source

Parameters

compound  String
Compound name.
prop  String
Property identifier.
temperature  Double
Temperature in K.

Return Value

String

Implements

Calculator_CalculatorGetCompoundTDepProp(String, String, Double)
See Also