Click or drag to resize

CalculatorGetCompoundPDepProp Method

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

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

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