-
Notifications
You must be signed in to change notification settings - Fork 1
/
727-230-set.xml.patch
56 lines (50 loc) · 1.85 KB
/
727-230-set.xml.patch
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
--- 727-230-set.xml.orig 2013-05-16 07:01:44.492800297 -0700
+++ 727-230-set.xml 2013-05-17 10:09:42.151022093 -0700
@@ -15,7 +15,7 @@
<startup>
-<splash-texture>Aircraft/727-230/splash.png</splash-texture>
+<splash-texture>Aircraft/727-230/splash-tribute.png</splash-texture>
</startup>
<sound>
@@ -198,6 +198,44 @@
</gear>
+<!-- IAHMCOL: It creates 3 tanks, RW and LH capable of 1890 gallons
+ each. Center capable of 4310 gallons; for an standard option of
+ 8090 total gallons. Tanks start filled, and Center selected.
+ Ideally, when center tank (feeding the 3 engines) equalizes 1890
+ gallons, RW and LH should start feeding also, one engine per tank.
+ Switch for center vs 3 tank feeding configuration might be implemented.
+ Automatic switch of center vs 3 tank feeding might be implemented
+-->
+<!-- IAHMCOL suggests reading
+ http://wiki.flightgear.org/Howto:Write_a_fuel_system_in_JSBSim
+ for trying to implement fueling method
+-->
+<consumables>
+ <fuel>
+ <tank n="0">
+ <name type="string">Left Wing</name>
+ <density-ppg type="double">6.72</density-ppg>
+ <unusable-gal_us type="double">2.5</unusable-gal_us>
+ <level-gal_us type="double">1890</level-gal_us>
+ <selected type="bool">false</selected>
+ </tank>
+ <tank n="1">
+ <name type="string">Center</name>
+ <density-ppg type="double">6.72</density-ppg>
+ <unusable-gal_us type="double">2.5</unusable-gal_us>
+ <level-gal_us type="double">4310</level-gal_us>
+ <selected type="bool">true</selected>
+ </tank>
+ <tank n="2">
+ <name type="string">Right Wing</name>
+ <density-ppg type="double">6.72</density-ppg>
+ <unusable-gal_us type="double">2.5</unusable-gal_us>
+ <level-gal_us type="double">1890</level-gal_us>
+ <selected type="bool">false</selected>
+ </tank>
+ </fuel>
+</consumables>
+
<engines>
<engine n="0">