var fDesc=new Array(); fDesc[0] = "Fuel Injector Calculator is probably the most detailed Fuel Injector sizing software available. It includes these features:


Estimate injector requirements from as few a 3 inputs (HP and Number of Cylinders, using the program's easy default settings) or as many as 14 inputs with great detail.

Estimate engine air flow either by HP and a BSFC, or engine displacement, engine RPM, volumetric efficiency, supercharger or turbocharger boost (if any) and A/F ratio

Use the program's default settings for much easier operation.

Generate a table of Estimated torque, HP, Pulse Width and Duty Cycle over the engine's power range, in RPM increments of your choosing. You can export this info to Notepad for use in other programs or printing. This can be quite handy for programming EFI controllers.

Choose the Units for rating the injector from lb/hr, gm/min and cc/min.

Choose the Spec Gravity, fuel type (gasoline, methanol, ethanol and E85) and A/F for fine tuning to your particular application.

Letting the program pick some injectors closest to your requirements from a list of typical Fuel Injectors."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }