1
0
Fork 0

Updated engine config setting idle RPM to 600 rather than 550. From Torsten DREYER.

This commit is contained in:
Stuart Buchanan 2011-02-15 21:44:53 +00:00
parent 2753432b92
commit 30ea238659

View file

@ -12,13 +12,13 @@
-->
<piston_engine name="IO320">
<minmp unit="INHG"> 6.5 </minmp> <!-- Deprecated -->
<minmp unit="INHG"> 8.3 </minmp> <!-- Deprecated -->
<maxmp unit="INHG"> 28.5 </maxmp>
<displacement unit="IN3"> 320.0 </displacement>
<maxhp> 160.0 </maxhp>
<!-- bsfc> 0.37 </bsfc -->
<cycles> 4.0 </cycles>
<idlerpm> 550.0 </idlerpm>
<idlerpm> 600.0 </idlerpm>
<maxrpm> 2700.0 </maxrpm>
<maxthrottle> 1.0 </maxthrottle>
<minthrottle> 0.1 </minthrottle>