PhysLean Documentation

PhysLean.ClassicalMechanics.RigidBody.Basic

Rigid bodies #

A rigid body is one where the distance and relative orientation between particles does not change. In otherwords, the body remains undeformed.

In this module we will define the basic properties of a rigid body, including

References #

structure RigidBody (d : ) :

A Rigid body defined by its mass distribution.

Instances For
    def RigidBody.mass {d : } (R : RigidBody d) :

    The total mass of the rigid body.

    Equations
    Instances For
      noncomputable def RigidBody.centerOfMass {d : } (R : RigidBody d) :

      The center of mass of the rigid body.

      Equations
      Instances For
        noncomputable def RigidBody.inertiaTensor {d : } (R : RigidBody d) :
        Matrix (Fin d) (Fin d)

        The inertia tensor of the rigid body.

        Equations
        Instances For

          The kinetic energy of a rigid body.

          Equations
          Instances For