User Tools

Site Tools


aircraft:tmd:turbo_engines

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
aircraft:tmd:turbo_engines [2021/02/12 13:05] – [Step 6 - Engine control (FADEC)] jhaircraft:tmd:turbo_engines [2022/08/02 10:00] (current) jh
Line 27: Line 27:
  
 <code>            <[input_lever][Throttle1Input][] <code>            <[input_lever][Throttle1Input][]
-                <[string8][Input][Controls.Throttle1]>+                <[string8][Message][Controls.Throttle1]>
             >             >
             <[turbofan][Engine1][]             <[turbofan][Engine1][]
Line 73: Line 73:
 <code>            // engine controls <code>            // engine controls
             <[input_lever][Throttle1Input][]             <[input_lever][Throttle1Input][]
-                <[string8][Input][Controls.Throttle1]>+                <[string8][Message][Controls.Throttle1]>
             >             >
             <[constant][Reverser1Flaps][]             <[constant][Reverser1Flaps][]
Line 457: Line 457:
 Enrichment = Engine1Station3.OutputTotalPressure / ( PitotTube.StaticPressure * DesignCompressionRatio ). Enrichment = Engine1Station3.OutputTotalPressure / ( PitotTube.StaticPressure * DesignCompressionRatio ).
  
-FuelFlowRaw = C_FF * ( Governor + Enrichment )+Gain = PitotTube.StaticPressure / 101325.0 
 + 
 +FuelFlowRaw = Gain * C_FF * ( Governor + Enrichment )
  
 FuelFlow = clamp( FuelFlowRaw, MinFuelFlow, MaxFuelFlow )</code> FuelFlow = clamp( FuelFlowRaw, MinFuelFlow, MaxFuelFlow )</code>
  
-where C_Gov is your governor gain (about 0.2 is ok), and C_FF is your fuel flow constant, use your maximum takeoff fuel flow at the beginning. MinFuelFlow is your idle fuel flow at high altitude (high enough to prevent flame out) and MaxFuelFlow is your takeoff fuel flow plus a small amount.+where C_Gov is your governor gain (about 0.2 is ok), and C_FF is your fuel flow constant, use your maximum takeoff fuel flow at the beginning. MinFuelFlow is your idle fuel flow at high altitude (high enough to prevent flame out) and MaxFuelFlow is your takeoff fuel flow plus a small amount. DesignCompressionRatio is the compression ratio that you see at takeoff power (depending on the engine data, ranges between like 11 to 42).
  
aircraft/tmd/turbo_engines.1613131513.txt.gz · Last modified: 2021/02/12 13:05 by jh