Package org.djunits.unit
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-2022 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:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.djunits.unit.Unit
Unit.Builder<U extends Unit<U>>
-
-
Field Summary
Fields Modifier and Type Field Description static PressureUnitATMOSPHERE_STANDARDstandard atmosphere.static PressureUnitATMOSPHERE_TECHNICALtechnical atmosphere.static PressureUnitBARbar.static PressureUnitBARYEbarye.static Quantity<PressureUnit>BASEThe base, with "kg/ms2" as the SI signature.static PressureUnitCENTIMETER_MERCURYcm Hg.static PressureUnitFOOT_MERCURYfoot Hg.static PressureUnitHECTOPASCALhectoPascal.static PressureUnitINCH_MERCURYinch Hg.static PressureUnitKGF_PER_SQUARE_MMkilogram-force per square millimeter.static PressureUnitKILOPASCALkiloPascal.static PressureUnitMILLIBARmillibar.static PressureUnitMILLIMETER_MERCURYmm Hg.static PressureUnitPASCALPascal.static PressureUnitPIEZEpieze.static PressureUnitPOUND_PER_SQUARE_FOOTpound per square foot.static PressureUnitPOUND_PER_SQUARE_INCHpound per square inch.static PressureUnitSIThe SI unit for pressure is Pascal = kgm/s2.static PressureUnitTORRtorr.
-
Constructor Summary
Constructors Constructor Description PressureUnit()
-
Method Summary
-
Methods inherited from class org.djunits.unit.Unit
build, clone, deriveLinear, deriveLinear, deriveLinear, derivePerSI, deriveSI, deriveSI, deriveSIKilo, equals, getAbbreviations, getDefaultDisplayAbbreviation, getDefaultTextualAbbreviation, getId, getName, getQuantity, getScale, getStandardUnit, getUnit, getUnitSystem, hashCode, isBaseSIUnit, isGenerated, lookupOrCreateUnitWithSIDimensions, makeBuilder, toString
-
-
-
-
Field Detail
-
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.
-
-