Re: Conversion from Carb to EFI
*sigh*
EGR effects dynamic combustion chamber sizes. Sorry, it's a fact. It may not effect the "physical" size of the combustion chamber, but it does effect the "logical" size of the combustion chamber.
Okay,
A quick Diesel VS gas comparison for you.
Diesel engines' have no throttle body. Their engines can breath very very freely. they control their power output and rpms based on fueling.
Gas engines DO have throttle bodies. When the piston goes down, it creates incredible vacuum to draw the air and fuel into the combustion chamber. When the engine is not at wide open throttle, the throttle plate restricts this intake. The result is the piston is fighting the throttle body.
This "chocking" of the engine and having the piston trying to force air into the combustion chamber creates a massive inefficiency (diesel engines use a small fraction of fuel at idle compared to gas engines.)
To try and counter this wasted "vacuum energy" engine designers invented EGR. Exhaust is essentially an inert gas that can fill the combustion chamber without requiring a massive vacuum and a massive amount of fuel.
And yes, controlling EGR is in addition to controlling fuel and spark, but it's not rocket science, I could wtrite the code for it in two seconds.
IF engine load < X (say 20%) than EGR = on
IF engine load > X (say 20%) than EGR = off
Ummm, sorry, not even close.
If modern 4 cycle engines, the Exhaust Gas Recirculation (EGR) valve allows small amounts of exhaust gas to mix with the intake charge prior to entering the combustion chamber.
There is no effect on combustion chamber size what so ever. The only way EGR could affect dynamic compression is by the sole fact that allowing E.G. to enter the intake path heats the AF mix and makes it less dense, but actually cools the combustion temp.
*sigh*
EGR effects dynamic combustion chamber sizes. Sorry, it's a fact. It may not effect the "physical" size of the combustion chamber, but it does effect the "logical" size of the combustion chamber.
Okay,
A quick Diesel VS gas comparison for you.
Diesel engines' have no throttle body. Their engines can breath very very freely. they control their power output and rpms based on fueling.
Gas engines DO have throttle bodies. When the piston goes down, it creates incredible vacuum to draw the air and fuel into the combustion chamber. When the engine is not at wide open throttle, the throttle plate restricts this intake. The result is the piston is fighting the throttle body.
This "chocking" of the engine and having the piston trying to force air into the combustion chamber creates a massive inefficiency (diesel engines use a small fraction of fuel at idle compared to gas engines.)
To try and counter this wasted "vacuum energy" engine designers invented EGR. Exhaust is essentially an inert gas that can fill the combustion chamber without requiring a massive vacuum and a massive amount of fuel.
And yes, controlling EGR is in addition to controlling fuel and spark, but it's not rocket science, I could wtrite the code for it in two seconds.
IF engine load < X (say 20%) than EGR = on
IF engine load > X (say 20%) than EGR = off