PropertyPackageGetPDependentProperty Method |
Returns the values of pressure-dependent Physical Properties for the specified pure Compounds.
Namespace: DWSIM.Thermodynamics.PropertyPackagesAssembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax public virtual void GetPDependentProperty(
Object props,
double pressure,
Object compIds,
ref Object propVals
)
Public Overridable Sub GetPDependentProperty (
props As Object,
pressure As Double,
compIds As Object,
ByRef propVals As Object
)
Request Example
View SourceParameters
- 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.
Implements
ICapeThermoCompounds.GetPDependentProperty(Object, Double, Object, Object)See Also