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-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:
  • Field Details

    • 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.
  • Constructor Details

    • AngularAccelerationUnit

      public AngularAccelerationUnit()