PropertyPackageGetUniversalConstant1 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
public virtual Object GetUniversalConstant1(
	string constantId
)

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

ICapeThermoUniversalConstantGetUniversalConstant(String)

Remarks

Universal Constants (often called fundamental constants) are quantities like the gas constant, or the Avogadro constant.

See Also