1
0
Fork 0

Update engine performance to match the latest version of JSBSim

This commit is contained in:
ehofman 2008-08-26 07:56:56 +00:00
parent 3472571a20
commit 23b0c9f6cb

View file

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