1
0
Fork 0
fgdata/Aircraft/p51d-set.xml

85 lines
2.1 KiB
XML
Raw Normal View History

2003-03-24 01:00:00 +00:00
<?xml version="1.0"?>
<!--
************************************************************************
P-51D simulation config. This files ties together all the components
used by FGFS to represent the P-51D. Components include the flight data
model, instrument panel, and external 3D model.
March 2003 Jim Wilson, jimw@kelcomaine.com
************************************************************************
-->
<PropertyList>
<sim>
<description>P-51D</description>
<flight-model>jsb</flight-model>
<aero>p51d</aero>
<virtual-cockpit archive="y">true</virtual-cockpit>
<allow-toggle-cockpit archive="y">true</allow-toggle-cockpit>
<sound>
<audible>true</audible>
<path>Aircraft/c172/c172-sound.xml</path>
</sound>
<panel>
<path>Aircraft/c172/Panels/c172-vfr-panel.xml</path>
<visibility>false</visibility>
</panel>
<model>
<path>Aircraft/p51d/Models/p51d-jw.xml</path>
</model>
<view n="0">
<internal archive="y">true</internal>
<config>
<x-offset-m archive="y" type="double">0.0</x-offset-m>
<y-offset-m archive="y" type="double">0.85</y-offset-m>
<z-offset-m archive="y" type="double">-0.50</z-offset-m>
<pitch-offset-deg>-15</pitch-offset-deg>
</config>
</view>
<autopilot>
<config>
<min-climb-speed-kt type="float">70.0</min-climb-speed-kt>
<best-climb-speed-kt type="float">75.0</best-climb-speed-kt>
<target-climb-rate-fpm type="float">500.0</target-climb-rate-fpm>
<target-descent-rate-fpm type="float">1000.0</target-descent-rate-fpm>
<elevator-adj-factor type="float">4000.0</elevator-adj-factor>
<integral-contribution type="float">0.01</integral-contribution>
<zero-pitch-throttle type="float">0.45</zero-pitch-throttle>
<zero-pitch-trim-full-throttle type="float">0.14</zero-pitch-trim-full-throttle>
</config>
</autopilot>
</sim>
<engines>
<engine>
<rpm type="double">700</rpm>
</engine>
</engines>
<consumables>
<fuel>
<tank n="0">
<level-gal_us>20</level-gal_us>
</tank>
<tank n="1">
<level-gal_us>20</level-gal_us>
</tank>
</fuel>
</consumables>
</PropertyList>