-
Notifications
You must be signed in to change notification settings - Fork 18
/
A330-300-PW.xml
148 lines (137 loc) · 3.71 KB
/
A330-300-PW.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
142
143
144
145
146
147
148
<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="http://jsbsim.sourceforge.net/JSBSim.xsl"?>
<!-- Copyright (c) 2022 Josh Davidson (Octal450) -->
<fdm_config name="Airbus_A330" version="2.0" release="BETA"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd">
<fileheader>
<author>Joshua Davidson (Octal450)</author>
<version>Pre V1.0</version>
<description>A33X FDE</description>
</fileheader>
<metrics file="Systems/a333-metrics"/>
<mass_balance file="Systems/a333-mass-balance"/>
<ground_reactions file="Systems/a333-ground-reactions"/>
<propulsion>
<engine file="pw4168_1">
<location unit="M">
<x> -2.7034 </x>
<y> -9.40138 </y>
<z> -1.89664 </z>
</location>
<orient unit="DEG">
<roll> 0.0 </roll>
<pitch> 2.2 </pitch>
<yaw> 1 </yaw>
</orient>
<feed>3</feed>
<thruster file="direct">
<location unit="M">
<x> -2.7034 </x>
<y> -9.40138 </y>
<z> -1.89664 </z>
</location>
<orient unit="DEG">
<roll> 0.0 </roll>
<pitch> 2.2 </pitch>
<yaw> 1 </yaw>
</orient>
</thruster>
</engine>
<engine file="pw4168_2">
<location unit="M">
<x> -2.7034 </x>
<y> 9.40138 </y>
<z> -1.89664 </z>
</location>
<orient unit="DEG">
<roll> 0.0 </roll>
<pitch> 2.2 </pitch>
<yaw> -1 </yaw>
</orient>
<feed>4</feed>
<thruster file="direct">
<location unit="M">
<x> -2.7034 </x>
<y> 9.40138 </y>
<z> -1.89664 </z>
</location>
<orient unit="DEG">
<roll> 0.0 </roll>
<pitch> 2.2 </pitch>
<yaw> -1 </yaw>
</orient>
</thruster>
</engine>
<tank type="FUEL"> <!-- Left Wing Tank -->
<location unit="M">
<x> 0.80086 </x>
<y> 0 </y>
<z> 0.25204 </z>
</location>
<capacity unit="LBS"> 67803 </capacity>
<contents unit="LBS"> 15000 </contents>
<standpipe unit="LBS">31</standpipe><!-- minimun fuel on pipes -->
<priority>1</priority>
<type>JET-A1</type>
<temperature>50</temperature>
</tank>
<tank type="FUEL"> <!-- Center Tank -->
<location unit="M">
<x> 0.83086 </x>
<y> 0 </y>
<z> 0.25204 </z>
</location>
<capacity unit="LBS"> 60925 </capacity>
<contents unit="LBS"> 10000 </contents>
<standpipe unit="LBS">43</standpipe><!-- minimun fuel on pipes -->
<priority>1</priority>
<type>JET-A1</type>
<temperature>50</temperature>
</tank>
<tank type="FUEL"> <!-- Right Wing Tank -->
<location unit="M">
<x> 0.80086 </x>
<y> 0 </y>
<z> 0.25204 </z>
</location>
<capacity unit="LBS"> 67803 </capacity>
<contents unit="LBS"> 15000 </contents>
<standpipe unit="LBS">31</standpipe><!-- minimun fuel on pipes -->
<priority>1</priority>
<type>JET-A1</type>
<temperature>50</temperature>
</tank>
<tank type="FUEL"> <!-- Engine 1 Pipes -->
<location unit="M">
<x> 0.48086 </x>
<y> 0 </y>
<z> 0.25204 </z>
</location>
<capacity unit="LBS">10</capacity>
<contents unit="LBS">0</contents>
<priority>1</priority>
<type>JET-A1</type>
</tank>
<tank type="FUEL"> <!-- Engine 2 Pipes -->
<location unit="M">
<x> 0.48086 </x>
<y> 0 </y>
<z> 0.25204 </z>
</location>
<capacity unit="LBS">10</capacity>
<contents unit="LBS">0</contents>
<priority>1</priority>
<type>JET-A1</type>
</tank>
</propulsion>
<system file="fuel"/>
<system file="glass-effect"/>
<system file="a333-fcs"/>
<system file="a330-spoiler"/>
<system file="a330-lights"/>
<system file="a330-engine-fire"/>
<flight_control name="none"/>
<aerodynamics file="Systems/a333-aerodynamics.xml"/>
<external_reactions file="Systems/a333-external-reactions"/>
</fdm_config>