Back to some physics programming, I'm trying to get Richard Chaney's
idea (see http://www.racesimcentral.net/) of using a quaternion for
rotation, and angular velocities (adjusted using precession) and a
location/velocity for the rigid bodies to work.
It contains some easy & fast to use formulas for forces placed on a
point on the body (for example, aerodynamic drag). This leads to a
force on the center of mass, and a torque.
Now I wonder, before I haul over my source; can I just add resulting
forces and torques to get 1 end-result, and apply that to the body?
I mean like:
init:
totalForce.SetToZero()
totalTorque.SetToZero() (both are 3D vectors)
calc_forces:
wing_front_force=(x,y,z)
totalForce+=wing_front_force (in body coords)
// Calc torque because of wing_front_force using T=F*r
// where 'r' is a vector from the CM to the point
// of force application
totalTorque+=wing_torque
wing_back_force=...
totalForce+=wing_back_force
totalTorque+=wing_back_torque
integrate:
// Apply force and torque to body
cm_acceleration=totalForce/mass
cm_angular_acceleration=... (not really totalTorque/inertia, but
using some more careful formulas because of precession)
I read at one point, IIRC, that you can see a total force system of a
rigid body as having a resultant force and torque, so you can combine
all forces and torques to come up with just 1 force and 1 torque.
Would this be the way?
BTW The Giancarlo Genta book (Motor Vehicle Dynamics), is it any good
on explaining the Pacejka Magic Formula? The formula seems great, but
I can't find too much raw info on it (to use in a simulation), and the
book, priced at US$98, is quite pricy if all I can find on the formula
is in an appendix, perhaps (seeing I also have RCVD and Gillespie's
Fundamentals of Vehicle Dynamics).
Thanks for any ideas,
Ruud van Gaal, GPL Rank +53.25
Pencil art : http://www.racesimcentral.net/
Car simulation: http://www.racesimcentral.net/