Vehicle cornering behavior and Ackermann geometry

AI Thread Summary
The discussion focuses on discrepancies in cornering behavior between a proprietary vehicle dynamics model and a self-developed model using Ackermann steering geometry. The author notes that their model shows lower lateral displacement and acceleration at low speeds, suspecting tire lateral slip may be a factor. They identify that the proprietary model likely does not account for rolling resistance and longitudinal resistance, which could explain the observed differences. The conversation highlights the importance of accurately modeling tire forces and the potential impact of alignment errors in steering geometry. The author plans to address these complexities in future work after completing their thesis.
AbsoluteUnit
Messages
9
Reaction score
3
TL;DR Summary
The Ackermann steering geometry is such that the lateral slip, tan(a) (where 'a' is the sideslip angle) tends to zero during stead-state low velocity turns. Is it reasonable to expect this vehicle behavior during simulation (see attached)?
Dear all,

I am writing a vehicle dynamics simulation for my thesis topic. However, I came into a conundrum when testing the cornering behavior of my vehicle. The problem is inherently complex due to its many subsystems, but I'll try to give as much detail without bogging the thread down.

Problem description
I am using a proprietary vehicle dynamics model to benchmark my own model. The issue is that I am finding discrepancies in the cornering behavior of my model and the proprietary model for the small turn angle, low-velocity case, but I am not entirely sure why. Essentially, my model exhibits a lower lateral displacement than predicted by the proprietary model and lower lateral acceleration, but the only reason I can think of is that the lateral slip of my tires aren't behaving similarly (after re-checking my equations multiple times) due to something else that I am missing.

My model is a front-steer vehicle that uses the Ackermann steering geometry to dictate the steer angle of the inner and outer tires (relative to the turn center). My understanding is that the Ackermann steer geometry is such that the vehicle can circumnavigate a curve at low (or zero) speeds without inducing a sideslip at the road-tire interface.

Since I haven't had much experience with vehicle modeling prior to this, I am looking for a second opinion on whether the following vehicle behavior looks "typical", or am I overlooking something very crucial? Should I just document my model's performance in the thesis and not worry so much about it?

Thank you for your insights.

(I did not attach the proprietary model output since I am just interested in whether the model behavior seems reasonable by intuition/prior experience. If it seems "off", that would at least give me an idea of whether I should be worried or not.)

---------------------------------
Scenario:
Initial longitudinal speed, Vx0 = 5 m/s
Initial lateral speed, Vy0 = 0 m/s
Initial angular speed, Psi0 = 0 rad/s

Input steer = 5 degrees (direct steer input, no steering ratio)
Wheel steers are recomputed for each wheel using the Ackermann steer ratio.

Vehicle properties
mass, m = 1778kg
yaw MoI, Jzz = 3800 kg-m^2
static weight distribution(front track/rear track) = approx. (9600N/7800N)

half-track width, w = 1m
front-track-to-centroid length, l1 = 1.33m
rear-track-to-centroid length, l2 = 1.62m
Centroid height = 0.53m

Load transfer is computed assuming a rigid vehicle model using the superposition of quasi-static longitudinal and lateral load shifts, i.e. without considering a suspension system.

Tire properties
Longitudinal slip stiffness, Cs = 89000 N/slip
Lateral slip stiffness, Ca = 45000 N/slip
static radius, Rg = 0.3m
Rolling MoI, Jyw = 2.00 kg-m^2

pavement friction coef., mu = 0.87

  • The Dugoff tire model was used to compute tire forces.
  • The force curves produced were qualitatively similar to the force curves produced by the proprietary model.
  • The slip stiffness are assumed to be static (i.e. not load-sensitive).

---

Two scenarios are attached:
(1) Turning without maintaining longitudinal velocity (no input torque)
(2) Turning with constant velocity

(1) Turning without maintaining longitudinal velocity (no input torque)
(left) Vehicle displacements (right) Vehicle-body velocities
1650039134482.png

Vehicle trajectory
1650039159209.png


(2) Turning with constant longitudinal velocity
(left) Vehicle displacements (right) Vehicle-body velocities
1650038752994.png

Vehicle trajectory
1650038792253.png
 
Engineering news on Phys.org
The Ackermann three link steering is an approximation that works in the real world.
You will need to study the alignment error, as a function of turn radius before simulating a turn with an unknown (toe-in or toe-out) alignment error.
 
Are both models using the same Akermann geometry, i.e. with or without considering slip angles?

Figure-3.jpg
 
Baluncore said:
The Ackermann three link steering is an approximation that works in the real world.
You will need to study the alignment error, as a function of turn radius before simulating a turn with an unknown (toe-in or toe-out) alignment error.
Thanks! Adding complexity to the model is something I plan to do after I submit my thesis (and if my advisor is still keen on letting me work on the problem), for now I have to contend with naive application of Ackermann steer. But this is really good information, since I have been looking for something more realistic than the Ackermann steer.

jack action said:
Are both models using the same Akermann geometry, i.e. with or without considering slip angles?
Unfortunately this isn't something I can probe directly, since the documentation of the proprietary model is a bit vague :( A bit of a crap shoot on my part really, but I don't have access to other more well-documented models like CarSim so I have to hope the proprietary model is well-tested.

---
Either way, I believe I found the reason of the difference between the proprietary model and my model by accident when tinkering around with the model:
For the wheel spin equation:
Jyw*(dω/dt) = Td - Tb*sign(ωRe) - FxwRe - RR​

Where
Re := tire effective radius,​
Fwx := tire longitudinal force,​
ω := tire angular velocity,​
Td := driving torque, Tb := braking torque.​
Turns out that the proprietary model does not include rolling resistance, RR and longitudinal resistance(?), Mxw = Fxw*Re in their model (i.e. I had to "emulate" these indirectly), which explains the discrepancy (besides the question of steering geometry, which is still a good question).

Exhibit one [Exh. 1] shows the propriety model's lateral displacement and velocity without "emulated" tire RR and Mxw. [Exh. 2] shows the same model with an (uncalibrated) emulated RR and Mxw. One can observe how the lateral velocity in [Exh. 2] degrades over time when the latter effects are considered.

It's kind of interesting how RR and Mxw are typically small compared to applied driving (Td) and braking torques (Tb), but consequences are significant when not included in the model.

Well, that's one mystery off my table (at least, I hope this is the correct diagnosis), thank you for your time!

(The following are vehicles NOT under constant velocity, so the scenario is equivalent to the first case in my original post)
[Exh. 1] Proprietary model 5 deg steer without RR and Mxw
1650067255673.png

[Exh. 2] Proprietary model 5 deg steer with "emulated" RR and Mxw
(I haven't yet calibrated the model inputs to produce roughly similar longitudinal slips to my model to "mimic" RR and Mxw properly, so this is for illustration only)
1650065679867.png
 
Last edited:
  • Like
Likes jack action
After over 25 years of engineering, designing and analyzing bolted joints, I just learned this little fact. According to ASME B1.2, Gages and Gaging for Unified Inch Screw Threads: "The no-go gage should not pass over more than three complete turns when inserted into the internal thread of the product. " 3 turns seems like way to much. I have some really critical nuts that are of standard geometry (5/8"-11 UNC 3B) and have about 4.5 threads when you account for the chamfers on either...
Thread 'Physics of Stretch: What pressure does a band apply on a cylinder?'
Scenario 1 (figure 1) A continuous loop of elastic material is stretched around two metal bars. The top bar is attached to a load cell that reads force. The lower bar can be moved downwards to stretch the elastic material. The lower bar is moved downwards until the two bars are 1190mm apart, stretching the elastic material. The bars are 5mm thick, so the total internal loop length is 1200mm (1190mm + 5mm + 5mm). At this level of stretch, the load cell reads 45N tensile force. Key numbers...
Thread 'What type of toilet do I have?'
I was enrolled in an online plumbing course at Stratford University. My plumbing textbook lists four types of residential toilets: 1# upflush toilets 2# pressure assisted toilets 3# gravity-fed, rim jet toilets and 4# gravity-fed, siphon-jet toilets. I know my toilet is not an upflush toilet because my toilet is not below the sewage line, and my toilet does not have a grinder and a pump next to it to propel waste upwards. I am about 99% sure that my toilet is not a pressure assisted...
Back
Top