CalculatorGetCompoundTDepProp Method

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

Definition

Namespace: DWSIM.Thermodynamics.CalculatorInterface
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
[DispIdAttribute(11)]
public string GetCompoundTDepProp(
	string compound,
	string prop,
	double temperature
)

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