Package systems.uom.common.historic
Class CGS
java.lang.Object
tech.units.indriya.AbstractSystemOfUnits
systems.uom.common.historic.CGS
- All Implemented Interfaces:
javax.measure.spi.SystemOfUnits,tech.uom.lib.common.function.Nameable
public final class CGS extends tech.units.indriya.AbstractSystemOfUnits
This class contains the centimetre–gram–second system of units.
This class is not intended to be implemented by clients.
- Since:
- 0.6
- Version:
- 1.2, $Date: 2021-03-28$
- Author:
- Werner Keil
- See Also:
- Wikipedia: Centimetre–gram–second system of units
-
Nested Class Summary
Nested classes/interfaces inherited from class tech.units.indriya.AbstractSystemOfUnits
tech.units.indriya.AbstractSystemOfUnits.Helper -
Field Summary
Fields Modifier and Type Field Description static javax.measure.Unit<javax.measure.quantity.Pressure>BARYEThe barye (symbol:Ba), or sometimes barad, barrie, bary, baryd, baryed, or barie, is the centimetre–gram–second (CGS) unit of pressure.static javax.measure.Unit<javax.measure.quantity.Length>CENTIMETREA unit of length equal to1/100 of metre(standard namecm).static javax.measure.Unit<javax.measure.quantity.Speed>CENTIMETRE_PER_SECONDA unit of velocity (cgs unit, standard namecm/s.static javax.measure.Unit<javax.measure.quantity.Force>DYNEA unit of force equal to1E-5 N(standard namedyn).static javax.measure.Unit<javax.measure.quantity.Energy>ERGA unit of energy equal to1E-7 J(standard nameerg).static javax.measure.Unit<javax.measure.quantity.Power>ERG_PER_SECONDA unit of power (cgs unit, standard nameerg/s).static javax.measure.Unit<javax.measure.quantity.Acceleration>GALA unit of acceleration (cgs unit, standard nameGal).static javax.measure.Unit<javax.measure.quantity.Mass>GRAMA unit of mass equal to 1/12 the mass of the carbon-12 atom (standard nameg).static javax.measure.Unit<si.uom.quantity.KinematicViscosity>KAYSERA unit of wavenumber equal to1/cm(cgs unit, standard namecm⁻¹).static javax.measure.Unit<si.uom.quantity.DynamicViscosity>POISEA unit of dynamic viscosity equal to1 g/(cm·s)(cgs unit standard nameP.static javax.measure.Unit<javax.measure.quantity.Time>SECONDThe SI base unit for duration quantities (standard names).static javax.measure.Unit<si.uom.quantity.KinematicViscosity>STOKESA unit of kinematic viscosity equal to1 cm²/s(cgs unit, standard nameSt).Fields inherited from class tech.units.indriya.AbstractSystemOfUnits
E, logger, quantityToUnit, units -
Method Summary
Modifier and Type Method Description static CGSgetInstance()Returns the unique instance of this class.StringgetName()Methods inherited from class tech.units.indriya.AbstractSystemOfUnits
getUnit, getUnit, getUnit, getUnit, getUnits, getUnits
-
Field Details
-
CENTIMETRE
A unit of length equal to1/100 of metre(standard namecm). -
GRAM
A unit of mass equal to 1/12 the mass of the carbon-12 atom (standard nameg). -
SECOND
The SI base unit for duration quantities (standard names). It is defined as the duration of 9,192,631,770 cycles of radiation corresponding to the transition between two hyperfine levels of the ground state of cesium (1967 Standard). -
CENTIMETRE_PER_SECOND
A unit of velocity (cgs unit, standard namecm/s. -
GAL
A unit of acceleration (cgs unit, standard nameGal).- See Also:
- Wikipedia: Gal
-
ERG
A unit of energy equal to1E-7 J(standard nameerg). -
DYNE
A unit of force equal to1E-5 N(standard namedyn). -
ERG_PER_SECOND
A unit of power (cgs unit, standard nameerg/s). -
BARYE
The barye (symbol:Ba), or sometimes barad, barrie, bary, baryd, baryed, or barie, is the centimetre–gram–second (CGS) unit of pressure. It is equal to 1 dyne per square centimetre.1 Ba = 0.1 Pa = 1×10−6 bar = 1×10−4 pieze = 0.1 N/m2 = 1 g⋅cm−1⋅s−2 -
POISE
A unit of dynamic viscosity equal to1 g/(cm·s)(cgs unit standard nameP.- See Also:
- Wikipedia: Poise
-
STOKES
A unit of kinematic viscosity equal to1 cm²/s(cgs unit, standard nameSt). -
KAYSER
A unit of wavenumber equal to1/cm(cgs unit, standard namecm⁻¹).
-
-
Method Details
-
getInstance
Returns the unique instance of this class.- Returns:
- the NonSI instance.
-
getName
- Specified by:
getNamein interfacetech.uom.lib.common.function.Nameable- Specified by:
getNamein interfacejavax.measure.spi.SystemOfUnits- Specified by:
getNamein classtech.units.indriya.AbstractSystemOfUnits
-