MCDU: Fix missing model and engine names
This commit is contained in:
parent
017f557792
commit
a68ea75e45
8 changed files with 12 additions and 4 deletions
|
@ -220,8 +220,10 @@
|
|||
|
||||
<options n="0">
|
||||
<eng type="string">CFM</eng>
|
||||
<engine-name type="string">CFM56-5B4</engine-name>
|
||||
<maxblock type="double">52.3</maxblock>
|
||||
<maxflap type="int">35</maxflap>
|
||||
<model-number type="string">A320-214</model-number>
|
||||
</options>
|
||||
|
||||
</PropertyList>
|
||||
|
|
|
@ -220,8 +220,10 @@
|
|||
|
||||
<options n="0">
|
||||
<eng type="string">IAE</eng>
|
||||
<engine-name type="string">V2527-A5</engine-name>
|
||||
<maxblock type="double">52.3</maxblock>
|
||||
<maxflap type="int">40</maxflap>
|
||||
<model-number type="string">A320-232</model-number>
|
||||
</options>
|
||||
|
||||
</PropertyList>
|
||||
|
|
|
@ -220,8 +220,10 @@
|
|||
|
||||
<options n="0">
|
||||
<eng type="string">CFM</eng>
|
||||
<engine-name type="string">LEAP-1A26</engine-name>
|
||||
<maxblock type="double">52.3</maxblock>
|
||||
<maxflap type="int">35</maxflap>
|
||||
<model-number type="string">A320-251N</model-number>
|
||||
</options>
|
||||
|
||||
</PropertyList>
|
||||
|
|
|
@ -220,8 +220,10 @@
|
|||
|
||||
<options n="0">
|
||||
<eng type="string">CFM</eng> <!-- Apparently PW PurePower uses N1, not EPR.... sooo I use CFM ECAM, and no N1 mode switches -->
|
||||
<engine-name type="string">PW1127G-JM</engine-name>
|
||||
<maxblock type="double">52.3</maxblock>
|
||||
<maxflap type="int">35</maxflap>
|
||||
<model-number type="string">A320-271N</model-number>
|
||||
</options>
|
||||
|
||||
</PropertyList>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
<!-- Copyright (c) 2021 Josh Davidson (Octal450) -->
|
||||
|
||||
<turbine_engine name="CFM56-5B4">
|
||||
<turbine_engine name="LEAP-1A26">
|
||||
|
||||
<milthrust>27000</milthrust>
|
||||
<tsfc>0.445</tsfc>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
<!-- Copyright (c) 2021 Josh Davidson (Octal450) -->
|
||||
|
||||
<turbine_engine name="CFM56-5B4">
|
||||
<turbine_engine name="LEAP-1A26">
|
||||
|
||||
<milthrust>27000</milthrust>
|
||||
<tsfc>0.445</tsfc>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
<!-- Copyright (c) 2021 Josh Davidson (Octal450) -->
|
||||
|
||||
<turbine_engine name="CFM56-5B4">
|
||||
<turbine_engine name="PW1127G-JM">
|
||||
|
||||
<milthrust>27000</milthrust>
|
||||
<tsfc>0.445</tsfc>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
<!-- Copyright (c) 2021 Josh Davidson (Octal450) -->
|
||||
|
||||
<turbine_engine name="CFM56-5B4">
|
||||
<turbine_engine name="PW1127G-JM">
|
||||
|
||||
<milthrust>27000</milthrust>
|
||||
<tsfc>0.445</tsfc>
|
||||
|
|
Loading…
Reference in a new issue