Updated engine config setting idle RPM to 600 rather than 550. From Torsten DREYER.
This commit is contained in:
parent
2753432b92
commit
30ea238659
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue