Package org.djunits.unit
Class 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-2020 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 Details
-
BASE
The base, with "rad/s2" as the SI signature. -
SI
The SI unit for angular velocity is radian per second squared. -
RADIAN_PER_SECOND_SQUARED
radian per second squared. -
DEGREE_PER_SECOND_SQUARED
degree per second squared. -
ARCMINUTE_PER_SECOND_SQUARED
arcminute per second squared. -
ARCSECOND_PER_SECOND_SQUARED
arcsecond per second squared. -
GRAD_PER_SECOND_SQUARED
grad per second squared. -
CENTESIMAL_ARCMINUTE_SQUARED
centesimal arcminute per second squared. -
CENTESIMAL_ARCSECOND_PER_SECOND_SQUARED
centesimal arcsecond per second squared.
-
-
Constructor Details
-
AngularAccelerationUnit
public AngularAccelerationUnit()
-