PhysLean Documentation

PhysLean.Units.Speed

Speed #

In this module we define the dimensionful type corresponding to an speed. We define specific insances of speed, such as miles per hour, kilometers per hour, etc.

@[reducible, inline]
abbrev DimSpeed :

The type of speeds in the absence of a choice of unit.

Equations
Instances For

    Basic speeds #

    The dimensional speed corresponding to 1 meter per second.

    Equations
    Instances For

      The dimensional speed corresponding to 1 mile per hour.

      Equations
      • One or more equations did not get rendered due to their size.
      Instances For

        The dimensional speed corresponding to 1 kilometer per hour.

        Equations
        • One or more equations did not get rendered due to their size.
        Instances For
          noncomputable def DimSpeed.oneKnot :

          The dimensional speed corresponding to 1 knot, aka, one nautical mile per hour.

          Equations
          • One or more equations did not get rendered due to their size.
          Instances For

            Speed in SI units #

            @[simp]

            Relations between speeds #

            Comparisons between speeds #

            One kilometer per hour is slower then one knot.