Property PackageGet PDependent Property Method
Returns the values of pressure-dependent Physical Properties for the specified pure Compounds.
Definition
Namespace: DWSIM.Thermodynamics.PropertyPackages
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#
public virtual void GetPDependentProperty(
Object props,
double pressure,
Object compIds,
ref Object propVals
)VB
Public Overridable Sub GetPDependentProperty (
props As Object,
pressure As Double,
compIds As Object,
ByRef propVals As Object
)Parameters
- props Object
- The list of Physical Property identifiers. Valid identifiers for pressure-dependent Physical Properties are listed in section 7.5.4
- pressure Double
- Pressure (in Pa) at which Physical Properties are evaluated
- compIds Object
- List of Compound identifiers for which Physical Properties are to be retrieved. Set compIds to UNDEFINED to denote all Compounds in the component that implements the ICapeThermoCompounds interface.
- propVals Object
- Property values for the Compounds specified.