forked from NikolaiVChr/f16
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjsb-propulsion-block1.xml
121 lines (119 loc) · 2.86 KB
/
jsb-propulsion-block1.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
<?xml version="1.0"?>
<propulsion>
<engine file="F100-PW-200">
<location unit="IN">
<x> 0 </x>
<y> 0 </y>
<z> 0 </z>
</location>
<orient unit="DEG">
<roll> 0.0 </roll>
<pitch> 0 </pitch>
<yaw> 0 </yaw>
</orient>
<feed>0</feed>
<feed>1</feed>
<feed>2</feed>
<feed>3</feed>
<feed>4</feed>
<feed>5</feed>
<feed>6</feed>
<thruster file="direct">
<location unit="IN">
<x> 500 </x>
<y> 0 </y>
<z> 0 </z>
</location>
<orient unit="DEG">
<roll> 0.0 </roll>
<pitch> 0.0 </pitch>
<yaw> 0.0 </yaw>
</orient>
</thruster>
</engine>
<!--
This is a pseudo fuel system.
As can be read in manual it should have 12 tanks,
including possibility for 3 droptanks.
And engine only draws fuel from 2 of them.
Total internal JP-4 should be: 6625
Total external JP-4 should be: 9300 (the big tanks, there is 2 sizes)
-->
<tank type="FUEL"> <!-- FWD Tank -->
<location unit="IN">
<x> -208.5 </x>
<y> 0 </y>
<z> 0 </z>
</location>
<capacity unit="LBS"> 2812.5 </capacity>
<contents unit="LBS"> 2812.5 </contents>
<type>JP-4</type>
<priority> 3 </priority>
</tank>
<tank type="FUEL"> <!-- AFT Tank -->
<location unit="IN">
<x> -136.5 </x>
<y> 0 </y>
<z> 0 </z>
</location>
<capacity unit="LBS"> 2812.5 </capacity>
<contents unit="LBS"> 2812.5 </contents>
<type>JP-4</type>
<priority> 3 </priority>
</tank>
<tank type="FUEL"> <!-- Right External Tank -->
<location unit="IN">
<x> -196.5 </x>
<y> 80 </y>
<z> -40 </z>
</location>
<capacity unit="LBS"> 3996 </capacity>
<contents unit="LBS"> 0 </contents>
<type>JP-8</type>
<priority> 1 </priority>
</tank>
<tank type="FUEL"> <!-- Left External Tank -->
<location unit="IN">
<x> -196.5 </x>
<y> -80 </y>
<z> -40 </z>
</location>
<capacity unit="LBS"> 3996 </capacity>
<contents unit="LBS"> 0 </contents>
<type>JP-8</type>
<priority> 1 </priority>
</tank>
<tank type="FUEL"> <!-- Center External Tank -->
<location unit="IN">
<x> -196.5 </x>
<y> 0 </y>
<z> -50 </z>
</location>
<capacity unit="LBS"> 2040 </capacity>
<contents unit="LBS"> 0 </contents>
<type>JP-8</type>
<priority> 1 </priority>
</tank>
<tank type="FUEL"> <!-- Right wing tank -->
<location unit="IN">
<x> -193 </x>
<y> 80 </y>
<z> 0 </z>
</location>
<capacity unit="LBS"> 500 </capacity>
<contents unit="LBS"> 500 </contents>
<type>JP-4</type>
<priority> 2 </priority>
</tank>
<tank type="FUEL"> <!-- Left wing tank -->
<location unit="IN">
<x> -193 </x>
<y> -80 </y>
<z> 0 </z>
</location>
<capacity unit="LBS"> 500 </capacity>
<contents unit="LBS"> 500 </contents>
<type>JP-4</type>
<priority> 2 </priority>
</tank>
</propulsion>