Click or drag to resize

MaterialStreamGetUniversalConstant(Object) Method

Retrieves values of universal constants from the Property Package.

Namespace: DWSIM.Thermodynamics.Streams
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax
public Object GetUniversalConstant(
	Object props
)
Request Example View Source

Parameters

props  Object
List of universal constants to be retrieved

Return Value

Object
Values of universal constants

Implements

ICapeThermoMaterialObject.GetUniversalConstant(Object)
Remarks
DWSIM passes this call to the Property Package currently associated to the stream.
See Also