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