Am calculating the magnus force or uplift force using:
Fm = (2PI^2 * p * v * r^4 * w) / 2r
were p = density of air, r = radius, w = angular velocity, v = velocity
The drag is calculated using:
Fd = 0.5 * cd * p * area * v^2
where cd = drag coefficient, area = cross sectional area...