From 23b0c9f6cbe7993ee401ddaf643f14424a9c057c Mon Sep 17 00:00:00 2001
From: ehofman <ehofman>
Date: Tue, 26 Aug 2008 07:56:56 +0000
Subject: [PATCH] Update engine performance to match the latest version of
 JSBSim

---
 Aircraft/c172p/Engines/eng_io320.xml | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/Aircraft/c172p/Engines/eng_io320.xml b/Aircraft/c172p/Engines/eng_io320.xml
index a172d836a..53416640f 100644
--- a/Aircraft/c172p/Engines/eng_io320.xml
+++ b/Aircraft/c172p/Engines/eng_io320.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!--
   File:     IO320.xml
-  Author:   Aero-Matic v 0.8
+  Author:   Ron Jensen
 
   Inputs:
     name:           IO320
@@ -12,15 +12,15 @@
 -->
 
 <piston_engine name="IO320">
-  <minmp unit="INHG">          6.5 </minmp>	<!-- Deprecated -->
-  <maxmp unit="INHG">         29.92 </maxmp>	<!-- Deprecated -->
-  <displacement unit="IN3"> 320.00 </displacement>
-  <bsfc>           0.45 </bsfc>
-  <maxhp>        160.00 </maxhp>		<!-- Deprecated -->
-  <cycles>         4.0 </cycles>
-  <idlerpm>      550.0 </idlerpm>
-  <maxrpm>      2700.0 </maxrpm>
-  <maxthrottle>    1.0 </maxthrottle>
-  <minthrottle>    0.2 </minthrottle>
-  <sparkfaildrop>  0.0 </sparkfaildrop>
+  <minmp unit="INHG">         6.5  </minmp>	<!-- Deprecated -->
+  <maxmp unit="INHG">        29.92 </maxmp>	<!-- Deprecated -->
+  <displacement unit="IN3"> 320.0  </displacement>
+  <maxhp>                   160.0  </maxhp>	<!-- Deprecated -->
+  <bsfc>                      0.37 </bsfc>
+  <cycles>                    4.0  </cycles>
+  <idlerpm>                 550.0  </idlerpm>
+  <maxrpm>                 2700.0  </maxrpm>
+  <maxthrottle>               1.0  </maxthrottle>
+  <minthrottle>               0.1  </minthrottle>
+  <sparkfaildrop>             0.1 </sparkfaildrop>
 </piston_engine>