Class TorqueUnit

java.lang.Object
org.djunits.unit.Unit<TorqueUnit>
org.djunits.unit.TorqueUnit
All Implemented Interfaces:
Serializable, Cloneable

public class TorqueUnit extends Unit<TorqueUnit>
The units of torque (moment of force).

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<TorqueUnit> BASE
      The base, with "kgm2/s2" as the SI signature.
    • SI

      public static final TorqueUnit SI
      The SI unit for torque is Newton meter = kgm2/s2.
    • NEWTON_METER

      public static final TorqueUnit NEWTON_METER
      Newton meter.
    • METER_KILOGRAM_FORCE

      public static final TorqueUnit METER_KILOGRAM_FORCE
      meter kilogram-force.
    • POUND_FOOT

      public static final TorqueUnit POUND_FOOT
      Pound foot.
    • POUND_INCH

      public static final TorqueUnit POUND_INCH
      Pound inch.
  • Constructor Details

    • TorqueUnit

      public TorqueUnit()