Package org.djunits.unit
Class AngularAccelerationUnit
- java.lang.Object
-
- org.djunits.unit.Unit<AngularAccelerationUnit>
-
- org.djunits.unit.AngularAccelerationUnit
-
- All Implemented Interfaces:
Serializable,Cloneable
public class AngularAccelerationUnit extends Unit<AngularAccelerationUnit>
Standard angular acceleration unit. See https://en.wikipedia.org/wiki/Angular_acceleration.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 AngularAccelerationUnitARCMINUTE_PER_SECOND_SQUAREDarcminute per second squared.static AngularAccelerationUnitARCSECOND_PER_SECOND_SQUAREDarcsecond per second squared.static Quantity<AngularAccelerationUnit>BASEThe base, with "rad/s2" as the SI signature.static AngularAccelerationUnitCENTESIMAL_ARCMINUTE_SQUAREDcentesimal arcminute per second squared.static AngularAccelerationUnitCENTESIMAL_ARCSECOND_PER_SECOND_SQUAREDcentesimal arcsecond per second squared.static AngularAccelerationUnitDEGREE_PER_SECOND_SQUAREDdegree per second squared.static AngularAccelerationUnitGRAD_PER_SECOND_SQUAREDgrad per second squared.static AngularAccelerationUnitRADIAN_PER_SECOND_SQUAREDradian per second squared.static AngularAccelerationUnitSIThe SI unit for angular velocity is radian per second squared.
-
Constructor Summary
Constructors Constructor Description AngularAccelerationUnit()
-
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<AngularAccelerationUnit> BASE
The base, with "rad/s2" as the SI signature.
-
SI
public static final AngularAccelerationUnit SI
The SI unit for angular velocity is radian per second squared.
-
RADIAN_PER_SECOND_SQUARED
public static final AngularAccelerationUnit RADIAN_PER_SECOND_SQUARED
radian per second squared.
-
DEGREE_PER_SECOND_SQUARED
public static final AngularAccelerationUnit DEGREE_PER_SECOND_SQUARED
degree per second squared.
-
ARCMINUTE_PER_SECOND_SQUARED
public static final AngularAccelerationUnit ARCMINUTE_PER_SECOND_SQUARED
arcminute per second squared.
-
ARCSECOND_PER_SECOND_SQUARED
public static final AngularAccelerationUnit ARCSECOND_PER_SECOND_SQUARED
arcsecond per second squared.
-
GRAD_PER_SECOND_SQUARED
public static final AngularAccelerationUnit GRAD_PER_SECOND_SQUARED
grad per second squared.
-
CENTESIMAL_ARCMINUTE_SQUARED
public static final AngularAccelerationUnit CENTESIMAL_ARCMINUTE_SQUARED
centesimal arcminute per second squared.
-
CENTESIMAL_ARCSECOND_PER_SECOND_SQUARED
public static final AngularAccelerationUnit CENTESIMAL_ARCSECOND_PER_SECOND_SQUARED
centesimal arcsecond per second squared.
-
-