-
Notifications
You must be signed in to change notification settings - Fork 0
/
727-200ADV.xml
141 lines (127 loc) · 3.21 KB
/
727-200ADV.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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="http://jsbsim.sourceforge.net/JSBSim.xsl"?>
<!-- Copyright (c) 2018 Josh Davidson (Octal450) -->
<fdm_config name="727-200" version="2.0" release="ALPHA"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd">
<fileheader>
<author>Josh Davidson (Octal450)</author>
<version>Pre V1.0</version>
<description>Boeing 727-2XX FDE</description>
</fileheader>
<metrics file="Systems/b722-metrics"/>
<mass_balance file="Systems/b722-mass-balance"/>
<ground_reactions file="Systems/b722-ground-reactions"/>
<propulsion>
<engine file="JT8D-17R_1">
<location unit="M">
<x> 9.35115 </x>
<y> -2.9448 </y>
<z> -0.32935 </z>
</location>
<orient unit="DEG">
<roll> 0.0 </roll>
<pitch> 2.2 </pitch>
<yaw> 1 </yaw>
</orient>
<feed>0</feed>
<thruster file="direct">
<location unit="M">
<x> 9.35115 </x>
<y> -2.9448 </y>
<z> -0.32935 </z>
</location>
<orient unit="DEG">
<roll> 0.0 </roll>
<pitch> 2.2 </pitch>
<yaw> 1 </yaw>
</orient>
</thruster>
</engine>
<engine file="JT8D-17R_2">
<location unit="M">
<x> 16.8476 </x>
<y> 0 </y>
<z> -0.32935 </z>
</location>
<orient unit="DEG">
<roll> 0.0 </roll>
<pitch> 1.6 </pitch>
<yaw> 0 </yaw>
</orient>
<feed>1</feed>
<thruster file="direct">
<location unit="M">
<x> 16.8476 </x>
<y> 0 </y>
<z> -0.32935 </z>
</location>
<orient unit="DEG">
<roll> 0.0 </roll>
<pitch> 1.6 </pitch>
<yaw> 0 </yaw>
</orient>
</thruster>
</engine>
<engine file="JT8D-17R_3">
<location unit="M">
<x> 9.35115 </x>
<y> 2.9448 </y>
<z> -0.32935 </z>
</location>
<orient unit="DEG">
<roll> 0.0 </roll>
<pitch> 2.2 </pitch>
<yaw> -1 </yaw>
</orient>
<feed>2</feed>
<thruster file="direct">
<location unit="M">
<x> 9.35115 </x>
<y> 2.9448 </y>
<z> -0.32935 </z>
</location>
<orient unit="DEG">
<roll> 0.0 </roll>
<pitch> 2.2 </pitch>
<yaw> -1 </yaw>
</orient>
</thruster>
</engine>
<tank type="FUEL" number="0"> <!-- Left Wing -->
<location unit="M">
<x> -0.36876 </x>
<y> -5.1783 </y>
<z> 0.32935 </z>
</location>
<priority>2</priority>
<capacity unit="LBS"> 13230 </capacity>
<contents unit="LBS"> 8000 </contents>
</tank>
<tank type="FUEL" number="1"> <!-- Center -->
<location unit="M">
<x> -0.36876 </x>
<y> 0 </y>
<z> 0.32935 </z>
</location>
<priority>1</priority>
<capacity unit="LBS"> 30233 </capacity>
<contents unit="LBS"> 8000 </contents>
</tank>
<tank type="FUEL" number="2"> <!-- Right Wing -->
<location unit="M">
<x> -0.36876 </x>
<y> 5.1783 </y>
<z> 0.32935 </z>
</location>
<priority>2</priority>
<capacity unit="LBS"> 13230 </capacity>
<contents unit="LBS"> 8000 </contents>
</tank>
</propulsion>
<system file="b722-fcs"/>
<system file="b722-spoilers"/>
<flight_control name="none"/>
<aerodynamics file="Systems/b722-aerodynamics.xml"/>
<external_reactions file="Systems/b722-external-reactions"/>
</fdm_config>