Package org.djunits.unit
Class PressureUnit
- All Implemented Interfaces:
Serializable
,Cloneable
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:
-
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 PressureUnit
standard atmosphere.static final PressureUnit
technical atmosphere.static final PressureUnit
bar.static final PressureUnit
barye.static final Quantity<PressureUnit>
The base, with "kg/ms2" as the SI signature.static final PressureUnit
cm Hg.static final PressureUnit
foot Hg.static final PressureUnit
hectoPascal.static final PressureUnit
inch Hg.static final PressureUnit
kilogram-force per square millimeter.static final PressureUnit
kiloPascal.static final PressureUnit
millibar.static final PressureUnit
mm Hg.static final PressureUnit
Pascal.static final PressureUnit
pieze.static final PressureUnit
pound per square foot.static final PressureUnit
pound per square inch.static final PressureUnit
The SI unit for pressure is Pascal = kgm/s2.static final PressureUnit
torr. -
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/ms2" as the SI signature. -
SI
The SI unit for pressure is Pascal = kgm/s2. -
PASCAL
Pascal. -
HECTOPASCAL
hectoPascal. -
KILOPASCAL
kiloPascal. -
ATMOSPHERE_STANDARD
standard atmosphere. -
TORR
torr. -
ATMOSPHERE_TECHNICAL
technical atmosphere. -
BARYE
barye. -
BAR
bar. -
MILLIBAR
millibar. -
CENTIMETER_MERCURY
cm Hg. -
MILLIMETER_MERCURY
mm Hg. -
FOOT_MERCURY
foot Hg. -
INCH_MERCURY
inch Hg. -
KGF_PER_SQUARE_MM
kilogram-force per square millimeter. -
POUND_PER_SQUARE_FOOT
pound per square foot. -
POUND_PER_SQUARE_INCH
pound per square inch. -
PIEZE
pieze.
-
-
Constructor Details
-
PressureUnit
public PressureUnit()
-