UNPKG

jsbsim.js

Version:

JSBSim flight dynamics model ported to JavaScript

28 lines (25 loc) 785 B
<?xml version="1.0"?> <!-- File: R-1820-97.xml Author: Aero-Matic v 0.81 Inputs: name: R-1820-97 type: piston power: 1200 hp augmented? no injected? no --> <piston_engine name="R-1820-97"> <minmp unit="INHG"> 20.0 </minmp> <maxmp unit="INHG"> 48.0 </maxmp> <displacement unit="IN3"> 1820.0 </displacement> <!-- Defining <bsfc> over-rides the bsfc value calculated from <maxhp> --> <!--<bsfc> 0.45 </bsfc>--> <maxhp> 1200.00 </maxhp> <cycles> 4.0 </cycles> <idlerpm> 700.0 </idlerpm> <maxrpm> 2800.0 </maxrpm> <maxthrottle> 1.0 </maxthrottle> <minthrottle> 0.1 </minthrottle> <sparkfaildrop> 0.1 </sparkfaildrop> </piston_engine>