Package org.djunits.unit
Class AngularAccelerationUnit
- All Implemented Interfaces:
Serializable
,Cloneable
Standard angular acceleration unit. See
https://en.wikipedia.org/wiki/Angular_acceleration.
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 AngularAccelerationUnit
arcminute per second squared.static final AngularAccelerationUnit
arcsecond per second squared.static final Quantity<AngularAccelerationUnit>
The base, with "rad/s2" as the SI signature.static final AngularAccelerationUnit
centesimal arcminute per second squared.static final AngularAccelerationUnit
centesimal arcsecond per second squared.static final AngularAccelerationUnit
degree per second squared.static final AngularAccelerationUnit
grad per second squared.static final AngularAccelerationUnit
radian per second squared.static final AngularAccelerationUnit
The SI unit for angular velocity is radian per second squared. -
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 "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()
-