-
Captain of the Failboat
Setting the injector constant
I am using A1 for reference. The table is at 0761 - 0771
Constant = 1461.5 * (EGR Factor)(liters/Cyl)/(Injector Rate)
Injector Rate is in Grams Per Second.
We know that the stock 3.1 is 16.6# and has a Constant of 0.153 at 0% EGR.
0.152 @ 1.6% EGR
0.145 @ 3.2% EGR
0.1396 @ 4.8% EGR
0.1355 @ 6.4% EGR
0.133 @ 8.0% EGR
0.13 @ 9.6% EGR
0.127@11.2-25.6% EGR
The 3.1 has .516 liters per cylinder
1 pound = 453.59237 grams
453.59237 *16.6 = 7529.633342 grams of fuel an hour
125.493889 grams per minute
2.09 grams per sec
1461.5 * (.012)(.516)/(2.09) = 0.152
I used 1.2% because anything * 0 = 0 supposedly. Any way I go about this formula, its wrong. Math > SappySE107
Last edited by SappySE107; 10-17-2011 at 10:31 AM.
Ben
60DegreeV6.com
WOT-Tech.com
-
10-17-2011 10:19 AM
# ADS
Circuit advertisement
-
The "EGR Factor" from the first equation apears to be the percent of air that's not form the EGR or 1 - %EGR.
~sam
-
Captain of the Failboat
1461.5 * (.988 )(.516)/(2.09) = 0.152
That makes more sense other than I still can't make it work as a math formula either.
Ben
60DegreeV6.com
WOT-Tech.com
-
6 > 1
Remember, with $A1 you have to be drunk for the math to work.
1989 Camaro RS; Cammed 3500 swap, 45mm ITB's, Street/Strip Kitted 700R4, 3500 stall, Megashifter, 3.73 posi, EQ- LT headers, 2.25" True Duals, X pipe, etc...
-
Captain of the Failboat
That is probably what it took 10 years ago when I got it to work one time. Even after this formula is done, I need to know how to convert .153 to 224 in hex. Bottle of whiskey might make it happen:P
Ben
60DegreeV6.com
WOT-Tech.com
-

Originally Posted by
Superdave
Remember, with $A1 you have to be drunk for the math to work.
LOL, sometimes not just $A1.
James: 1985 GMC Jimmy, 3.2L turbocharged, intercooled hybrid 13.873 @ 99.08 218HP & 270FT/lbs @ the rear wheels
Bu: Stock 1998 155 HP (rated) wonder.
1973 Datsun 240Z 2.8L Turbo, running on '7749 with $59 and DIS.
"If you're not living on the edge, You're taking up too much space."
Still waiting for the 1st or second Ostrich I was promised, from Paul.
-
6 > 1

Originally Posted by
SappySE107
That is probably what it took 10 years ago when I got it to work one time. Even after this formula is done, I need to know how to convert .153 to 224 in hex. Bottle of whiskey might make it happen:P
Use windows calculator, change it to scientific mode in XP or Programmer mode in win7. 224 is E0 in Hex
You need a multiplication factor, 1464 works but you have to round the result.
.153 * 1464 = 223.992, rounded and converted to hex is E0. It works for the whole table.
1989 Camaro RS; Cammed 3500 swap, 45mm ITB's, Street/Strip Kitted 700R4, 3500 stall, Megashifter, 3.73 posi, EQ- LT headers, 2.25" True Duals, X pipe, etc...
-
Captain of the Failboat
well that explains the 1461.5 then (1464?) but I still don't get .153 from the equation when i leave the 1461.5 * out of it. Thanks for making sense of the conversion to the hex
Ben
60DegreeV6.com
WOT-Tech.com
-
Bad to the Rod
Constant = 1461.5 * (EGR Factor)(liters/Cyl)/(Injector Rate)
There is no way that this equation can represent the values in that table. This equation says y = m*x. That's linear, and makes a straight line. The data you posted from the table is not.

That's a plot of the full table. The black line represents a 6th order polynomial fit to plot of the table. 6th order is as high as Excel goes, I don't feel like firing up Matlab. But it's still not particularly a good fit.

That's a plot only including up to the first point where the constant levels out. With a 5th order polynomial trendline, the fit is very close, with the exception between the first two points. Note that the coefficients in front of x can somehow represent some of the constants in the supposed equation that we have, i.e. displacement/cylinder, injector size etc. In order to extract these and infer any relation, however, I'd need another table with different constants to plot and compare against. With the base 5-speed TGP bin that I have and whatever xdf I'm using, the constants of this table are all simply 105. I don't know if the .xdf conversion is wrong, but I assume all my table's values are the same due to having vacuum rather than digital EGR.

Here's a plot like the last one, but skipping the first point too. Here, a 3rd order polynomial gives a very good fit, which I could justify using by just assuming that they defined some hard initial constant as well as some constant max value, both of which maybe don't conform to the equation.
Could you post another table? from a DOHC or something?
edit: of course I should mention, that the reason the main part of the plot isn't a straight diagonal could be due to rounding of the constants. 8-bit, right?
Last edited by GutlessSupreme; 10-22-2011 at 01:56 AM.
-Tony
gtsdurango.net
'90 Turbo Grand Prix STE - ehh.. I'm working on it.
'92 Gutless Supreme SL - RIP 5.2010
'90 Turbo Grand Prix - RIP 6.15.2005
-
Bad to the Rod
Constant = (1 - EGR Factor)(liters/Cyl)/(Injector Rate) - 0.094
For being only a linear fit, this equation actually fits the table points very well, until you get down to that 0.127 region anyway. I have no idea what the ~0.094 could represent, I just used that to offset the plot to line up better with the table points.
Last edited by GutlessSupreme; 10-22-2011 at 02:32 AM.
-Tony
gtsdurango.net
'90 Turbo Grand Prix STE - ehh.. I'm working on it.
'92 Gutless Supreme SL - RIP 5.2010
'90 Turbo Grand Prix - RIP 6.15.2005