Class PressureUnit

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

public class PressureUnit extends Unit<PressureUnit>
The units of pressure.

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<PressureUnit> BASE
      The base, with "kg/ms2" as the SI signature.
    • SI

      public static final PressureUnit SI
      The SI unit for pressure is Pascal = kgm/s2.
    • PASCAL

      public static final PressureUnit PASCAL
      Pascal.
    • HECTOPASCAL

      public static final PressureUnit HECTOPASCAL
      hectoPascal.
    • KILOPASCAL

      public static final PressureUnit KILOPASCAL
      kiloPascal.
    • ATMOSPHERE_STANDARD

      public static final PressureUnit ATMOSPHERE_STANDARD
      standard atmosphere.
    • TORR

      public static final PressureUnit TORR
      torr.
    • ATMOSPHERE_TECHNICAL

      public static final PressureUnit ATMOSPHERE_TECHNICAL
      technical atmosphere.
    • BARYE

      public static final PressureUnit BARYE
      barye.
    • BAR

      public static final PressureUnit BAR
      bar.
    • MILLIBAR

      public static final PressureUnit MILLIBAR
      millibar.
    • CENTIMETER_MERCURY

      public static final PressureUnit CENTIMETER_MERCURY
      cm Hg.
    • MILLIMETER_MERCURY

      public static final PressureUnit MILLIMETER_MERCURY
      mm Hg.
    • FOOT_MERCURY

      public static final PressureUnit FOOT_MERCURY
      foot Hg.
    • INCH_MERCURY

      public static final PressureUnit INCH_MERCURY
      inch Hg.
    • KGF_PER_SQUARE_MM

      public static final PressureUnit KGF_PER_SQUARE_MM
      kilogram-force per square millimeter.
    • POUND_PER_SQUARE_FOOT

      public static final PressureUnit POUND_PER_SQUARE_FOOT
      pound per square foot.
    • POUND_PER_SQUARE_INCH

      public static final PressureUnit POUND_PER_SQUARE_INCH
      pound per square inch.
    • PIEZE

      public static final PressureUnit PIEZE
      pieze.
  • Constructor Details

    • PressureUnit

      public PressureUnit()