jsbsim.js
Version:
JSBSim flight dynamics model ported to JavaScript
28 lines (24 loc) • 778 B
text/xml
<!--
File: IO320.xml
Author: Ron Jensen
Inputs:
name: IO320
type: piston
power: 160.0 hp
augmented? no
injected? no
-->
<piston_engine name="IO320">
<minmp unit="INHG"> 10.0 </minmp>
<maxmp unit="INHG"> 28.5 </maxmp>
<displacement unit="IN3"> 320.0 </displacement>
<maxhp> 160.0 </maxhp>
<bsfc> 0.32 </bsfc>
<cycles> 4.0 </cycles>
<idlerpm> 550.0 </idlerpm>
<maxrpm> 2700.0 </maxrpm>
<maxthrottle> 1.0 </maxthrottle>
<minthrottle> 0.1 </minthrottle>
<sparkfaildrop> 0.1 </sparkfaildrop>
</piston_engine>