kelvin constant

BaseUnit const kelvin

The base unit for thermodynamic temperature quantities (K).

The kelvin is the 1/273.16th of the thermodynamic temperature of the triple point of water. It is named after the Scottish mathematician and physicist William Thomson 1st Lord Kelvin (1824-1907)

Implementation

static const BaseUnit kelvin = BaseUnit('K', Quantities.temperature);