26 lines
750 B
XML
26 lines
750 B
XML
<?xml version="1.0"?>
|
|
<!--
|
|
File: IO320.xml
|
|
Author: Aero-Matic v 0.8
|
|
|
|
Inputs:
|
|
name: IO320
|
|
type: piston
|
|
power: 160.0 hp
|
|
augmented? no
|
|
injected? no
|
|
-->
|
|
|
|
<piston_engine name="IO320">
|
|
<minmp unit="INHG"> 6.5 </minmp> <!-- Deprecated -->
|
|
<maxmp unit="INHG"> 29.92 </maxmp> <!-- Deprecated -->
|
|
<displacement unit="IN3"> 320.00 </displacement>
|
|
<bsfc> 0.45 </bsfc>
|
|
<maxhp> 160.00 </maxhp> <!-- Deprecated -->
|
|
<cycles> 4.0 </cycles>
|
|
<idlerpm> 550.0 </idlerpm>
|
|
<maxrpm> 2700.0 </maxrpm>
|
|
<maxthrottle> 1.0 </maxthrottle>
|
|
<minthrottle> 0.2 </minthrottle>
|
|
<sparkfaildrop> 0.0 </sparkfaildrop>
|
|
</piston_engine>
|