MaterialStreamGetUniversalConstant(String) Method |
Retrieves the value of a Universal Constant.
Namespace: DWSIM.Thermodynamics.StreamsAssembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax public Object GetUniversalConstant(
string constantId
)
Public Function GetUniversalConstant (
constantId As String
) As Object
Request Example
View SourceParameters
- constantId String
- Identifier of Universal Constant. The list of constants supported should be
obtained by using the GetUniversalConstantList method.
Return Value
ObjectValue of Universal Constant. This could be a numeric or a string value. For numeric values
the units of measurement are specified in section 7.5.5.
Implements
ICapeThermoUniversalConstant.GetUniversalConstant(String)Remarks Universal Constants (often called fundamental constants) are quantities like the gas constant,
or the Avogadro constant.
See Also