MaterialStreamGetUniversalConstant(Object) Method

Retrieves values of universal constants from the Property Package.

Definition

Namespace: DWSIM.Thermodynamics.Streams
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
public Object GetUniversalConstant(
	Object props
)

Parameters

props  Object
List of universal constants to be retrieved

Return Value

Object
Values of universal constants

Implements

ICapeThermoMaterialObjectGetUniversalConstant(Object)

Remarks

DWSIM passes this call to the Property Package currently associated to the stream.

See Also