- #1
Pablo87
- 3
- 5
Hello to all,
I am trying to design an electric Go kart as part of a personal project. I am now in the preliminary design phase, trying to find some literature regarding to the resistance force (Rolling resistance + aerodynamic drag).
I was able to find a document in which some guys did some testing, obtaining a graph speed/time (I understand that the controller was plotting a graph of values of speed and time). The graph shows how they disengaged the motor with a clutch and left the kart to decelerate by its "own" (in reality due to all the resistances = Rolling + aerodynamic...considering the bearing friction and rolling resistance negligible). I also consider the lifting down force negligible (measured to be around less than 1% the kart weight).
The steps I was following to find out the resistance force are the following:
I check the graph and wrote few +/- accurate points (speed in km/h, time s) contained in the graph. I got (115, 0) (80, 4) (60, 10) (40, 20).
I am going to consider the resistance force Fr= Frolling resistance +Drag = Pα*Zβ*(a+b*v+c*v2) + 1/2*ρ*CD*A*v2. I used the SAE J2452 for the rolling resistance (where v is in km/h). I am considering P, α, Z, β, a, b, c constant. Therefore, I ended up with a Fr = c1+c2*v+c3*v2 (v in km/h, and time in s)
My objective then is to find the constants c1, c2, and c3, using the graph points I showed before.
since the kart is decelerating only by the resistance force Fr, then I know that the deceleration -a = Fr/m
and a=dv/dt, therefore dv/dt = -(c1+c2*b+c3*v2)/m → dv/(c1+c2*b+c3*v2) = -dt/m →
∫dv/(c1+c2*b+c3*v2) = -∫dt / m
the ∫dv/(c1+c2*b+c3*v2) would be between v0 = 115 and v
the ∫dt would be between t0 = 0 and t
The integration of ∫dv/(c1+c2*v+c3*v2) is a very annoying one :
if 4ac-b2 >0 I obtain the solution
-t/m = 2/√(4*c3*c1-c22) * arctg [(2*c3*v + c2) /√(4*c3*c1-c22)] - 2/√(4*c3*c1-c22) * arctgh [(2*c3*115 + c2) /√(4*c3*c1-c22)]
if 4ac-b2 <0
Similar but with the Ln.
When I try to resolve the function v (t) using excel solver...it cannot converge into any solution.
Could somebody help me finding a way to solve the problem?
I have other ideas to calculate the Resistance torque/Force, but it would required a torque transducer that would complicate the design of the vehicle.
Excuse me if I had any mistake or if the formulas are not very well explained. it isn't easy to write those formulas in the forum.
I am trying to design an electric Go kart as part of a personal project. I am now in the preliminary design phase, trying to find some literature regarding to the resistance force (Rolling resistance + aerodynamic drag).
I was able to find a document in which some guys did some testing, obtaining a graph speed/time (I understand that the controller was plotting a graph of values of speed and time). The graph shows how they disengaged the motor with a clutch and left the kart to decelerate by its "own" (in reality due to all the resistances = Rolling + aerodynamic...considering the bearing friction and rolling resistance negligible). I also consider the lifting down force negligible (measured to be around less than 1% the kart weight).
The steps I was following to find out the resistance force are the following:
I check the graph and wrote few +/- accurate points (speed in km/h, time s) contained in the graph. I got (115, 0) (80, 4) (60, 10) (40, 20).
I am going to consider the resistance force Fr= Frolling resistance +Drag = Pα*Zβ*(a+b*v+c*v2) + 1/2*ρ*CD*A*v2. I used the SAE J2452 for the rolling resistance (where v is in km/h). I am considering P, α, Z, β, a, b, c constant. Therefore, I ended up with a Fr = c1+c2*v+c3*v2 (v in km/h, and time in s)
My objective then is to find the constants c1, c2, and c3, using the graph points I showed before.
since the kart is decelerating only by the resistance force Fr, then I know that the deceleration -a = Fr/m
and a=dv/dt, therefore dv/dt = -(c1+c2*b+c3*v2)/m → dv/(c1+c2*b+c3*v2) = -dt/m →
∫dv/(c1+c2*b+c3*v2) = -∫dt / m
the ∫dv/(c1+c2*b+c3*v2) would be between v0 = 115 and v
the ∫dt would be between t0 = 0 and t
The integration of ∫dv/(c1+c2*v+c3*v2) is a very annoying one :
if 4ac-b2 >0 I obtain the solution
-t/m = 2/√(4*c3*c1-c22) * arctg [(2*c3*v + c2) /√(4*c3*c1-c22)] - 2/√(4*c3*c1-c22) * arctgh [(2*c3*115 + c2) /√(4*c3*c1-c22)]
if 4ac-b2 <0
Similar but with the Ln.
When I try to resolve the function v (t) using excel solver...it cannot converge into any solution.
Could somebody help me finding a way to solve the problem?
I have other ideas to calculate the Resistance torque/Force, but it would required a torque transducer that would complicate the design of the vehicle.
Excuse me if I had any mistake or if the formulas are not very well explained. it isn't easy to write those formulas in the forum.