Click or drag to resize

PropertyPackageGetUniversalConstant Method

Returns the values of the Universal Constants.

Namespace: DWSIM.Thermodynamics.PropertyPackages
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.4.5.0
Syntax
public virtual Object GetUniversalConstant(
	Object materialObject,
	Object props
)
Request Example View Source

Parameters

materialObject  Object
The Material Object.
props  Object
List of requested Universal Constants;

Return Value

Object
Values of Universal Constants.

Implements

ICapeThermoPropertyPackage.GetUniversalConstant(Object, Object)
See Also