CAEdevice wrote:Thank you for the detailed answer!
Yes, I'm just extimating the maximum speed for fun (to compare my car to the real 2014 GP cars). I mean an absolute max speed (imagine to have an infinitely long straight and flat road).
I used to extimate it with this formulas:
Power@MaxSpeed = Drag_Force * MaxSpeed (I should consider also a trasmission/wheels efficency, about 90%)
Drag_Force = 0.5 * Cd.A * MaxSpeed^2
MaxSpeed = (Power@MaxSpeed / (0.5 * Cd.A))^(1/3)
Considering that Monza principal straight segment is very long (and the initial speed, after the Parabolica, is quite high) I wondered if real F1 will plan to use the electric power at the end of this straight segment or during the acceleration.
Nearly there... the drag equation should include the air density (rho), i.e.
Drag_Force = 0.5 *
rho * Cd.A * MaxSpeed^2
Personally I account for the rolling resistance of the tyres using another equation and keep it separate from the transmission efficiency:-
Rolling_Res = Crr.W
where Crr is the coefficient of rolling resistance and W is the weight of the car (incl. downforce).
andylaurence wrote:Is there a chance we might see more data than the lap time? What's the chances of a speed/acceleration trace being made available? Admittedly, it doesn't tell more than the graphs you've produced, but it's some data to mull over.
My version of Virtual Stopwatch (which is excel based) does this, but the version I have made available to the championship (which is html based) has a pure lap time output; mainly because I haven't learnt how to generate graphs in real time using html (yet!). In all honesty whilst a speed trace might be cool to look at I think it could simply add to confusion; as you say; the goal is best lap time and the best tool to determine the set-ups is the (relatively) simple charts I've produced showing Cd.A and Cl.A vs laptime.... It is worth noting that the google-maps generated lap animation on the KVRC website is only accurate for the time when the cars cross the finish line; all the car positions from start line up to the finish line are not generated by Virtual Stopwatch and have been created by the KVRC guys with some randomisation to add suspense to the final result, i.e. the mid-lap positions are essentially random.
How are people's cars coming along for Monza? Anyone trying anything different?