May i introduce to you a method to estimate the power output of the 2014 PUs.
At first i calculated a generic F1 car with:
Power = 750 hp = 552000 W (at every single rpm, the 2014 cars should come close to this)
rho/2*cd*A = 0,655 (= power / (340km/h / 3,6)^3 )
rho/2*cl*A = 3*0,655 = 1,965 ( this car has an efficiency of 3=cl/cd )
mass = 695 kg
friction_coefficient = 0,015 (it better should read rolling_resistance_coefficient)
From that i could calculate P_drag(v), P_roll(v) and P_acc = P - P_drag - P_roll. P_acc is the power that can be used to accelerate the car, in reality this is only valid above the traction limit.
The following plots were the result, the first showing P [W] as a function of v [km/h], the second one P as a function of v^3.
As the drag is a function of v^3, the power that is available for accelerating above the traction limit is also a function of v^3 and becomes a line when plotting P against v^3. The point where the blue line of P_acc crosses the vertical axis shows the engine power, even if we would only plot P_acc. The point where it crosses the horizontal axis is the maximum speed.
Any errors in my assumptions?