dickita15
New member
A crude rule of thumb has always been to run the engine between the torque peak and the HP peak.
Since you have HP peak @ rpm, you have the torque at that rpm (torque = HP*5250/rpm).
I suspect a linear interpoloation between the two points on the torque curve will be reasonable.
You have the gear ratios, pick a popular tire size, and reasonable final drive (e.g. 4.10 for a torqy motor, 4.60 for a medium torque motor, 5.10 for a low torque high revving motor). I think that is enough information to draw the torque vs mph curve for all the gears.
That is better than guessing in my opinion.
The more I think about it, I like it.
Use excel to calculate the wheel torque value for each mph from 25 to 125. Summing the torque value at each mph is simple way to get the area under the curve. A conditional function (if/then) will be needed to pick the higher of the two numbers when curves overlap. Another conditional could linearly extend the torque curve past the HP peak when curves do not overlap.
Such a model might even help balance gearing differences between cars...
Tak
Tak, that is the way I think it works as well but I admit limited real world knowledge.