Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations GregLocock on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

looking for Spindt AFR calculation 1

Status
Not open for further replies.

gsz

Automotive
Mar 5, 2003
6
Can anyone provide the equation for calculating air fuel ratio based on exhaust gas emissions (CO, CO2, HC, and O2)?
Thanks much.
 
Replies continue below

Recommended for you

You need to write the chemically balanced equation making an assumption for the fuel composition (usually octane for gasoline). This will be an approximation, of course.

Mike
 
gsz
I tackled this some months ago, there's a little bit on it in Heywood, I'll see if I can dig something up tommorow- if I don't get back to you, it's because I'm either too busy, or can't find the equations *L*
 
Thanks. Found it in my archives. (SAE paper 650507). In VB in looks like this:

Function spindtAFR(O2percent, COpercent, CO2percent, HCppmC, HCratio)

O2 = O2percent
CO2 = CO2percent
CO = COpercent
HC = HCppmC

q = O2 / CO2
r = CO / CO2
Fb = (CO2 + CO) / (CO2 + CO + (0.0001 * HC))
Fc = 12.01 / (12.01 + 1.008 * HCratio)
spindtAFR = Fb * ((11.492 * Fc * ((1 + 0.5 * r + q) / _
(1 + r))) + ((120 * (1 - Fc)) / (3.5 + r)))

End Function
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor