We’re putting the final touches on our new badges platform. Badge issuance remains temporarily paused, but all completions are being recorded and will be fulfilled once the platform is live. Thank you for your patience.
Structural Dynamics

Structural Dynamics

How are the global and part velocities calculated in rigid body dynamics?

    • FAQFAQ
      Participant

      In GLSTAT, the “global x velocity” is calculated as: x velocity = sum(nodal mass * nodal x-vel)/sum(nodal mass) Likewise for y and z global velocities The summations above are done over all the nodes of the part in question. The Resultant Velocity is the square root of the sum of the squares of the x, y and z velocities. This is similarly done on a part-by-part basis in MATSUM where the quantities are referred to as the “rigid body velocities”, i.e., x-rbvelocity, y-rbvelocity and z-rbvelocity.