-
Notifications
You must be signed in to change notification settings - Fork 12
/
MD-11F-GE-set.xml
113 lines (103 loc) · 3.11 KB
/
MD-11F-GE-set.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
<?xml version="1.0"?>
<!-- Copyright (c) 2024 Josh Davidson (Octal450) -->
<PropertyList include="MD-11-main.xml">
<sim>
<aero>FDE/MD-11F-GE</aero>
<description>McDonnell Douglas MD-11F (CF6-80C2D1F)</description>
<flight-model>jsb</flight-model>
<model n="0">
<door n="0">
<jetway-hood-deg type="float">5</jetway-hood-deg>
<position-x-m type="float">-24.0</position-x-m>
<position-y-m type="float">-2.3</position-y-m>
<position-z-m type="float">6.0</position-z-m>
</door>
<livery>
<file type="string">White</file>
</livery>
<path>Aircraft/MD-11/Models/MD-11F-GE.xml</path>
</model>
<previews>
<preview>
<type>exterior</type>
<splash type="bool">true</splash>
<path>gui/splash/md-11f-ge.png</path>
</preview>
</previews>
<primary-set>true</primary-set>
<sound n="0">
<path>Aircraft/MD-11/Sounds/cf680-sound.xml</path>
</sound>
<systems n="0">
<autopilot n="6">
<path>Aircraft/MD-11/Sounds/cf680-sound-control.xml</path>
</autopilot>
</systems>
</sim>
<fdm n="0">
<jsbsim n="0">
<inertia n="0">
<empty-weight-x-in type="double">111.692913</empty-weight-x-in> <!-- 2.837 meters, 33.8% MAC -->
</inertia>
</jsbsim>
</fdm>
<limits>
<mass-and-balance> <!-- Data source: TCDS -->
<maximum-landing-mass-lbs>491500</maximum-landing-mass-lbs>
<maximum-takeoff-mass-lbs>633000</maximum-takeoff-mass-lbs>
<maximum-zero-fuel-mass-lbs>461300</maximum-zero-fuel-mass-lbs>
</mass-and-balance>
</limits>
<options n="0">
<eng type="string">GE</eng>
<eng-string type="string">CF6-80C2</eng-string>
</options>
<payload n="0">
<weight n="0">
<name>Forward Upper Cargo</name>
<weight-lb alias="/fdm/jsbsim/inertia/pointmass-weight-lbs[0]"/>
<min-lb type="double">0</min-lb>
<max-lb type="double">33600</max-lb>
</weight>
<weight n="1">
<name>Mid Upper Cargo</name>
<weight-lb alias="/fdm/jsbsim/inertia/pointmass-weight-lbs[1]"/>
<min-lb type="double">0</min-lb>
<max-lb type="double">33600</max-lb>
</weight>
<weight n="2">
<name>Aft Upper Cargo</name>
<weight-lb alias="/fdm/jsbsim/inertia/pointmass-weight-lbs[2]"/>
<min-lb type="double">0</min-lb>
<max-lb type="double">42000</max-lb>
</weight>
<weight n="3">
<name>Forward Lower Cargo</name>
<weight-lb alias="/fdm/jsbsim/inertia/pointmass-weight-lbs[3]"/>
<min-lb type="double">0</min-lb>
<max-lb type="double">25200</max-lb>
</weight>
<weight n="4">
<name>Aft Lower Cargo</name>
<weight-lb alias="/fdm/jsbsim/inertia/pointmass-weight-lbs[4]"/>
<min-lb type="double">0</min-lb>
<max-lb type="double">33600</max-lb>
</weight>
<weight n="5">
<name>Aft Bulk Cargo</name>
<weight-lb alias="/fdm/jsbsim/inertia/pointmass-weight-lbs[5]"/>
<min-lb type="double">0</min-lb>
<max-lb type="double">2000</max-lb>
</weight>
</payload>
<systems n="0">
<ignition n="0">
<starter-cutoff-n2 type="double">45</starter-cutoff-n2>
</ignition>
</systems>
<nasal n="0">
<setup>
<script>aircraft.livery.init("Aircraft/MD-11/Models/Liveries/MD-11F/GE");</script>
</setup>
</nasal>
</PropertyList>