sync. with JSBSim v. 2.0
This commit is contained in:
parent
dd13b8f57e
commit
f6cd3d54d8
3 changed files with 882 additions and 747 deletions
|
@ -1,12 +1,23 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<FG_PISTON NAME="IO320">
|
<!--
|
||||||
MINMP 6.5
|
File: IO320.xml
|
||||||
MAXMP 29.92
|
Author: Aero-Matic v 0.8
|
||||||
DISPLACEMENT 320.0
|
|
||||||
MAXHP 160.0
|
|
||||||
CYCLES 2.0
|
|
||||||
IDLERPM 550.0
|
|
||||||
MAXTHROTTLE 1.0
|
|
||||||
MINTHROTTLE 0.2
|
|
||||||
</FG_PISTON>
|
|
||||||
|
|
||||||
|
Inputs:
|
||||||
|
name: IO320
|
||||||
|
type: piston
|
||||||
|
power: 160.0 hp
|
||||||
|
augmented? no
|
||||||
|
injected? no
|
||||||
|
-->
|
||||||
|
|
||||||
|
<piston_engine name="IO320">
|
||||||
|
<minmp unit="INHG"> 6.5 </minmp>
|
||||||
|
<maxmp unit="INHG"> 29.92 </maxmp>
|
||||||
|
<displacement unit="IN3"> 320.00 </displacement>
|
||||||
|
<maxhp> 160.00 </maxhp>
|
||||||
|
<cycles> 2.0 </cycles>
|
||||||
|
<idlerpm> 550.0 </idlerpm>
|
||||||
|
<maxthrottle> 1.0 </maxthrottle>
|
||||||
|
<minthrottle> 0.2 </minthrottle>
|
||||||
|
</piston_engine>
|
||||||
|
|
|
@ -1,11 +1,14 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<FG_PROPELLER NAME="Fixed-Pitch 75-inch Two-Blade Propeller">
|
|
||||||
IXX 1.67
|
<propeller name="Fixed-Pitch 75-inch Two-Blade Propeller">
|
||||||
DIAMETER 75
|
<ixx> 1.67 </ixx>
|
||||||
NUMBLADES 2
|
<diameter unit="IN"> 75.0 </diameter>
|
||||||
MINPITCH 22
|
<numblades> 2 </numblades>
|
||||||
MAXPITCH 22
|
<minpitch> 22 </minpitch>
|
||||||
C_THRUST 25 1
|
<maxpitch> 22 </maxpitch>
|
||||||
|
|
||||||
|
<table name="C_THRUST" type="internal">
|
||||||
|
<tableData>
|
||||||
0.0 0.068
|
0.0 0.068
|
||||||
0.1 0.068
|
0.1 0.068
|
||||||
0.2 0.067
|
0.2 0.067
|
||||||
|
@ -31,7 +34,11 @@
|
||||||
2.2 -0.067
|
2.2 -0.067
|
||||||
2.3 -0.068
|
2.3 -0.068
|
||||||
5.0 -0.068
|
5.0 -0.068
|
||||||
C_POWER 26 1
|
</tableData>
|
||||||
|
</table>
|
||||||
|
|
||||||
|
<table name="C_POWER" type = "internal">
|
||||||
|
<tableData>
|
||||||
0.0 0.0580
|
0.0 0.0580
|
||||||
0.1 0.0620
|
0.1 0.0620
|
||||||
0.2 0.0600
|
0.2 0.0600
|
||||||
|
@ -58,4 +65,7 @@
|
||||||
2.3 0.0431
|
2.3 0.0431
|
||||||
2.4 0.0424
|
2.4 0.0424
|
||||||
5.0 0.0413
|
5.0 0.0413
|
||||||
</FG_PROPELLER>
|
</tableData>
|
||||||
|
</table>
|
||||||
|
|
||||||
|
</propeller>
|
||||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue