Property PackageGet Universal Constant 1 Method
Retrieves the value of a Universal Constant.
Definition
Namespace: DWSIM.Thermodynamics.PropertyPackages
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
Value 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.
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
C#
public virtual Object GetUniversalConstant1(
string constantId
)VB
Public Overridable Function GetUniversalConstant1 (
constantId As String
) As ObjectParameters
- 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
ICapeThermoUniversalConstantGetUniversalConstant(String)Remarks
Universal Constants (often called fundamental constants) are quantities like the gas constant,
or the Avogadro constant.