PDA

View Full Version : Delivered Engine Torque



daveb
April 11th, 2005, 06:32 PM
I have been scanning delivered torque for calibrating my shift speed changes and I have not seen the torque much above 150 Nm.

When using this to calculate flywheel torque the best I can get is 140kw.

This seems to be less than what I expected.

I have 221 rwkw.

Any thoughts?

SinisterSS
April 11th, 2005, 10:20 PM
In the software, there is a bug with vehicle weight and how it stores the value in kg/lbs.

Try changing the vehicle's weight and then go back and look at what its stored value is...

GMPX
April 11th, 2005, 11:09 PM
I have been scanning delivered torque for calibrating my shift speed changes and I have not seen the torque much above 150 Nm.

When using this to calculate flywheel torque the best I can get is 140kw.

This seems to be less than what I expected.

I have 221 rwkw.

Any thoughts?

DaveB,

You don't happen to be driving a Ute do you??.
You can pretty much ignore that value on Utes, GMH screwed the cals to use that Torque figure for other things (like slowing the F.Pump down at WOT).
Using the navigator in the tuner take a look at parameter number 'B1904'.

Cheers,
Ross

daveb
April 12th, 2005, 12:47 AM
Thanks guys,

SinisterSS:

Power = Torque * angular velocity

So if we know these values we can calculate Power without knowing the weight.

From memory:

Angular velocity is measured in radians per second (and there is 2 pi radians in a full rotation – ie one rpm). If torque is measured in Nm then Power will be in kw.

So flywheel power should be = torque*angular velocity

Where torque is {GM.TRQENG} ie deliver engine torque

and

angular velocity is 2*pi*rpm/60 as angular velocity = 0.1047*rpm

Or rpm/9.549.

So Power = GM.TRQENG*rpm/9.949

Where power will be in watts so divide by 1000 to convert to kilowatts kw. Which is:

P = TRQENG*rpm/9949 or TRQENG*rpm/9950

Or HP = ({GM.TRQENG.ftlb}*{SAE.RPM.rpm})/5252 (accounting for the difference in hp and kw)

So vehicle weight is not a factor in this equation, but the torque reading must be correct for it to work.

BTW vehicle weight is critical to calculate net Power at the wheels calculations. Another way to look at Power is based on Newton’s laws.

Work done = Force*distance (where distance is the distance the force was applied over).

Power is the rate of doing work (ie how much work you are doing in any given time). So;
Power = Force*velocity (as power is the rate of work done and velocity is the rate of distance traveled )

Newtons 2nd law says:

Force = mass*acceleration

So Power = mass*acceleration*velocity (where velocity is in meters per second and acceleration in meters per second per second)

acceleration = rate of change in velocity; this is calculated by the function dx({SAE.VSS.kph},6) – the 6 is the number of samples over which the rate of change is calculated ) – NB I am guessing about this so please correct me if I am wrong..

A meter per second is 3.6 kph (ie 10 meters per second is 36 kph so we must divide kph by 3.6 to convert into meters per second).

So Power (in kw) at the wheels calc will be

Power = gvmkg()*{SAE.VSS.kph}/3.6*dx{SAE.VSS.kph}/3.6

= gvmkg()*{SAE.VSS.kph}/*dx{SAE.VSS.kph}/(3.6*3.6)

= gvmkg()*{SAE.VSS.kph}/*dx{SAE.VSS.kph}/(12.96)

To convert into kw we divide by another 1000:

Power = gvmkg()*{SAE.VSS.kph}/*dx{SAE.VSS.kph}/12960

This equates to

Power = HP = gvmlb()*{SAE.VSS.mph}*dx({SAE.VSS.mph},6)/8226.63 (accounting for the difference in hp and kw and kg and lbs)

NB this calculation is based on the power pushing the car forward which is really the power at the wheels minus the air resistance power (air resistance * velocity). Air resistance increases proportional to the square of the velocity and therefore power loss due to air resistance is proportional to the cube of the speed of the vehicle.

So while we are at it, this is why, quarter times are inversely proportional to the cube of the power of the car (for a given mass and air drag coefficient). So doubling your power (given all other thing equal) will reduce quarter time by approx 21% (eg 13 sec to 10.3 sec). In other words the 10 sec club is not cheap :? ;.

I have skipped over a number of things here, so feel free to ask for more details if yhou are interested.

Ross:

My car is a VTII Calais sedan. I will check out the parameter 'B1904'. But I do not know why the torque values are about half what they should be.


Thanks,

SinisterSS
April 12th, 2005, 03:01 AM
The EFILive software uses the vehicle's weight to calculate RWHP. This calculated hp is much lower than it should be. I've tracked these low values down to a bug in how EFILive stores the vehicle's weight.

Unfortunately, I haven't had time to get the details to Paul yet so he can fix it. When this bug is fixed, I believe the hp/tq numbers will be more in line with what is expected.

We are talking about two different problems here with your torque problem and my hp problem but they are a related topic. :D

joecar
April 12th, 2005, 12:10 PM
http://www.efilive.com/forum/viewtopic.php?t=24

joecar
April 12th, 2005, 12:12 PM
The EFILive software uses the vehicle's weight to calculate RWHP. This calculated hp is much lower than it should be. I've tracked these low values down to a bug in how EFILive stores the vehicle's weight.

I have seen the samething... it seems to me that the GVW in lb gets converted to kg everytime you access it, or something like that, so it gets smaller each time.

SinisterSS
April 12th, 2005, 12:14 PM
Joecar, please email your sae_generic file with that calculated PID. :D

SinisterSS
April 12th, 2005, 04:16 PM
Joecar, please email your sae_generic file with that calculated PID. :D

Successfully added my first custom PID tonight. Thanks Joecar! 8)

Here's the data logged from today: supercharged LS6 - 800+ IRHP. :shock:

Played around with the dx constant but it didn't change it by very much. It's high by about 2x the actual I'd say. Got the right weight in there so I'm pretty much scratching my head at this point. :?:

daveb
April 12th, 2005, 04:56 PM
Any further thoughts on the delivered engine torque, this is still a mystery.

joecar
April 13th, 2005, 03:23 AM
Joecar, please email your sae_generic file with that calculated PID. :D

Rick,
It's on my other laptop which has V5 on it...
I have to get it back so give me a few days...
Joe

joecar
April 14th, 2005, 06:58 AM
Successfully added my first custom PID tonight. Thanks Joecar! 8)

Here's the data logged from today: supercharged LS6 - 800+ IRHP. :shock:

Played around with the dx constant but it didn't change it by very much. It's high by about 2x the actual I'd say. Got the right weight in there so I'm pretty much scratching my head at this point. :?:

Rick,
You're welcome (I still have to get my other laptop back though...);

Your GVWLB may have gotten converted to kg and is now being interpreted as lb...
If the GVWLB is getting smaller each time you view it, try this...
Multiply your actual GVWLB by by 2.2 and enter in this number;
(Once you enter this, do NOT view the GVW since this will cause it to be divided by 2.2 again (...2.2 is lb per kg...).)

Also check that VSS is in MPH and not km/h.
Also use the "densest" logging mode (most frames per second).

Also, V7 and V6 have a "builtin" pid for RWHP which uses this equation.
:)

oztracktuning
February 7th, 2006, 11:15 AM
I am also having questions about the values of GM.TRQENG mine is peaking at 319Nm at about the right place but the value is wrong by about a factor of 2 or more. Maybe its 2.205 the kg to lb problem.

Can anyone throw some light on this.

The Alchemist
April 1st, 2008, 06:29 PM
Got caught out with this one as well :doh2:
On a cammed LS1 VY Ute going lean during a FULL THROTTLE TUNING session. read this post reflashed with it set on 100% and it went pig rich to 10:1
On a non cammed ute of which I'd done several I just tuned around it without knowing I had a problem as such but with the cammed ute the fuel flow just wasn't enough!
Ended up with 250rwkw on 94% D/C at 6500rpm.
Interestingly enough all my non full throttle VE and MAF tuning was still spot on and required no changes whatsoever so this obviously only affects full throttle pump voltage. :rotflmao:

Cheers,

Mike


DaveB,

You don't happen to be driving a Ute do you??.
You can pretty much ignore that value on Utes, GMH screwed the cals to use that Torque figure for other things (like slowing the F.Pump down at WOT).
Using the navigator in the tuner take a look at parameter number 'B1904'.

Cheers,
Ross

oztracktuning
April 1st, 2008, 06:35 PM
Its effects below 135Nm or whatever the torque value at the top is set to. The higher thats set - the further it extends in torque - being at a low pump output.

The Alchemist
April 1st, 2008, 07:14 PM
ahhhhh thanks for that Steve :)