Horsepower vs hill gradient problem

AI Thread Summary
The discussion centers on using road dyno software to tune a car's horsepower and torque, particularly when testing on a steep hill with a 12.8% gradient. The software calculates power output based on gear ratio, weight, and RPM, but results are lower on inclines due to the additional energy required to overcome gravity. Participants suggest using the formula E=mgh to determine the extra energy needed for climbing, which can then be converted to power by considering the time taken to ascend. It is emphasized that accurate calculations require converting RPM to velocity and factoring in drag and other forces. Ultimately, understanding the relationship between power, force, and velocity is crucial for correcting the software's output.
donperry
Messages
4
Reaction score
0
So, I have a car I'm tuning using a road dyno software. This software basically uses the gear ratio of the car, it's total weight, and the speed it moves the RPM to determine it's power output (HP and Torque)

In order to use this software a flat road is needed. That works well and is very accurate compared to real dynos

My area doesn't have a road that long for tuning in higher gears, But there is a very long hill with a fixed gradient of 12.8%. If the test is done on this hill, unsurprisingly, the output from the software is much lower. How can I use this information to correct the output from the software.

EG:Hill of 12.8% grade reads 280hp
What is the true power if the road was flat?
 
Last edited:
Physics news on Phys.org
Something doesn't seem right, unless the car is very high horsepower to weight ratio.
 
Welcome to PF!

You could use E=mgh to find the additional energy added during the climb. Then you have to divide it by time to climb to get the average added power. The problem is, if the speed isn't constant, you'll have to adjust for that, which isn't necessarily straightforward...

Also, do you know how this software does its calc? Is it timing the car's acceleration?
 
Also, do you know how this software does its calc? Is it timing the car's acceleration?

I think that's what he means by

the speed it moves the RPM

That sounds like it's calculating angular acceleration as in...

Power = Torque * angular acceleration


Edit: opps that's wrong.
 
Thanks for the replies.

Yes, this software uses some formula against the speed of which the RPM climbs,
Each sample records the current RPM taken at that time


For example,
With gear ratios and wheel size factored in it then figures how much energy it would take to move the RPM of a vehicle up by 50 rpm (for example) in just 20 milliseconds with a total mass of 1500KG ,
 
The Kinetic Energy of the car is

KE = 0.5mV2
where
m=mass
V=velocity.

The KE gain is..

ΔKE= 0.5m (Vf2 - Vi2)
where
Vf is the final velocity
Vi is the initial velovity

So if you only know the rpm increase you can't calculate the energy required. That will vary depending on the initial velocity. eg it takes more energy to accelerate from 20 to 30mph than it does from 10 to 20 mph. Even though the velocity increase is the same in both cases.

You have to convert the initial and final rpm to initial and final velocity (using the gear ratio) before you do the subtraction to calculate the "increase" in rpm or velocity.
 
You can. The RPM is used to calculate the vehicle speed. They already know the mass.
They also factored in coefficient of drag and frontal area.

I was wrong for using "rpm change"
 
Last edited:
Energy is only used to overcome drag (in all its forms) and to accelerate the mass. Energy is not required to move the mass at a constant speed (if you ignore drag). So my guess is they only use the vehicle speed to calculate the drag.

The extra power required to climb a hill at constant velocity VC is given by..

Power = force * velocity
where in this case..
force = mass * acceleration due to gravity (aka "g")
velocity = VV = the vertical component of the cars velocity

VV = VC*Sin(theta)
where
"theta" is the angle of the hill and
VC is the velocity of the car

So putting that all together the extra power is..

Power = mass * g * VC * Sin(theta)

Example:
The extra power required by a 1000Kg car going up a 10 degree slope at 5 meters per second...

= 1000 * 9.81 * 5 * Sin(10)
= 8517W
or
8517/750 = 11HP
 
thanks for that
 
Back
Top