The E3B engines are currently defined as having a thrust of 18000 Lbs. A google search indicates that the per engine thrust should be 21000 Lbs.

If this is verified as being true, the attached patch should correct the associated E3B/Engines/JT3D.xml file.


--
Reagan Thomas
? E3B.diff
? E3B.tar.bz2
Index: Engines/JT3D.xml
===================================================================
RCS file: /var/cvs/FlightGear-0.9/data/Aircraft/E3B/Engines/JT3D.xml,v
retrieving revision 1.1
diff -u -p -r1.1 JT3D.xml
--- Engines/JT3D.xml    16 Aug 2006 23:16:02 -0000      1.1
+++ Engines/JT3D.xml    14 May 2007 21:02:11 -0000
@@ -6,13 +6,13 @@
   Inputs:
     name:           JT3D
     type:           turbine
-    thrust:         18000 lb
+    thrust:         21000 lb
     augmented?      no
     injected?       yes
 -->
 
 <turbine_engine name="JT3D">
-  <milthrust> 18000.0 </milthrust>
+  <milthrust> 21000.0 </milthrust>
   <bypassratio>     2.432 </bypassratio>
   <tsfc>            0.7 </tsfc>
   <bleed>           0.03</bleed>
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to