Class DensityUnit

java.lang.Object
org.djunits.unit.Unit<DensityUnit>
org.djunits.unit.DensityUnit
All Implemented Interfaces:
Serializable, Cloneable

public class DensityUnit extends Unit<DensityUnit>
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:
  • Field Details

    • BASE

      public static final Quantity<DensityUnit> BASE
      The base, with "kg/m3" as the SI signature.
    • SI

      public static final DensityUnit SI
      The SI unit for standard density is kg/m^3.
    • KG_PER_METER_3

      public static final DensityUnit KG_PER_METER_3
      kg/m^3.
    • GRAM_PER_CENTIMETER_3

      public static final DensityUnit GRAM_PER_CENTIMETER_3
      g/cm^3.
  • Constructor Details

    • DensityUnit

      public DensityUnit()