1
0
Fork 0
fgdata/Aircraft/c172p/Engines/eng_io320.xml

28 lines
805 B
XML
Raw Normal View History

<?xml version="1.0"?>
2006-01-12 15:03:25 +00:00
<!--
File: IO320.xml
Author: Ron Jensen
2006-01-12 15:03:25 +00:00
Inputs:
name: IO320
type: piston
power: 160.0 hp
augmented? no
injected? no
-->
<piston_engine name="IO320">
<minmp unit="INHG"> 8.3 </minmp> <!-- Deprecated -->
2009-01-26 20:37:19 +00:00
<maxmp unit="INHG"> 28.5 </maxmp>
<displacement unit="IN3"> 320.0 </displacement>
2009-01-26 20:37:19 +00:00
<maxhp> 160.0 </maxhp>
<!-- bsfc> 0.37 </bsfc -->
<cycles> 4.0 </cycles>
<idlerpm> 600.0 </idlerpm>
<maxrpm> 2700.0 </maxrpm>
<maxthrottle> 1.0 </maxthrottle>
<minthrottle> 0.1 </minthrottle>
<sparkfaildrop> 0.1 </sparkfaildrop>
2006-01-12 15:03:25 +00:00
</piston_engine>
2009-01-26 20:37:19 +00:00