GRF = dotProduct((f+mg),n)
where
GRF: ground reaction force
f: The force vector applied to hinge(s)
mg: The gravity force vector of circle(s)
n: The Normal vector of the floor
Using hinge property "totImp3" to get force applied to hinge.
totImp3 * Sim.frequency == [fx,fy,torque]
thus
f = (totImp3 * Sim.frequency)([0,1])
See also:
http://www.algodoo.com/forum/viewtopic.php?f=13&t=10984&start=0