CalculatorGet Compound PDep Prop 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
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
C#
[DispIdAttribute(12)]
public string GetCompoundPDepProp(
string compound,
string prop,
double pressure
)VB
<DispIdAttribute(12)>
Public Function GetCompoundPDepProp (
compound As String,
prop As String,
pressure As Double
) As String