Processing math: 100%

Data Definitions

This section collects and defines all the data needed to build the instance models.

RefnameDD:ctrOfMass
LabelCenter of Mass
Symbolp(t)CM
Unitsm
Equationp(t)CM=mjp(t)jmT
Description
  • p(t)CM is the Center of Mass (m)
  • mj is the mass of the j-th particle (kg)
  • p(t)j is the position vector of the j-th particle (m)
  • mT is the total mass of the rigid body (kg)
Notes
  • All bodies are assumed to be rigid (from A:objectTy).
Source
RefByIM:col2D and IM:transMot
RefnameDD:linDisp
LabelLinear displacement
Symbolu(t)
Unitsm
Equationu(t)=dp(t)(t)dt
Description
  • u(t) is the linear displacement (m)
  • t is the time (s)
  • p(t) is the position (m)
Notes
  • All bodies are assumed to be rigid (from A:objectTy).
Source
RefByIM:transMot
RefnameDD:linVel
LabelLinear velocity
Symbolv(t)
Unitsms
Equationv(t)=du(t)dt
Description
  • v(t) is the linear velocity (ms)
  • t is the time (s)
  • u is the displacement (m)
Notes
  • All bodies are assumed to be rigid (from A:objectTy).
Source
RefByIM:transMot
RefnameDD:linAcc
LabelLinear acceleration
Symbola(t)
Unitsms2
Equationa(t)=dv(t)(t)dt
Description
  • a(t) is the linear acceleration (ms2)
  • t is the time (s)
  • v(t) is the velocity (ms)
Notes
  • All bodies are assumed to be rigid (from A:objectTy).
Source
RefByIM:transMot
RefnameDD:angDisp
LabelAngular displacement
Symbolθ
Unitsrad
Equationθ=dϕ(t)dt
Description
  • θ is the angular displacement (rad)
  • t is the time (s)
  • ϕ is the orientation (rad)
Notes
Source
RefByIM:rotMot
RefnameDD:angVel
LabelAngular velocity
Symbolω
Unitsrads
Equationω=dθ(t)dt
Description
  • ω is the angular velocity (rads)
  • t is the time (s)
  • θ is the angular displacement (rad)
Notes
Source
RefByIM:rotMot
RefnameDD:angAccel
LabelAngular acceleration
Symbolα
Unitsrads2
Equationα=dω(t)dt
Description
  • α is the angular acceleration (rads2)
  • t is the time (s)
  • ω is the angular velocity (rads)
Notes
Source
RefByIM:rotMot
RefnameDD:chaslesThm
LabelChasles’ theorem
Symbolv(t)B
Unitsms
Equationv(t)B=v(t)O+ω×uOB
Description
  • v(t)B is the velocity at point B (ms)
  • v(t)O is the velocity at point origin (ms)
  • ω is the angular velocity (rads)
  • uOB is the displacement vector between the origin and point B (m)
Notes
  • The linear velocity v(t)B of any point B in a rigid body is the sum of the linear velocity v(t)O of the rigid body at the origin (axis of rotation) and the resultant vector from the cross product of the rigid body’s angular velocity ω and the displacement vector between the origin and point B uOB.
  • All bodies are assumed to be rigid (from A:objectTy).
SourcechaslesWiki
RefBy
RefnameDD:torque
LabelTorque
Symbolτ
UnitsNm
Equationτ=r×F
Description
  • τ is the torque (Nm)
  • r is the position vector (m)
  • F is the force (N)
Notes
  • The torque on a body measures the tendency of a force to rotate the body around an axis or pivot.
Source
RefBy
RefnameDD:kEnergy
LabelKinetic energy
SymbolKE
UnitsJ
EquationKE=m|v(t)|22
Description
  • KE is the kinetic energy (J)
  • m is the mass (kg)
  • v(t) is the velocity (ms)
Notes
  • Kinetic energy is the measure of the energy a body possesses due to its motion.
  • All bodies are assumed to be rigid (from A:objectTy) and two-dimensional (from A:objectDimension).
  • No damping occurs during the simulation (from A:dampingInvolvement).
Source
RefBy
RefnameDD:coeffRestitution
LabelCoefficient of restitution
SymbolCR
UnitsUnitless
EquationCR=(v(t)fABnv(t)iABn)
Description
  • CR is the coefficient of restitution (Unitless)
  • v(t)fAB is the final relative velocity between rigid bodies of A and B (ms)
  • n is the collision normal vector (m)
  • v(t)iAB is the initial relative velocity between rigid bodies of A and B (ms)
Notes
  • The coefficient of restitution CR determines the elasticity of a collision between two rigid bodies. CR=1 results in an elastic collision, CR<1 results in an inelastic collision, and CR=0 results in a totally inelastic collision.
Source
RefBy
RefnameDD:reVeInColl
LabelInitial Relative Velocity Between Rigid Bodies of A and B
Symbolv(t)iAB
Unitsms
Equationv(t)iAB=v(t)APv(t)BP
Description
  • v(t)iAB is the initial relative velocity between rigid bodies of A and B (ms)
  • v(t)AP is the velocity of the point of collision P in body A (ms)
  • v(t)BP is the velocity of the point of collision P in body B (ms)
Notes
  • In a collision, the velocity of a rigid body A colliding with another rigid body B relative to that body v(t)iAB is the difference between the velocities of A and B at point P.
  • All bodies are assumed to be rigid (from A:objectTy).
Source
RefBy
RefnameDD:impulseV
LabelImpulse (vector)
SymbolJ
UnitsNs
EquationJ=mΔv
Description
  • J is the impulse (vector) (Ns)
  • m is the mass (kg)
  • Δv is the change in velocity (ms)
Notes
  • An impulse (vector) J occurs when a force F acts over a body over an interval of time.
  • All bodies are assumed to be rigid (from A:objectTy).
Source
RefBy

Detailed derivation of impulse (vector):

Newton’s second law of motion states:

F=ma(t)=mdv(t)dt

Rearranging:

t2t1Fdt=m(v(t)2v(t)11dv(t))

Integrating the right hand side:

t2t1Fdt=mv(t)2mv(t)1=mΔv

RefnameDD:potEnergy
LabelPotential energy
SymbolPE
UnitsJ
EquationPE=mgh
Description
  • PE is the potential energy (J)
  • m is the mass (kg)
  • g is the gravitational acceleration (ms2)
  • h is the height (m)
Notes
  • The potential energy of an object is the energy held by an object because of its position to other objects.
  • All bodies are assumed to be rigid (from A:objectTy) and two-dimensional (from A:objectDimension).
  • No damping occurs during the simulation (from A:dampingInvolvement).
Source
RefBy
RefnameDD:momentOfInertia
LabelMoment of inertia
SymbolI
Unitskgm2
EquationI=mjdj2
Description
  • I is the moment of inertia (kgm2)
  • mj is the mass of the j-th particle (kg)
  • dj is the distance between the j-th particle and the axis of rotation (m)
Notes
  • The moment of inertia I of a body measures how much torque is needed for the body to achieve angular acceleration about the axis of rotation.
  • All bodies are assumed to be rigid (from A:objectTy).
Source
RefBy