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 AngularAccelerationUnit
ARCMINUTE_PER_SECOND_SQUARED
arcminute per second squared.static AngularAccelerationUnit
ARCSECOND_PER_SECOND_SQUARED
arcsecond per second squared.static Quantity<AngularAccelerationUnit>
BASE
The base, with "rad/s2" as the SI signature.static AngularAccelerationUnit
CENTESIMAL_ARCMINUTE_SQUARED
centesimal arcminute per second squared.static AngularAccelerationUnit
CENTESIMAL_ARCSECOND_PER_SECOND_SQUARED
centesimal arcsecond per second squared.static AngularAccelerationUnit
DEGREE_PER_SECOND_SQUARED
degree per second squared.static AngularAccelerationUnit
GRAD_PER_SECOND_SQUARED
grad per second squared.static AngularAccelerationUnit
RADIAN_PER_SECOND_SQUARED
radian per second squared.static AngularAccelerationUnit
SI
The 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()
-