Click or drag to resize

PropertyPackageGetPDependentProperty Method

Returns the values of pressure-dependent Physical Properties for the specified pure Compounds.

Namespace: DWSIM.Thermodynamics.PropertyPackages
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.4.5.0
Syntax
public virtual void GetPDependentProperty(
	Object props,
	double pressure,
	Object compIds,
	ref Object propVals
)
Request Example View Source

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.

Implements

ICapeThermoCompounds.GetPDependentProperty(Object, Double, Object, Object)
See Also