jsbsim.js
Version:
JSBSim flight dynamics model ported to JavaScript
33 lines (29 loc) • 931 B
text/xml
<!--
File: IO470D.xml
Author: Aero-Matic v 0.8
Ref: http://www.tcmlink.com/EngSpecSheetDocs/IO470D.pdf
Inputs:
name: IO470D
type: piston
power: 260.0 hp
augmented? no
injected? no
-->
<piston_engine name="IO470D">
<minmp unit="INHG"> 10.0 </minmp>
<maxmp unit="INHG"> 28.5 </maxmp>
<displacement unit="IN3"> 471.0 </displacement>
<maxhp> 260.00 </maxhp>
<cycles> 4.0 </cycles>
<idlerpm> 600.0 </idlerpm>
<maxrpm> 2625.0 </maxrpm>
<sparkfaildrop> 0.1 </sparkfaildrop>
<bore unit="IN"> 5.0 </bore> <!-- Unused -->
<stroke unit="IN"> 4.0 </stroke>
<cylinders> 6.0 </cylinders><!-- Unused -->
<compression-ratio> 8.6 </compression-ratio>
<ram-air-factor> 1.0 </ram-air-factor>
<!-- Added in FlightGear 2.8 -->
<man-press-lag> 0.25 </man-press-lag>
</piston_engine>