MaterialStreamGetUniversalConstant(Object) Method |
Retrieves values of universal constants from the Property Package.
Namespace: DWSIM.Thermodynamics.StreamsAssembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax public Object GetUniversalConstant(
Object props
)
Public Function GetUniversalConstant (
props As Object
) As Object
Request Example
View SourceParameters
- props Object
- List of universal constants to be retrieved
Return Value
ObjectValues of universal constants
Implements
ICapeThermoMaterialObject.GetUniversalConstant(Object)Remarks DWSIM passes this call to the Property Package currently associated to the stream.
See Also