From da04163071ae27005af31ed904fb6407f2f24867 Mon Sep 17 00:00:00 2001
From: jimw <jimw>
Date: Mon, 24 Mar 2003 01:00:00 +0000
Subject: [PATCH] Adding P-51D - JimW

---
 Aircraft/p51d-set.xml | 84 +++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 84 insertions(+)
 create mode 100644 Aircraft/p51d-set.xml

diff --git a/Aircraft/p51d-set.xml b/Aircraft/p51d-set.xml
new file mode 100644
index 000000000..76b09557d
--- /dev/null
+++ b/Aircraft/p51d-set.xml
@@ -0,0 +1,84 @@
+<?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>
+
+
+
+