1
0
Fork 0

Added YASim model for P-51D Mustang

This commit is contained in:
jimw 2003-05-03 21:59:41 +00:00
parent f5927c6351
commit 7c5e6b8c77

View file

@ -15,8 +15,9 @@ March 2003 Jim Wilson, jimw@kelcomaine.com
<description>P-51D</description> <description>P-51D</description>
<flight-model>jsb</flight-model> <flight-model>yasim</flight-model>
<aero>p51d</aero> <aero>p51d</aero>
<fuel-fraction>0.75</fuel-fraction>
<virtual-cockpit archive="y">true</virtual-cockpit> <virtual-cockpit archive="y">true</virtual-cockpit>
<allow-toggle-cockpit archive="y">true</allow-toggle-cockpit> <allow-toggle-cockpit archive="y">true</allow-toggle-cockpit>
@ -30,7 +31,7 @@ March 2003 Jim Wilson, jimw@kelcomaine.com
<path>Aircraft/c172/Panels/c172-vfr-panel.xml</path> <path>Aircraft/c172/Panels/c172-vfr-panel.xml</path>
<visibility>false</visibility> <visibility>false</visibility>
</panel> </panel>
<model> <model>
<path>Aircraft/p51d/Models/p51d-jw.xml</path> <path>Aircraft/p51d/Models/p51d-jw.xml</path>
</model> </model>
@ -39,12 +40,18 @@ March 2003 Jim Wilson, jimw@kelcomaine.com
<internal archive="y">true</internal> <internal archive="y">true</internal>
<config> <config>
<x-offset-m archive="y" type="double">0.0</x-offset-m> <x-offset-m archive="y" type="double">0.0</x-offset-m>
<y-offset-m archive="y" type="double">0.85</y-offset-m> <y-offset-m archive="y" type="double">0.689</y-offset-m>
<z-offset-m archive="y" type="double">-0.50</z-offset-m> <z-offset-m archive="y" type="double">4.495</z-offset-m>
<pitch-offset-deg>-17</pitch-offset-deg> <pitch-offset-deg>-17</pitch-offset-deg>
</config> </config>
</view> </view>
<view n="1">
<config>
<target-z-offset-m archive="y" type="double">4.495</target-z-offset-m>
</config>
</view>
<autopilot> <autopilot>
<config> <config>
<min-climb-speed-kt type="float">70.0</min-climb-speed-kt> <min-climb-speed-kt type="float">70.0</min-climb-speed-kt>
@ -63,6 +70,9 @@ March 2003 Jim Wilson, jimw@kelcomaine.com
<engines> <engines>
<engine> <engine>
<rpm type="double">700</rpm> <rpm type="double">700</rpm>
<!-- fake unimplemented settings -->
<fuel-pump-psi type="double">18</fuel-pump-psi>
<oil-pressure-psi type="double">75</oil-pressure-psi>
</engine> </engine>
</engines> </engines>
@ -77,6 +87,13 @@ March 2003 Jim Wilson, jimw@kelcomaine.com
</fuel> </fuel>
</consumables> </consumables>
<!-- set prop for the manual "bookmark" arrow on the remote compas -->
<instrumentation>
<magnetic-compass>
<bookmark-heading-deg type="double">43.0</bookmark-heading-deg>
</magnetic-compass>
</instrumentation>
</PropertyList> </PropertyList>