Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Wrong calculation of rolling resistance
07-30-2011, 07:22 AM,
#34
 
NaN Wrote:The output of atan2 is [-pi,+pi] -> [-180, 180].

But then there is also the Fx, Fy combining method which I can't really comment, no idea what is going on there.

Even this is not right, 180 degrees means tyre just freely rolling backwards and its Fy should be almost zero. PacejkaFy on the other hand will produce lateral force at 0.5...1 Fz level if you just calculate Fy(180).

Code:
assert (btFabs(alpha) <= 180);
if (alpha > 90) alpha = 180 - alpha;
if (alpha < 90) alpha = -180 - alpha;

[Image: Fy%20symmetry.png]

Same story with Mz: PacejkaMz will generate non-zero aligning torque at 90 degrees and above while common sense suggests that if you drag the tyre sidewise it will not have any aligning torque due to its symmetry. Thus real world Mz has to be anti-simmetrical around 90 degrees value.
Reply


Messages In This Thread
[No subject] - by NaN - 07-28-2011, 06:30 PM
[No subject] - by LBodnar - 07-28-2011, 06:45 PM
[No subject] - by NaN - 07-29-2011, 04:45 AM
[No subject] - by NaN - 07-29-2011, 11:59 AM
[No subject] - by LBodnar - 07-29-2011, 12:25 PM
[No subject] - by NaN - 07-29-2011, 12:56 PM
[No subject] - by LBodnar - 07-29-2011, 01:14 PM
[No subject] - by NaN - 07-29-2011, 01:20 PM
[No subject] - by LBodnar - 07-29-2011, 02:21 PM
[No subject] - by NaN - 07-29-2011, 03:13 PM
[No subject] - by LBodnar - 07-29-2011, 03:26 PM
[No subject] - by NaN - 07-29-2011, 03:51 PM
[No subject] - by NaN - 07-29-2011, 03:58 PM
[No subject] - by LBodnar - 07-29-2011, 04:00 PM
[No subject] - by NaN - 07-29-2011, 04:07 PM
[No subject] - by LBodnar - 07-29-2011, 04:07 PM
[No subject] - by LBodnar - 07-29-2011, 04:10 PM
[No subject] - by NaN - 07-29-2011, 04:11 PM
[No subject] - by NaN - 07-29-2011, 04:15 PM
[No subject] - by NaN - 07-29-2011, 04:19 PM
[No subject] - by LBodnar - 07-29-2011, 04:28 PM
[No subject] - by NaN - 07-29-2011, 04:33 PM
[No subject] - by LBodnar - 07-29-2011, 04:46 PM
[No subject] - by NaN - 07-29-2011, 05:07 PM
[No subject] - by LBodnar - 07-29-2011, 05:41 PM
[No subject] - by NaN - 07-29-2011, 05:49 PM
[No subject] - by LBodnar - 07-29-2011, 05:54 PM
[No subject] - by joevenzon_phpbb2_import3 - 07-29-2011, 07:46 PM
[No subject] - by LBodnar - 07-30-2011, 04:03 AM
[No subject] - by NaN - 07-30-2011, 05:49 AM
[No subject] - by LBodnar - 07-30-2011, 06:27 AM
[No subject] - by NaN - 07-30-2011, 06:35 AM
[No subject] - by LBodnar - 07-30-2011, 07:22 AM
[No subject] - by NaN - 07-30-2011, 07:44 AM
[No subject] - by LBodnar - 07-30-2011, 09:15 AM

Forum Jump:


Users browsing this thread: 3 Guest(s)