PropertyPackageGetUniversalConstant Method

Returns the values of the Universal Constants.

Definition

Namespace: DWSIM.Thermodynamics.PropertyPackages
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
public virtual Object GetUniversalConstant(
	Object materialObject,
	Object props
)

Parameters

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

Return Value

Object
Values of Universal Constants.

Implements

ICapeThermoPropertyPackageGetUniversalConstant(Object, Object)

See Also