Package org.djunits.unit
Class DensityUnit
- All Implemented Interfaces:
Serializable
,Cloneable
Standard density unit based on mass per volume.
Copyright (c) 2015-2024 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See DJUNITS License
- Author:
- Alexander Verbraeck
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.djunits.unit.Unit
Unit.Builder<U extends Unit<U>>
-
Field Summary
Modifier and TypeFieldDescriptionstatic final Quantity<DensityUnit>
The base, with "kg/m3" as the SI signature.static final DensityUnit
g/cm^3.static final DensityUnit
kg/m^3.static final DensityUnit
The SI unit for standard density is kg/m^3. -
Constructor Summary
-
Method Summary
Methods inherited from class org.djunits.unit.Unit
build, clone, deriveLinear, deriveLinear, deriveLinear, derivePerSI, deriveSI, deriveSI, deriveSIKilo, equals, getDefaultAbbreviations, getDefaultDisplayAbbreviation, getDefaultTextualAbbreviation, getId, getLocalizedAbbreviations, getLocalizedDisplayAbbreviation, getLocalizedTextualAbbreviation, getName, getQuantity, getScale, getStandardUnit, getUnit, getUnitSystem, hashCode, isBaseSIUnit, isGenerated, lookupOrCreateUnitWithSIDimensions, makeBuilder, toString
-
Field Details
-
BASE
The base, with "kg/m3" as the SI signature. -
SI
The SI unit for standard density is kg/m^3. -
KG_PER_METER_3
kg/m^3. -
GRAM_PER_CENTIMETER_3
g/cm^3.
-
-
Constructor Details
-
DensityUnit
public DensityUnit()
-