CalculatorGetCompoundPDepProp Method

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

Definition

Namespace: DWSIM.Thermodynamics.CalculatorInterface
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
[DispIdAttribute(12)]
public string GetCompoundPDepProp(
	string compound,
	string prop,
	double pressure
)

Parameters

compound  String
Compound name.
prop  String
Property identifier.
pressure  Double
Pressure in Pa.

Return Value

String

Implements

Calculator_CalculatorGetCompoundPDepProp(String, String, Double)

See Also