Sets of base constants and units
The records in this package define the basis of
various unit systems by setting the base constants. The dimensions of the
quantities and units (in the unit
attribute, see
Quantities) are not re-adjusted, but they
should be. For example, if the speed of light is nondimensionalized, then
length and time are the same dimension. However, it is tedious to update the dimensions
of all of the quantities, so instead
we just set a normalized constant to one and leave the dimensions as they are.
For more information, please see the documentation for the Units package.
Extends from Icons.Package (Icon for standard packages (from MSL 3.2.1)).
Name | Description |
---|---|
Hartree | Base constants for Hartree atomic units |
SI | Base constants for SI |
SIKmol | Base constants for SI with kF and R normalized instead of K and mol |
Base | Base constants |
Base constants for Hartree atomic units
Hartree units impose that:
Please see the documentation for the Units package.
Extends from Base (Base constants).
Base constants for SI
Please see the documentation for the Units package.
Extends from Base (Base constants).
Base constants for SI with kF and R normalized instead of K and mol
The values of the un-normalized SI base units are (see Resources/unit-systems.cdf):
For more information, please see the documentation for the Units package.
Extends from Base (Base constants).
Base constants
Please see the notes in the Modelica code and the documentation of the Units package.
Extends from Icons.Record (Icon for records (from MSL 3.2.1)).