Click or drag to resize

PropertyPackageGetUniversalConstant1 Method

Retrieves the value of a Universal Constant.

Namespace: DWSIM.Thermodynamics.PropertyPackages
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.4.5.0
Syntax
public virtual Object GetUniversalConstant1(
	string constantId
)
Request Example View Source

Parameters

constantId  String
Identifier of Universal Constant. The list of constants supported should be obtained by using the GetUniversalConstantList method.

Return Value

Object
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.

Implements

ICapeThermoUniversalConstant.GetUniversalConstant(String)
Remarks
Universal Constants (often called fundamental constants) are quantities like the gas constant, or the Avogadro constant.
See Also