1
0
Fork 0

sync. with JSBSim v. 2.0

This commit is contained in:
ehofman 2006-01-12 15:03:25 +00:00
parent dd13b8f57e
commit f6cd3d54d8
3 changed files with 882 additions and 747 deletions

View file

@ -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>

View file

@ -1,61 +1,71 @@
<?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>
0.0 0.068
0.1 0.068 <table name="C_THRUST" type="internal">
0.2 0.067 <tableData>
0.3 0.066 0.0 0.068
0.4 0.064 0.1 0.068
0.5 0.061 0.2 0.067
0.6 0.057 0.3 0.066
0.7 0.050 0.4 0.064
0.8 0.040 0.5 0.061
0.9 0.029 0.6 0.057
1.0 0.019 0.7 0.050
1.1 0.008 0.8 0.040
1.2 -0.001 0.9 0.029
1.3 -0.008 1.0 0.019
1.4 -0.019 1.1 0.008
1.5 -0.029 1.2 -0.001
1.6 -0.040 1.3 -0.008
1.7 -0.050 1.4 -0.019
1.8 -0.057 1.5 -0.029
1.9 -0.061 1.6 -0.040
2.0 -0.064 1.7 -0.050
2.1 -0.066 1.8 -0.057
2.2 -0.067 1.9 -0.061
2.3 -0.068 2.0 -0.064
5.0 -0.068 2.1 -0.066
C_POWER 26 1 2.2 -0.067
0.0 0.0580 2.3 -0.068
0.1 0.0620 5.0 -0.068
0.2 0.0600 </tableData>
0.3 0.0580 </table>
0.4 0.0520
0.5 0.0450 <table name="C_POWER" type = "internal">
0.6 0.0421 <tableData>
0.7 0.0389 0.0 0.0580
0.8 0.0346 0.1 0.0620
0.9 0.0280 0.2 0.0600
1.0 0.0202 0.3 0.0580
1.1 0.0111 0.4 0.0520
1.2 0.0075 0.5 0.0450
1.3 0.0111 0.6 0.0421
1.4 0.0202 0.7 0.0389
1.5 0.0280 0.8 0.0346
1.6 0.0346 0.9 0.0280
1.7 0.0389 1.0 0.0202
1.8 0.0421 1.1 0.0111
1.9 0.0436 1.2 0.0075
2.0 0.0445 1.3 0.0111
2.1 0.0445 1.4 0.0202
2.2 0.0442 1.5 0.0280
2.3 0.0431 1.6 0.0346
2.4 0.0424 1.7 0.0389
5.0 0.0413 1.8 0.0421
</FG_PROPELLER> 1.9 0.0436
2.0 0.0445
2.1 0.0445
2.2 0.0442
2.3 0.0431
2.4 0.0424
5.0 0.0413
</tableData>
</table>
</propeller>

File diff suppressed because it is too large Load diff