Vishwajeet
03-07-2015, 12:24 AM
Hello,
My name is Vishwajeet Karmarkar and i am part of Stes Racing, a team based in pune,India.
I have a few questions regarding the output of a steady state simulation i am running.The aim of this simulation is to find the steering angles at the inner and outer
wheels so as to finalize the steering geometry.
What i am doing is as follows.(working in matlab)
I first assume a certain value of lateral acceleration, and cornering radius.Based on this i find the vehicle velocity.Then i find the normal force on each tires for that
acceleration.I give the program a inner wheel steering angle input(which is closer to the ackerman steering angle).Then I iterate it for multiple values of B(body slipangle).For the current B, the program finds the slip angles at rear inner and outer wheels, as well as front inner wheels(eqs from chapter 5 RCVD).For these slip angles, and the tire loads, i run an optimum t matlab add in to get the lateral force generated by each tire.Subtracting the sum of these three lateral forces
(front inner, rear inner ,rear outer) from the total lateral force required(mass X lateral accln) i get the tire force which should be generated by the front outer wheel.Then based on this value of lateral force, i find the slip angle on the front outer wheel, again using optimum t add in.Then i put this value of slip angle in the RCVD eqn which relates steering angle, B and slip angle, to get the value of steering angle at the outer wheel.
I keep iterating this for multiple B, until i get the lowest value of yaw moment.I also consider the Mz contributed by the tires in this simulation.
So the code keeps iterating until the lowest value of yaw moment(closer to neutral steer) is found, and at the lowest value it gives me the steering angle at the
outer wheel.
My results are however a bit strange.At lower steering values i get an anti ackerman geometry and at bigger steering angles i get a pro ackerman geometry.
Heres the result at 1.3g cornering.
Inner=[1.799 2.3259 5.1408 8.721 10.9661 22.4883 33.7706]
Outer=[3.8123 4.1171 5.3421 6.9216 7.8891 12.6199 16.8906]
So my question is whether the process i am running is flawed in some ways?If not is the steering geometry i am getting possible to implement?Also the outer wheel turns so less which makes me feel its wrong somewhere
Thank You.
Vishwajeet Karmarkar
STES Racing
My name is Vishwajeet Karmarkar and i am part of Stes Racing, a team based in pune,India.
I have a few questions regarding the output of a steady state simulation i am running.The aim of this simulation is to find the steering angles at the inner and outer
wheels so as to finalize the steering geometry.
What i am doing is as follows.(working in matlab)
I first assume a certain value of lateral acceleration, and cornering radius.Based on this i find the vehicle velocity.Then i find the normal force on each tires for that
acceleration.I give the program a inner wheel steering angle input(which is closer to the ackerman steering angle).Then I iterate it for multiple values of B(body slipangle).For the current B, the program finds the slip angles at rear inner and outer wheels, as well as front inner wheels(eqs from chapter 5 RCVD).For these slip angles, and the tire loads, i run an optimum t matlab add in to get the lateral force generated by each tire.Subtracting the sum of these three lateral forces
(front inner, rear inner ,rear outer) from the total lateral force required(mass X lateral accln) i get the tire force which should be generated by the front outer wheel.Then based on this value of lateral force, i find the slip angle on the front outer wheel, again using optimum t add in.Then i put this value of slip angle in the RCVD eqn which relates steering angle, B and slip angle, to get the value of steering angle at the outer wheel.
I keep iterating this for multiple B, until i get the lowest value of yaw moment.I also consider the Mz contributed by the tires in this simulation.
So the code keeps iterating until the lowest value of yaw moment(closer to neutral steer) is found, and at the lowest value it gives me the steering angle at the
outer wheel.
My results are however a bit strange.At lower steering values i get an anti ackerman geometry and at bigger steering angles i get a pro ackerman geometry.
Heres the result at 1.3g cornering.
Inner=[1.799 2.3259 5.1408 8.721 10.9661 22.4883 33.7706]
Outer=[3.8123 4.1171 5.3421 6.9216 7.8891 12.6199 16.8906]
So my question is whether the process i am running is flawed in some ways?If not is the steering geometry i am getting possible to implement?Also the outer wheel turns so less which makes me feel its wrong somewhere
Thank You.
Vishwajeet Karmarkar
STES Racing