SlideShare une entreprise Scribd logo
1  sur  11
From Physics to Speed Density
Doubt is not a pleasant condition, but certainty is absurd. (Voltaire)
Eventually I got tired of working off AFR % Error and Fuel Trims, and figured out that there’s got to be a
better way of arriving at the final fueling. Also, once I found out that the VE in HPT/EFILive is not a real
VE but some combo package of mass, pressure and temperature, I decided that’s a moving target.
Combine the two, and you got an error prone method of aiming at a moving target—I have no idea
frankly how we got any of our tunes working right this way.
Another important idea I got was that some serious standalones (namely MoTeC, and as I found today,
EFILive too) can display VE tables not only as airflow efficiency, but also as airflow or even pre-calculated
all the way to Injector Pulse Width, which for us Computer Science types (hi Larry!) always sounds like a
good idea in systems where time matters.
So all this stuff got me thinking: If Volumetric Efficiency is constant then the air moving through it
should be calculated dynamically according to the conditions. Of course, our VE (from now I’ll refer to it
as the GMVE) contains pressure and temperature. Thus, what I figured I needed is a way to convert
from a fully tuned GMVE table obtained using historical methods, to a true mechanical, absolute VE.
Knowing that, we can calculate back to GMVE, adjusting for any conditions we’d like! No more retunes.
No more waiting for fuel trims to catch up. No more worrying about racing in the desert or mountains
and suffering from a double penalty of bad air and a bad tune. Just start with your absolute VE, punch in
fresh weather data, and out comes your ‘here and now’ GMVE table ready to flash.
Part 1—general setup that leads us to Injector Pulse Width
Let’s start with few simple definitions:
Rho ( ρ ) – air charge density
VE – absolute Volumetric Efficiency (ratio of real vs. theoretical airflow)
Volume – volume, displacement of a cylinder (we’re going to look at things per cylinder)
Aircharge =Volume*VE
Mass
Volume
ρ =
(this is a generic volume, not our displacement, so let’s substitute our data)
Airmass
Aircharge
ρ =
For now, let’s assume we know ρ , VE and Volume, and we’re looking for airmass:
*Airmass Aircharge ρ=
[ ]
3
3
*m kg
kg
m
 
= 
 
This is an important stop, because we will return here twice.
1. We have airmass, which happens to be Dynamic Cylinder Fill, and it will come in useful later
2. We have ρ , density of air figure, but not something we just know what it is, we’ll have to figure
out later how to substitute something here that we can either calculate or just use data from
sensors.
This is where we make a jump from air measurements to fuel calculations, through the means of Air Fuel
Ratio (AFR).
Airflow
AFR
Fuelflow
=
/sec
/sec
kg
kg
 
 
 
Because both flows are per second we can drop them out of the equation and conclude:
/sec
/sec
Airflow AirMass
AFR
Fuelflow FuelMass
= =
AirMass
AFR
FuelMass
=
/sec
/sec
kg kg
kg kg
   
=   
   
We have Airmass from prior calculations, we can log AFR, and it’s time to get Fuelmass:
AirMass
Fuelmass
AFR
= [kg]
Now we know how much fuel is needed, but we have to convert it to something that an injector can
understand: Injector Pulse Width. To do that, we have to figure out how much fuel does an injector of a
certain size (IFR—the max flow) flow within 2 rotations (4 stroke motor, one injection every 2 rotations)
2*60
_ _ *IFR Per Cycle IFR
RPM
 
=  ÷
 
[ ]
1
*
1sec
sec
kg
kg
 
 
= 
 
 
(numbers convert minutes into seconds, it’s just weight of fuel in one injection cycle)
In the process we can calculate the IDC:
IDC – Injector Duty Cycle
_ _
FuelMass
IDC
IFR Per Cycle
=
kg
kg
 
 
 
IPW – Injector Pulse Width--time of maximum fuel injected in injection once cycle
2*60
*IPW IDC
RPM
 
=  ÷
 
Notice that we already have a definition of IDC, and it involves some similar terms, so let’s substitute to
see if we can simplify it:
2*60
*
_ _
FuelMass
IPW
RPM IFR Per Cycle
  
=  ÷ ÷
   
2*60
*
2*60
*
FuelMass
IPW
RPM
IFR
RPM
 
 ÷   ÷=  ÷
  ÷ 
 ÷ ÷
  
The RPM to time conversion drops out completely leaving us with:
FuelMass
IPW
IFR
=
Which ultimately makes sense, as it’s just a fuel mass version of a very generic
Amount
Rate
Time
= , or in
this case
Amount
Time
Rate
= .
Let’s start substituting some earlier calculations for Fuelmass:
( )
( )
*
*
*
Airmass
AFR
IPW
IFR
Airmass
IPW
AFR IFR
Aircharge
IPW
AFR IFR
ρ
 
 ÷
 =
=
=
* *
*
Volume VE
IPW
AFR IFR
ρ
= FORMULA #1 FOR IPW
3
3
[ * ]
[sec]
[ ]
sec
kg
m
m
kg
=
This is the big one. This is the math powering my little VE2IPW calculator, which I find very handy.
This is also a good place to introduce another idea: calculating Air Density from Pressure and
Temperature of a gas. This part is completely attributed to Richard Shelquist and his awesome Density
Altitude (and many other useful things) site (http://wahiduddin.net/calc/density_altitude.htm)
The formula above is great, but we still have Air Density, a variable that we really don’t know what it is,
especially in terms of senor data we can gather. To get that, we have to look to chemistry to figure it
out.
All gases basically follow the Ideal Gas Law:
* * *P V n R T=
N is the number of molecules in given Volume.
Or in terms that we’ve been using so far:
* * *MAP Volume n R Temp=
As we mentioned earlier, general formula for Density is:
Mass
Volume
ρ =
In this case, because we’re dealing with molar mass:
n
V
ρ =
Combining the two equations, we get:
3 3
* *
*
[ ]
[ * ] [ ]
[ * ]
*
MAP R Temp
MAP
R Temp
Pa J kg kg
J Jm m
K
kg K
ρ
ρ
=
=
= =
R is gas constant, 287.05 J/(kg*K) for dry air.
Also we have to remember that Temp is in Kelvin, and pressure is done in Pascals, not kPa like
everywhere else in this paper.
Now that we have ρ , we can join the Ideal Gas Law based formula and the IPW formula together:
* *
* * *
Volume VE MAP
IPW
AFR IFR R Temp
= Formula #2 for IPW
Part 2—Four Faces of VE
I’ve always felt that VE, GMVE, Cylinder Airmass, and Airflow were always connected, but no one ever
posted any formulas, and even the common sense relationships were vague. Then, by accident,
EFILive’s help system came to the rescue.
Basically they posted their formula for the Airmass, when explaining their multi unit VE:
*GMVE MAP
Airmass
Temp
= Airmass from GMVE
GMVE – VE related value that GM likes to use, which accounts for pressure and temperature, as the unit
indicates [g * K / kPa]
MAP – value of the sensor that measures the manifold absolute pressure [kPa]
Temp – Temperature of the air charge, seems to be a blend of ECT and IAT depending on the airflow
(more airflow more IAT biased and vice versa)
This is already useful, it is something that we either have (GMVE) or something we can measure with
built in sensors (MAP, IAT, ECT)
So far, my own physics derived formula for Airmass was:
* *
*
Volume VE MAP
Airmass
R Temp
= Airmass from VE and Sensors
3
3 3
[ * ]
[ * ] [ * ]
[ ]
[ ]
[ * ] [ ]
* ]
J
m
m Pa J kgm kg
J J J
K
kg K kg
= = =
Remember this is the absolute VE and Volume is the cylinder’s displacement.
Since they’re both formulas for the same thing, they should be truly equal:
* * *
*
Volume VE MAP GMVE MAP
R Temp Temp
=
Map and Temp drop out on both sides leaving us with
*Volume VE
GMVE
R
= GMVE<->VE conversion
Let’s see what we get for units, derived out of this entirely physics based formula:
3 3
3
[ ] [ * * ] [ * ]
[ ][ * ]
[ ]
*
m m kg K kg K
J PaPa m
kg K
= =
We already see this is interesting, because we have both the absolute VE and GMVE in one formula
where the rest of variables are known. Also, the units came back magically identical to the ones we find
in EFILive’s help files.
Another cool part is that we can now transform GMVE into an Absolute VE:
*GMVE R
VE
Volume
=
To go back to the original premise of this chapter, we want to get Airmass—the mass of actual air in the
cylinder. Now we have multiple ways to achieve it, since we have multiple versions of VE, GMVE
calculated form air density, volume, and temps.
* *
and
GMVE MAP Volume VE
Airmass GMVE
Temp R
= =
* *
*
Volume VE MAP
Airmass
Temp R
= Airmass from VE
Once we have Airmass, getting airflow is just around the corner. We already know what to do to
calculate Cylinder Airmass we need:
*
MAP
Airmass GMVE
Temp
=
From the Cylinder Airmass, we can calculate Airflow (total Airflow, not just per cylinder anymore):
*
2*60
* *
2*60
CylinderNumber CylinderAirmass
Airflow
RPM
CylinderNumber RPM CylinderAirmass
Airflow
=
=
So substituting for Airmass the formula we just derived:
* * *
120
GMVE
CylinderNumber RPM MAP
Temp
Airflow
 
 ÷
 =
* * *
120*
CylinderNumber RPM MAP GMVE
Airflow
Temp
= Airflow from GMVE
1 *
[ * * ]
[ ]sec
[ ] [sec]
kg K
kPa
kgkPa
K
=
This is very useful to us. This is what I’m guessing EFILive folks do behind the scenes to be able to
display the VE in three different forms. The cool part about this is that If we knew how efficient the car
is, how many HP per lb/min of airflow we get, we could display a 3D horsepower graph—is this cool or
what?
Back to the previous thought on obtaining VE:
RealAirflow
TheoreticalAirflow
VE =
Since both of these airflows can be either per cylinder or total, we don’t care which we use, because
number of cylinders would cancel out instantly since it’s in both terms. Notice that the units for
RealAirflow are[ ]
sec
kg
, but TheoreticaAirflow is in
3
[ ]
sec
m
, thus we must convert one of them to the same
unit as the other:
* * *100%
(by mass)
2*60
Volume RPM
TheoreticalAirflow
ρ
=
* *
120*
* * *100%
2*60
*
* *
RPM MAP GMVE
Temp
VE
Volume RPM
MAP GMVE
VE
Volume Temp
ρ
ρ
=
=
Now substitute in for ρ :
*
* *
*
MAP GMVE
VE
MAP
Volume Temp
R Temp
=
*GMVE R
VE
Volume
= VE formula
3
3 3 3
* *[ * ] [ ] [ ]
*
[ ] [ ] [ ]
kg K J J kPa m
kPa kg K kPa kPa unitless
m m m
= = =
Now we have formulas for VE, GMVE, Airmass, and Airflow. Mission accomplished.
Part 2.5—Addendum
These equations been really useful, but recently I’ve been playing with them some more, trying to see
them in different forms, expressed in terms of density, VE, or GMVE, without a set goal in my head. Few
things I noticed:
*
MAP
R Temp
ρ =
*GMVE MAP
Airmass
Temp
=
*Vol VE
GMVE
R
=
We can substitute these into the Airmass and Airflow equations and see what happens:
*
* * *
Vol VE MAP
Airmass Vol VE
R Temp
ρ= =
* * * * * *
*
120* 120*
Cyl RPM MAP GMVE Cyl RPM MAP Vol VE
Airflow
Temp Temp R
= =
Let’s separate some terms out so it’s easier to see what we’re looking for
* * *
*
120 *
Cyl RPM Vol VE MAP
Airflow
R Temp
=
* *
* * * *
120 120
Cyl RPM Cyl RPM
Airflow Vol VE Airmassρ= =
The last form is very important; it describes Airflow in terms of Airmass.
Or, to describe Airmass in terms of Airflow:
120*
*
Airflow
Airmass
RPM Cyl
= Airmass in terms of Airflow
Another important formula was:
* *
* * *
Vol VE MAP
IPW
AFR IFR R Temp
= IPW in terms of VE
Or rearranged just like in formulas above:
* * *
*
* * *
Vol VE MAP Vol VE
IPW
AFR IFR R Temp AFR IFR
ρ
= =
We’ve already seen similar groupings of variables above:
120* 1
*
* * *
120*
* * *
Airmass Airflow
IPW
AFR IFR RPM Cyl AFR IFR
Airflow
IPW
RPM Cyl AFR IFR
= =
=
IPW in terms of Airflow
The importance of this is that we now we can calculate IPW from any airflow. Not just Airflow as a
result of Speed Density calculations, but also from any other way that we can obtain Airflow, i.e. MAF
sensor. This allows us to convert from pure MAF based tunes to SD, or fix tunes where MAF/IFR was
manipulated to get required IPW.
Part 3--Applications
The question of course is what can we do with all this new stuff?
First of all, we gain the full understanding of the process. We have gone all the way from physical
properties describing the motor, to the pulse width given to the injectors. That’s the whole functionality
of the PCM, as far as the fueling is concerned. Granted, there are always multipliers and adders and
other modifiers but that’s just another ‘inline’ added item.
To me, looking at the equations and realizing the IPW is NOT RPM-dependent was a huge mental
breakthrough. I always thought it was, but now it all makes sense, and it was the math that
demonstrated it to me.
We also understand now that VE, GMVE, Cylinder Airmass, and Airflow are all related and possible to
calculate from one another. I thought that’s going to be my big contribution, but apparently the EFILive
guys figured it out long time ago and stole my thunder. But, I have arrived at it myself, so my
understanding of it is a lot more instinctual, not just some formulas you ‘plug and chug’ in numbers
without real understanding.
We can predict exactly how much Injector Pulse Width an engine with given VE is going to need. We can
also see the influence of things like AFR, temperatures, and pressure on the IPW.
We can calculate the Absolute VE from GMVE, once GMVE is totally dialed in, use it as the base of
GMVE’s for any condition.
We can see what’s worth fighting for: keeping AFR consistent, keeping IAT down, and eliminating intake
bottlenecks (high MAP all through RPM)
We can quantify gains attained by different modifications. We can now say that with Heads X or
Headers Y, we have gained Z airflow at W rpm.
We are able to calculate in IAT VE multiplier exactly to your application.
We are able to take bad tunes, and make some sense out of them. We are able to see the real amount
of fuel they injected and you just take that and find a VE to match that fuel at proper IFR.
Another extra benefit of staring at the different forms of VE long enough was that I looked at the LS2’s
VE table, and I almost instantly knew how it works. The numbers in it are simply GMVE multiplied out
by 1000. The only other numbers in there are the gas constant (R) and Cylinder Volume, which can be
treated as a constant. All you have to do then is to multiply it out using the GMVE<->VE formula and
you’re back to the traditional VE that’s much easier to understand for me.
Part 4—Future Work and Conclusions
• Fully automate going from GMVE->VE->GMVE(at any other conditions).
• Fully automate going from GMVE based, tweaked IFR to a proper tune.
• Incorporate MAP, Temp into the VE2IPW calculator.
• Figure out the Temp equations using the bias table.
• Figure out a reasonable estimate HP per lb/min of airflow (or TQ per g/cyl), and display a 3D
dyno graph. Live play through a 3D table would be very educational.
• This is all ‘intake’ stuff, all these calculations are based on values of incoming air, and not how
efficient the setup is. A nice complement would be measurement of the outcome and seeing
where we have the biggest losses.
The weird part is that I started all this research just trying to understand Cylinder Airmass. In the
process I learned that all these other forms of VE are related through few other pieces of sensor data,
and how ultimately they affect fueling calculations. Things like Airflow, Injector Duty Cycle, and what
sensors are really used to calculate all these useful PIDs just happened in the process.
The next phase is definitely verification. Soon, I should be getting a lot of track data from VIR (22 sec
straightaway!) and with a new set of PIDS to monitor, I should be able to create VE, GMVE, Dynamic
Airflow and Dynamic Cylinder Airflow tables, and see how they all compare to the one in the tune
already. That’s either going to make me very happy, or send me back to the drawing board.
I have created a spreadsheet that I’m attaching with this paper, which starts with a stock 2004 Z06
Corvette file, showing off VE in four forms, and then underneath I have my own calculated version, to
see if I can convert between them. So far everything looks good, often to many decimal points.
Also, I created, and then another guy has reformatted a spreadsheet that makes tuning LS2’s VE easier.
It’s really not necessary as GMVE is as linear as VE, but for the curious ones that would rather see it in VE
instead of GMVE, it’s a great option.
So now you know how Speed Density works. And knowing is half the battle…

Contenu connexe

Tendances

Mcconkey Chapter 9 solution
Mcconkey Chapter 9 solutionMcconkey Chapter 9 solution
Mcconkey Chapter 9 solutionAzeem Waqar
 
Dynamic otto-cycle-analysis
Dynamic otto-cycle-analysisDynamic otto-cycle-analysis
Dynamic otto-cycle-analysisEbra21
 
Procedures for Modeling Turbofan
Procedures for Modeling TurbofanProcedures for Modeling Turbofan
Procedures for Modeling TurbofanTanner Hilton
 
Thermodynamics problems
Thermodynamics problemsThermodynamics problems
Thermodynamics problemsYuri Melliza
 
Electric power generation excercises
Electric power generation excercisesElectric power generation excercises
Electric power generation excercisesHakim Futra
 
Me2202 engineering thermodynamics uq - nov dec 2009
Me2202 engineering thermodynamics   uq - nov dec 2009Me2202 engineering thermodynamics   uq - nov dec 2009
Me2202 engineering thermodynamics uq - nov dec 2009BIBIN CHIDAMBARANATHAN
 
Module 6 (ideal or perfect gas and gas mixture) 2021 2022
Module 6 (ideal or perfect gas and gas mixture) 2021   2022Module 6 (ideal or perfect gas and gas mixture) 2021   2022
Module 6 (ideal or perfect gas and gas mixture) 2021 2022Yuri Melliza
 
Estimating The Available Amount Of Waste Heat
Estimating The Available Amount Of Waste HeatEstimating The Available Amount Of Waste Heat
Estimating The Available Amount Of Waste Heatharlandmachacon
 
J2006 termodinamik 1 unit3
J2006 termodinamik 1 unit3J2006 termodinamik 1 unit3
J2006 termodinamik 1 unit3Malaysia
 
Thermo problem set no. 1
Thermo problem set no. 1Thermo problem set no. 1
Thermo problem set no. 1Yuri Melliza
 
Me1201 engineering thermodynamics uq - nov dec 2006
Me1201 engineering thermodynamics   uq - nov dec 2006Me1201 engineering thermodynamics   uq - nov dec 2006
Me1201 engineering thermodynamics uq - nov dec 2006BIBIN CHIDAMBARANATHAN
 
Cooling Tower & Dryer Fundamentals
Cooling Tower & Dryer FundamentalsCooling Tower & Dryer Fundamentals
Cooling Tower & Dryer FundamentalsYuri Melliza
 
Be app guide_energyrecoverywheel_ahu
Be app guide_energyrecoverywheel_ahuBe app guide_energyrecoverywheel_ahu
Be app guide_energyrecoverywheel_ahuShaik Basheer Ahmed
 
[W f stoecker]_refrigeration_and_a_ir_conditioning_(book_zz.org)
[W f stoecker]_refrigeration_and_a_ir_conditioning_(book_zz.org)[W f stoecker]_refrigeration_and_a_ir_conditioning_(book_zz.org)
[W f stoecker]_refrigeration_and_a_ir_conditioning_(book_zz.org)Mike Mentzos
 

Tendances (20)

Draught and chimney
Draught and chimneyDraught and chimney
Draught and chimney
 
Mcconkey Chapter 9 solution
Mcconkey Chapter 9 solutionMcconkey Chapter 9 solution
Mcconkey Chapter 9 solution
 
Ch20 ssm
Ch20 ssmCh20 ssm
Ch20 ssm
 
Ch19 ssm
Ch19 ssmCh19 ssm
Ch19 ssm
 
Boiler calculations
Boiler calculationsBoiler calculations
Boiler calculations
 
Dynamic otto-cycle-analysis
Dynamic otto-cycle-analysisDynamic otto-cycle-analysis
Dynamic otto-cycle-analysis
 
Procedures for Modeling Turbofan
Procedures for Modeling TurbofanProcedures for Modeling Turbofan
Procedures for Modeling Turbofan
 
Maquinas y equipos termicos
Maquinas y equipos termicos Maquinas y equipos termicos
Maquinas y equipos termicos
 
Equations
EquationsEquations
Equations
 
Thermodynamics problems
Thermodynamics problemsThermodynamics problems
Thermodynamics problems
 
Electric power generation excercises
Electric power generation excercisesElectric power generation excercises
Electric power generation excercises
 
Me2202 engineering thermodynamics uq - nov dec 2009
Me2202 engineering thermodynamics   uq - nov dec 2009Me2202 engineering thermodynamics   uq - nov dec 2009
Me2202 engineering thermodynamics uq - nov dec 2009
 
Module 6 (ideal or perfect gas and gas mixture) 2021 2022
Module 6 (ideal or perfect gas and gas mixture) 2021   2022Module 6 (ideal or perfect gas and gas mixture) 2021   2022
Module 6 (ideal or perfect gas and gas mixture) 2021 2022
 
Estimating The Available Amount Of Waste Heat
Estimating The Available Amount Of Waste HeatEstimating The Available Amount Of Waste Heat
Estimating The Available Amount Of Waste Heat
 
J2006 termodinamik 1 unit3
J2006 termodinamik 1 unit3J2006 termodinamik 1 unit3
J2006 termodinamik 1 unit3
 
Thermo problem set no. 1
Thermo problem set no. 1Thermo problem set no. 1
Thermo problem set no. 1
 
Me1201 engineering thermodynamics uq - nov dec 2006
Me1201 engineering thermodynamics   uq - nov dec 2006Me1201 engineering thermodynamics   uq - nov dec 2006
Me1201 engineering thermodynamics uq - nov dec 2006
 
Cooling Tower & Dryer Fundamentals
Cooling Tower & Dryer FundamentalsCooling Tower & Dryer Fundamentals
Cooling Tower & Dryer Fundamentals
 
Be app guide_energyrecoverywheel_ahu
Be app guide_energyrecoverywheel_ahuBe app guide_energyrecoverywheel_ahu
Be app guide_energyrecoverywheel_ahu
 
[W f stoecker]_refrigeration_and_a_ir_conditioning_(book_zz.org)
[W f stoecker]_refrigeration_and_a_ir_conditioning_(book_zz.org)[W f stoecker]_refrigeration_and_a_ir_conditioning_(book_zz.org)
[W f stoecker]_refrigeration_and_a_ir_conditioning_(book_zz.org)
 

En vedette

Documentos profissionais aula 06
Documentos profissionais   aula 06Documentos profissionais   aula 06
Documentos profissionais aula 06Fernando Vieira
 
Comunicacion grafica
Comunicacion graficaComunicacion grafica
Comunicacion graficahtzon
 
Birkman Test
Birkman TestBirkman Test
Birkman TestKayla
 
Guía para chicas. como prevenir y defenderte de las agresiones 2
Guía para chicas. como prevenir y defenderte de las agresiones 2Guía para chicas. como prevenir y defenderte de las agresiones 2
Guía para chicas. como prevenir y defenderte de las agresiones 2Silvina Paricio Tato
 
Sistema de combustible
Sistema de combustibleSistema de combustible
Sistema de combustibleleonardoadan
 
Planning guidelines-for-teachers 091712
Planning guidelines-for-teachers 091712Planning guidelines-for-teachers 091712
Planning guidelines-for-teachers 091712GladisRomeroV
 
Technology in the Early Years: What Do We Know & Why Does it Matter to Childr...
Technology in the Early Years: What Do We Know & Why Does it Matter to Childr...Technology in the Early Years: What Do We Know & Why Does it Matter to Childr...
Technology in the Early Years: What Do We Know & Why Does it Matter to Childr...Cen Campbell
 
gastvrijheid meetbaar gemaakt
gastvrijheid meetbaar gemaaktgastvrijheid meetbaar gemaakt
gastvrijheid meetbaar gemaaktJohn Hokkeling
 
Influencer Content: How To Win Buyers Hearts, Minds and Wallets With Content ...
Influencer Content: How To Win Buyers Hearts, Minds and Wallets With Content ...Influencer Content: How To Win Buyers Hearts, Minds and Wallets With Content ...
Influencer Content: How To Win Buyers Hearts, Minds and Wallets With Content ...G3 Communications
 
Que es una empresa angela c
Que es una empresa angela cQue es una empresa angela c
Que es una empresa angela cangela_camacho1
 

En vedette (20)

Documentos profissionais aula 06
Documentos profissionais   aula 06Documentos profissionais   aula 06
Documentos profissionais aula 06
 
Manual search-marketing online
Manual search-marketing onlineManual search-marketing online
Manual search-marketing online
 
Origen de la Odministracion
Origen de la OdministracionOrigen de la Odministracion
Origen de la Odministracion
 
Comunicacion grafica
Comunicacion graficaComunicacion grafica
Comunicacion grafica
 
Decisiones gerencial clase modelo
Decisiones gerencial  clase modeloDecisiones gerencial  clase modelo
Decisiones gerencial clase modelo
 
Plan marketing-online
Plan marketing-onlinePlan marketing-online
Plan marketing-online
 
Birkman Test
Birkman TestBirkman Test
Birkman Test
 
La empresa.
La empresa.La empresa.
La empresa.
 
Guía para chicas. como prevenir y defenderte de las agresiones 2
Guía para chicas. como prevenir y defenderte de las agresiones 2Guía para chicas. como prevenir y defenderte de las agresiones 2
Guía para chicas. como prevenir y defenderte de las agresiones 2
 
Sistema de combustible
Sistema de combustibleSistema de combustible
Sistema de combustible
 
Proyecto espacio psp nee 2012
Proyecto espacio psp nee 2012Proyecto espacio psp nee 2012
Proyecto espacio psp nee 2012
 
Cherwin aguado
Cherwin aguadoCherwin aguado
Cherwin aguado
 
Papel com Letrinhas n.2
Papel com Letrinhas n.2Papel com Letrinhas n.2
Papel com Letrinhas n.2
 
Planning guidelines-for-teachers 091712
Planning guidelines-for-teachers 091712Planning guidelines-for-teachers 091712
Planning guidelines-for-teachers 091712
 
Manual project
Manual projectManual project
Manual project
 
Technology in the Early Years: What Do We Know & Why Does it Matter to Childr...
Technology in the Early Years: What Do We Know & Why Does it Matter to Childr...Technology in the Early Years: What Do We Know & Why Does it Matter to Childr...
Technology in the Early Years: What Do We Know & Why Does it Matter to Childr...
 
gastvrijheid meetbaar gemaakt
gastvrijheid meetbaar gemaaktgastvrijheid meetbaar gemaakt
gastvrijheid meetbaar gemaakt
 
Influencer Content: How To Win Buyers Hearts, Minds and Wallets With Content ...
Influencer Content: How To Win Buyers Hearts, Minds and Wallets With Content ...Influencer Content: How To Win Buyers Hearts, Minds and Wallets With Content ...
Influencer Content: How To Win Buyers Hearts, Minds and Wallets With Content ...
 
Modelos matemáticos
Modelos matemáticosModelos matemáticos
Modelos matemáticos
 
Que es una empresa angela c
Que es una empresa angela cQue es una empresa angela c
Que es una empresa angela c
 

Similaire à |

391861703-Mod-5-Fan-Measurement-and-Testing.pdf
391861703-Mod-5-Fan-Measurement-and-Testing.pdf391861703-Mod-5-Fan-Measurement-and-Testing.pdf
391861703-Mod-5-Fan-Measurement-and-Testing.pdfBlentBulut5
 
(ME- 495 Laboratory Exercise – Number 1 – Brayton Cycle -.docx
 (ME- 495 Laboratory Exercise – Number 1 – Brayton Cycle -.docx (ME- 495 Laboratory Exercise – Number 1 – Brayton Cycle -.docx
(ME- 495 Laboratory Exercise – Number 1 – Brayton Cycle -.docxaryan532920
 
A40076857 gas-turbine-engines
A40076857 gas-turbine-enginesA40076857 gas-turbine-engines
A40076857 gas-turbine-enginesmanojg1990
 
Homogenous charge combustion ignition
Homogenous charge combustion ignitionHomogenous charge combustion ignition
Homogenous charge combustion ignitionCesario Mendez
 
lecture-11-refrigerators-and-Carnot.ppt
lecture-11-refrigerators-and-Carnot.pptlecture-11-refrigerators-and-Carnot.ppt
lecture-11-refrigerators-and-Carnot.pptAimalkhan28106
 
Performance Gain for Multiple Stage Centrifugal Compressor by usi.pdf
Performance Gain for Multiple Stage Centrifugal Compressor by usi.pdfPerformance Gain for Multiple Stage Centrifugal Compressor by usi.pdf
Performance Gain for Multiple Stage Centrifugal Compressor by usi.pdfbui thequan
 
Internal combustion engines3
Internal combustion engines3Internal combustion engines3
Internal combustion engines3Haardik Garg
 
Use of Hydrogen in Fiat Lancia Petrol engine, Combustion Process and Determin...
Use of Hydrogen in Fiat Lancia Petrol engine, Combustion Process and Determin...Use of Hydrogen in Fiat Lancia Petrol engine, Combustion Process and Determin...
Use of Hydrogen in Fiat Lancia Petrol engine, Combustion Process and Determin...IOSR Journals
 
cycles air standard all otto,disel,petrol
cycles air standard all otto,disel,petrolcycles air standard all otto,disel,petrol
cycles air standard all otto,disel,petrolTejaswapa1a0365
 
Step by-step compsressor Selection and sizing
Step by-step compsressor Selection and sizingStep by-step compsressor Selection and sizing
Step by-step compsressor Selection and sizingtantoy13
 
GAS TURBINE POWER PLANTS INLET AIR COOLING
GAS TURBINE POWER PLANTS INLET AIR COOLINGGAS TURBINE POWER PLANTS INLET AIR COOLING
GAS TURBINE POWER PLANTS INLET AIR COOLINGAhmed Abbas
 
236407565 gas-turbine-notes
236407565 gas-turbine-notes236407565 gas-turbine-notes
236407565 gas-turbine-notesmanojg1990
 
Turbofan Engine Design Report
Turbofan Engine Design ReportTurbofan Engine Design Report
Turbofan Engine Design ReportNicholas Cordero
 
Haynes Manuals Citroen Xsara English
Haynes Manuals Citroen Xsara EnglishHaynes Manuals Citroen Xsara English
Haynes Manuals Citroen Xsara Englishguest7469d1
 
The Energy and the Work of Engine
The Energy and the Work of EngineThe Energy and the Work of Engine
The Energy and the Work of Engineinventionjournals
 

Similaire à | (20)

HHO driven CCPP
HHO driven CCPPHHO driven CCPP
HHO driven CCPP
 
391861703-Mod-5-Fan-Measurement-and-Testing.pdf
391861703-Mod-5-Fan-Measurement-and-Testing.pdf391861703-Mod-5-Fan-Measurement-and-Testing.pdf
391861703-Mod-5-Fan-Measurement-and-Testing.pdf
 
(ME- 495 Laboratory Exercise – Number 1 – Brayton Cycle -.docx
 (ME- 495 Laboratory Exercise – Number 1 – Brayton Cycle -.docx (ME- 495 Laboratory Exercise – Number 1 – Brayton Cycle -.docx
(ME- 495 Laboratory Exercise – Number 1 – Brayton Cycle -.docx
 
A40076857 gas-turbine-engines
A40076857 gas-turbine-enginesA40076857 gas-turbine-engines
A40076857 gas-turbine-engines
 
Homogenous charge combustion ignition
Homogenous charge combustion ignitionHomogenous charge combustion ignition
Homogenous charge combustion ignition
 
lecture-11-refrigerators-and-Carnot.ppt
lecture-11-refrigerators-and-Carnot.pptlecture-11-refrigerators-and-Carnot.ppt
lecture-11-refrigerators-and-Carnot.ppt
 
Performance Gain for Multiple Stage Centrifugal Compressor by usi.pdf
Performance Gain for Multiple Stage Centrifugal Compressor by usi.pdfPerformance Gain for Multiple Stage Centrifugal Compressor by usi.pdf
Performance Gain for Multiple Stage Centrifugal Compressor by usi.pdf
 
Internal combustion engines3
Internal combustion engines3Internal combustion engines3
Internal combustion engines3
 
COEFFICATION OF HEAT ENGIN Aniket jaiswal. class b.sc sec. semester
COEFFICATION OF HEAT ENGIN Aniket jaiswal. class  b.sc sec. semesterCOEFFICATION OF HEAT ENGIN Aniket jaiswal. class  b.sc sec. semester
COEFFICATION OF HEAT ENGIN Aniket jaiswal. class b.sc sec. semester
 
Use of Hydrogen in Fiat Lancia Petrol engine, Combustion Process and Determin...
Use of Hydrogen in Fiat Lancia Petrol engine, Combustion Process and Determin...Use of Hydrogen in Fiat Lancia Petrol engine, Combustion Process and Determin...
Use of Hydrogen in Fiat Lancia Petrol engine, Combustion Process and Determin...
 
cycles air standard all otto,disel,petrol
cycles air standard all otto,disel,petrolcycles air standard all otto,disel,petrol
cycles air standard all otto,disel,petrol
 
Step by-step compsressor Selection and sizing
Step by-step compsressor Selection and sizingStep by-step compsressor Selection and sizing
Step by-step compsressor Selection and sizing
 
GAS TURBINE POWER PLANTS INLET AIR COOLING
GAS TURBINE POWER PLANTS INLET AIR COOLINGGAS TURBINE POWER PLANTS INLET AIR COOLING
GAS TURBINE POWER PLANTS INLET AIR COOLING
 
Turbo Tech 103.pdf
Turbo Tech 103.pdfTurbo Tech 103.pdf
Turbo Tech 103.pdf
 
236407565 gas-turbine-notes
236407565 gas-turbine-notes236407565 gas-turbine-notes
236407565 gas-turbine-notes
 
Turbofan Engine Design Report
Turbofan Engine Design ReportTurbofan Engine Design Report
Turbofan Engine Design Report
 
Power Cycles
Power CyclesPower Cycles
Power Cycles
 
Haynes Manuals Citroen Xsara English
Haynes Manuals Citroen Xsara EnglishHaynes Manuals Citroen Xsara English
Haynes Manuals Citroen Xsara English
 
Compressors
CompressorsCompressors
Compressors
 
The Energy and the Work of Engine
The Energy and the Work of EngineThe Energy and the Work of Engine
The Energy and the Work of Engine
 

Dernier

Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
Data governance with Unity Catalog Presentation
Data governance with Unity Catalog PresentationData governance with Unity Catalog Presentation
Data governance with Unity Catalog PresentationKnoldus Inc.
 
Testing tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesTesting tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesKari Kakkonen
 
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Mark Goldstein
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxLoriGlavin3
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxLoriGlavin3
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersNicole Novielli
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteDianaGray10
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxLoriGlavin3
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity PlanDatabarracks
 
Connecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdfConnecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdfNeo4j
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxLoriGlavin3
 
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...Scott Andery
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxLoriGlavin3
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.Curtis Poe
 
UiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to HeroUiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to HeroUiPathCommunity
 
2024 April Patch Tuesday
2024 April Patch Tuesday2024 April Patch Tuesday
2024 April Patch TuesdayIvanti
 
Sample pptx for embedding into website for demo
Sample pptx for embedding into website for demoSample pptx for embedding into website for demo
Sample pptx for embedding into website for demoHarshalMandlekar2
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersRaghuram Pandurangan
 

Dernier (20)

Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
Data governance with Unity Catalog Presentation
Data governance with Unity Catalog PresentationData governance with Unity Catalog Presentation
Data governance with Unity Catalog Presentation
 
Testing tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesTesting tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examples
 
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptx
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software Developers
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test Suite
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity Plan
 
Connecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdfConnecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdf
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
 
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.
 
UiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to HeroUiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to Hero
 
2024 April Patch Tuesday
2024 April Patch Tuesday2024 April Patch Tuesday
2024 April Patch Tuesday
 
Sample pptx for embedding into website for demo
Sample pptx for embedding into website for demoSample pptx for embedding into website for demo
Sample pptx for embedding into website for demo
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information Developers
 

|

  • 1. From Physics to Speed Density Doubt is not a pleasant condition, but certainty is absurd. (Voltaire) Eventually I got tired of working off AFR % Error and Fuel Trims, and figured out that there’s got to be a better way of arriving at the final fueling. Also, once I found out that the VE in HPT/EFILive is not a real VE but some combo package of mass, pressure and temperature, I decided that’s a moving target. Combine the two, and you got an error prone method of aiming at a moving target—I have no idea frankly how we got any of our tunes working right this way. Another important idea I got was that some serious standalones (namely MoTeC, and as I found today, EFILive too) can display VE tables not only as airflow efficiency, but also as airflow or even pre-calculated all the way to Injector Pulse Width, which for us Computer Science types (hi Larry!) always sounds like a good idea in systems where time matters. So all this stuff got me thinking: If Volumetric Efficiency is constant then the air moving through it should be calculated dynamically according to the conditions. Of course, our VE (from now I’ll refer to it as the GMVE) contains pressure and temperature. Thus, what I figured I needed is a way to convert from a fully tuned GMVE table obtained using historical methods, to a true mechanical, absolute VE. Knowing that, we can calculate back to GMVE, adjusting for any conditions we’d like! No more retunes. No more waiting for fuel trims to catch up. No more worrying about racing in the desert or mountains and suffering from a double penalty of bad air and a bad tune. Just start with your absolute VE, punch in fresh weather data, and out comes your ‘here and now’ GMVE table ready to flash.
  • 2. Part 1—general setup that leads us to Injector Pulse Width Let’s start with few simple definitions: Rho ( ρ ) – air charge density VE – absolute Volumetric Efficiency (ratio of real vs. theoretical airflow) Volume – volume, displacement of a cylinder (we’re going to look at things per cylinder) Aircharge =Volume*VE Mass Volume ρ = (this is a generic volume, not our displacement, so let’s substitute our data) Airmass Aircharge ρ = For now, let’s assume we know ρ , VE and Volume, and we’re looking for airmass: *Airmass Aircharge ρ= [ ] 3 3 *m kg kg m   =    This is an important stop, because we will return here twice. 1. We have airmass, which happens to be Dynamic Cylinder Fill, and it will come in useful later 2. We have ρ , density of air figure, but not something we just know what it is, we’ll have to figure out later how to substitute something here that we can either calculate or just use data from sensors. This is where we make a jump from air measurements to fuel calculations, through the means of Air Fuel Ratio (AFR). Airflow AFR Fuelflow = /sec /sec kg kg       Because both flows are per second we can drop them out of the equation and conclude: /sec /sec Airflow AirMass AFR Fuelflow FuelMass = =
  • 3. AirMass AFR FuelMass = /sec /sec kg kg kg kg     =        We have Airmass from prior calculations, we can log AFR, and it’s time to get Fuelmass: AirMass Fuelmass AFR = [kg] Now we know how much fuel is needed, but we have to convert it to something that an injector can understand: Injector Pulse Width. To do that, we have to figure out how much fuel does an injector of a certain size (IFR—the max flow) flow within 2 rotations (4 stroke motor, one injection every 2 rotations) 2*60 _ _ *IFR Per Cycle IFR RPM   =  ÷   [ ] 1 * 1sec sec kg kg     =      (numbers convert minutes into seconds, it’s just weight of fuel in one injection cycle) In the process we can calculate the IDC: IDC – Injector Duty Cycle _ _ FuelMass IDC IFR Per Cycle = kg kg       IPW – Injector Pulse Width--time of maximum fuel injected in injection once cycle 2*60 *IPW IDC RPM   =  ÷   Notice that we already have a definition of IDC, and it involves some similar terms, so let’s substitute to see if we can simplify it: 2*60 * _ _ FuelMass IPW RPM IFR Per Cycle    =  ÷ ÷     2*60 * 2*60 * FuelMass IPW RPM IFR RPM    ÷   ÷=  ÷   ÷   ÷ ÷    The RPM to time conversion drops out completely leaving us with:
  • 4. FuelMass IPW IFR = Which ultimately makes sense, as it’s just a fuel mass version of a very generic Amount Rate Time = , or in this case Amount Time Rate = . Let’s start substituting some earlier calculations for Fuelmass: ( ) ( ) * * * Airmass AFR IPW IFR Airmass IPW AFR IFR Aircharge IPW AFR IFR ρ    ÷  = = = * * * Volume VE IPW AFR IFR ρ = FORMULA #1 FOR IPW 3 3 [ * ] [sec] [ ] sec kg m m kg = This is the big one. This is the math powering my little VE2IPW calculator, which I find very handy. This is also a good place to introduce another idea: calculating Air Density from Pressure and Temperature of a gas. This part is completely attributed to Richard Shelquist and his awesome Density Altitude (and many other useful things) site (http://wahiduddin.net/calc/density_altitude.htm) The formula above is great, but we still have Air Density, a variable that we really don’t know what it is, especially in terms of senor data we can gather. To get that, we have to look to chemistry to figure it out. All gases basically follow the Ideal Gas Law: * * *P V n R T= N is the number of molecules in given Volume. Or in terms that we’ve been using so far:
  • 5. * * *MAP Volume n R Temp= As we mentioned earlier, general formula for Density is: Mass Volume ρ = In this case, because we’re dealing with molar mass: n V ρ = Combining the two equations, we get: 3 3 * * * [ ] [ * ] [ ] [ * ] * MAP R Temp MAP R Temp Pa J kg kg J Jm m K kg K ρ ρ = = = = R is gas constant, 287.05 J/(kg*K) for dry air. Also we have to remember that Temp is in Kelvin, and pressure is done in Pascals, not kPa like everywhere else in this paper. Now that we have ρ , we can join the Ideal Gas Law based formula and the IPW formula together: * * * * * Volume VE MAP IPW AFR IFR R Temp = Formula #2 for IPW
  • 6. Part 2—Four Faces of VE I’ve always felt that VE, GMVE, Cylinder Airmass, and Airflow were always connected, but no one ever posted any formulas, and even the common sense relationships were vague. Then, by accident, EFILive’s help system came to the rescue. Basically they posted their formula for the Airmass, when explaining their multi unit VE: *GMVE MAP Airmass Temp = Airmass from GMVE GMVE – VE related value that GM likes to use, which accounts for pressure and temperature, as the unit indicates [g * K / kPa] MAP – value of the sensor that measures the manifold absolute pressure [kPa] Temp – Temperature of the air charge, seems to be a blend of ECT and IAT depending on the airflow (more airflow more IAT biased and vice versa) This is already useful, it is something that we either have (GMVE) or something we can measure with built in sensors (MAP, IAT, ECT) So far, my own physics derived formula for Airmass was: * * * Volume VE MAP Airmass R Temp = Airmass from VE and Sensors 3 3 3 [ * ] [ * ] [ * ] [ ] [ ] [ * ] [ ] * ] J m m Pa J kgm kg J J J K kg K kg = = = Remember this is the absolute VE and Volume is the cylinder’s displacement. Since they’re both formulas for the same thing, they should be truly equal: * * * * Volume VE MAP GMVE MAP R Temp Temp = Map and Temp drop out on both sides leaving us with *Volume VE GMVE R = GMVE<->VE conversion Let’s see what we get for units, derived out of this entirely physics based formula:
  • 7. 3 3 3 [ ] [ * * ] [ * ] [ ][ * ] [ ] * m m kg K kg K J PaPa m kg K = = We already see this is interesting, because we have both the absolute VE and GMVE in one formula where the rest of variables are known. Also, the units came back magically identical to the ones we find in EFILive’s help files. Another cool part is that we can now transform GMVE into an Absolute VE: *GMVE R VE Volume = To go back to the original premise of this chapter, we want to get Airmass—the mass of actual air in the cylinder. Now we have multiple ways to achieve it, since we have multiple versions of VE, GMVE calculated form air density, volume, and temps. * * and GMVE MAP Volume VE Airmass GMVE Temp R = = * * * Volume VE MAP Airmass Temp R = Airmass from VE Once we have Airmass, getting airflow is just around the corner. We already know what to do to calculate Cylinder Airmass we need: * MAP Airmass GMVE Temp = From the Cylinder Airmass, we can calculate Airflow (total Airflow, not just per cylinder anymore): * 2*60 * * 2*60 CylinderNumber CylinderAirmass Airflow RPM CylinderNumber RPM CylinderAirmass Airflow = = So substituting for Airmass the formula we just derived: * * * 120 GMVE CylinderNumber RPM MAP Temp Airflow    ÷  = * * * 120* CylinderNumber RPM MAP GMVE Airflow Temp = Airflow from GMVE 1 * [ * * ] [ ]sec [ ] [sec] kg K kPa kgkPa K =
  • 8. This is very useful to us. This is what I’m guessing EFILive folks do behind the scenes to be able to display the VE in three different forms. The cool part about this is that If we knew how efficient the car is, how many HP per lb/min of airflow we get, we could display a 3D horsepower graph—is this cool or what? Back to the previous thought on obtaining VE: RealAirflow TheoreticalAirflow VE = Since both of these airflows can be either per cylinder or total, we don’t care which we use, because number of cylinders would cancel out instantly since it’s in both terms. Notice that the units for RealAirflow are[ ] sec kg , but TheoreticaAirflow is in 3 [ ] sec m , thus we must convert one of them to the same unit as the other: * * *100% (by mass) 2*60 Volume RPM TheoreticalAirflow ρ = * * 120* * * *100% 2*60 * * * RPM MAP GMVE Temp VE Volume RPM MAP GMVE VE Volume Temp ρ ρ = = Now substitute in for ρ : * * * * MAP GMVE VE MAP Volume Temp R Temp = *GMVE R VE Volume = VE formula 3 3 3 3 * *[ * ] [ ] [ ] * [ ] [ ] [ ] kg K J J kPa m kPa kg K kPa kPa unitless m m m = = = Now we have formulas for VE, GMVE, Airmass, and Airflow. Mission accomplished. Part 2.5—Addendum These equations been really useful, but recently I’ve been playing with them some more, trying to see them in different forms, expressed in terms of density, VE, or GMVE, without a set goal in my head. Few things I noticed: * MAP R Temp ρ = *GMVE MAP Airmass Temp = *Vol VE GMVE R =
  • 9. We can substitute these into the Airmass and Airflow equations and see what happens: * * * * Vol VE MAP Airmass Vol VE R Temp ρ= = * * * * * * * 120* 120* Cyl RPM MAP GMVE Cyl RPM MAP Vol VE Airflow Temp Temp R = = Let’s separate some terms out so it’s easier to see what we’re looking for * * * * 120 * Cyl RPM Vol VE MAP Airflow R Temp = * * * * * * 120 120 Cyl RPM Cyl RPM Airflow Vol VE Airmassρ= = The last form is very important; it describes Airflow in terms of Airmass. Or, to describe Airmass in terms of Airflow: 120* * Airflow Airmass RPM Cyl = Airmass in terms of Airflow Another important formula was: * * * * * Vol VE MAP IPW AFR IFR R Temp = IPW in terms of VE Or rearranged just like in formulas above: * * * * * * * Vol VE MAP Vol VE IPW AFR IFR R Temp AFR IFR ρ = = We’ve already seen similar groupings of variables above: 120* 1 * * * * 120* * * * Airmass Airflow IPW AFR IFR RPM Cyl AFR IFR Airflow IPW RPM Cyl AFR IFR = = = IPW in terms of Airflow The importance of this is that we now we can calculate IPW from any airflow. Not just Airflow as a result of Speed Density calculations, but also from any other way that we can obtain Airflow, i.e. MAF sensor. This allows us to convert from pure MAF based tunes to SD, or fix tunes where MAF/IFR was manipulated to get required IPW.
  • 10. Part 3--Applications The question of course is what can we do with all this new stuff? First of all, we gain the full understanding of the process. We have gone all the way from physical properties describing the motor, to the pulse width given to the injectors. That’s the whole functionality of the PCM, as far as the fueling is concerned. Granted, there are always multipliers and adders and other modifiers but that’s just another ‘inline’ added item. To me, looking at the equations and realizing the IPW is NOT RPM-dependent was a huge mental breakthrough. I always thought it was, but now it all makes sense, and it was the math that demonstrated it to me. We also understand now that VE, GMVE, Cylinder Airmass, and Airflow are all related and possible to calculate from one another. I thought that’s going to be my big contribution, but apparently the EFILive guys figured it out long time ago and stole my thunder. But, I have arrived at it myself, so my understanding of it is a lot more instinctual, not just some formulas you ‘plug and chug’ in numbers without real understanding. We can predict exactly how much Injector Pulse Width an engine with given VE is going to need. We can also see the influence of things like AFR, temperatures, and pressure on the IPW. We can calculate the Absolute VE from GMVE, once GMVE is totally dialed in, use it as the base of GMVE’s for any condition. We can see what’s worth fighting for: keeping AFR consistent, keeping IAT down, and eliminating intake bottlenecks (high MAP all through RPM) We can quantify gains attained by different modifications. We can now say that with Heads X or Headers Y, we have gained Z airflow at W rpm. We are able to calculate in IAT VE multiplier exactly to your application. We are able to take bad tunes, and make some sense out of them. We are able to see the real amount of fuel they injected and you just take that and find a VE to match that fuel at proper IFR. Another extra benefit of staring at the different forms of VE long enough was that I looked at the LS2’s VE table, and I almost instantly knew how it works. The numbers in it are simply GMVE multiplied out by 1000. The only other numbers in there are the gas constant (R) and Cylinder Volume, which can be treated as a constant. All you have to do then is to multiply it out using the GMVE<->VE formula and you’re back to the traditional VE that’s much easier to understand for me.
  • 11. Part 4—Future Work and Conclusions • Fully automate going from GMVE->VE->GMVE(at any other conditions). • Fully automate going from GMVE based, tweaked IFR to a proper tune. • Incorporate MAP, Temp into the VE2IPW calculator. • Figure out the Temp equations using the bias table. • Figure out a reasonable estimate HP per lb/min of airflow (or TQ per g/cyl), and display a 3D dyno graph. Live play through a 3D table would be very educational. • This is all ‘intake’ stuff, all these calculations are based on values of incoming air, and not how efficient the setup is. A nice complement would be measurement of the outcome and seeing where we have the biggest losses. The weird part is that I started all this research just trying to understand Cylinder Airmass. In the process I learned that all these other forms of VE are related through few other pieces of sensor data, and how ultimately they affect fueling calculations. Things like Airflow, Injector Duty Cycle, and what sensors are really used to calculate all these useful PIDs just happened in the process. The next phase is definitely verification. Soon, I should be getting a lot of track data from VIR (22 sec straightaway!) and with a new set of PIDS to monitor, I should be able to create VE, GMVE, Dynamic Airflow and Dynamic Cylinder Airflow tables, and see how they all compare to the one in the tune already. That’s either going to make me very happy, or send me back to the drawing board. I have created a spreadsheet that I’m attaching with this paper, which starts with a stock 2004 Z06 Corvette file, showing off VE in four forms, and then underneath I have my own calculated version, to see if I can convert between them. So far everything looks good, often to many decimal points. Also, I created, and then another guy has reformatted a spreadsheet that makes tuning LS2’s VE easier. It’s really not necessary as GMVE is as linear as VE, but for the curious ones that would rather see it in VE instead of GMVE, it’s a great option. So now you know how Speed Density works. And knowing is half the battle…