vampire-yasim.xml 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- DH Vampire F3, StuartC
  3. Crew: Pilot only
  4. Length: 30 ft 9 in (9.37 m)
  5. Wingspan: 38 ft 0 in (11.58 m)
  6. Height: 6 ft 2 in (1.88 m)
  7. Max takeoff weight: 12,385 lb (5,618 kg)
  8. Engine Single 1,420 lbf (6.3 kN) de Havilland Goblin 2 turbojet
  9. Maximum speed: 530 mph at sea level (855 km/h)
  10. Range: 1,090 mi (1,755 km)
  11. Service ceiling: 40,000 ft (12,200 m)
  12. Armament:
  13. Four 20 mm Hispano cannons
  14. Two 500 lb (227 kg) or 1,000 lb (455 kg) bombs
  15. Eight 60lb (27kg) 3 in (76 mm) unguided rocket projectiles
  16. Some Vampires were retro-fitted with Sidewinder missile guidance systems
  17. -->
  18. <airplane mass="7283">
  19. <approach speed="110" aoa="6" fuel="0.1">
  20. <control-setting axis="/controls/engines/engine[0]/throttle" value="0.2"/>
  21. <control-setting axis="/controls/engines/engine[1]/throttle" value="0.2"/>
  22. <control-setting axis="/controls/flight/flaps" value="1"/>
  23. <control-setting axis="/controls/gear/gear-down" value="1"/>
  24. <solve-weight idx="0" weight="170"/>
  25. </approach>
  26. <cruise speed="476" alt="25000" fuel="0.4">
  27. <control-setting axis="/controls/engines/engine[0]/throttle" value="1"/>
  28. <control-setting axis="/controls/engines/engine[1]/throttle" value="1"/>
  29. <control-setting axis="/controls/flight/flaps" value="0"/>
  30. <control-setting axis="/controls/gear/gear-down" value="0"/>
  31. <solve-weight idx="0" weight="170"/>
  32. </cruise>
  33. <cockpit x="1.3" y="0.0" z="0.7"/>
  34. <!-- Fuselage with engine on top -->
  35. <!-- fuselage ax="3.25" ay="0" az="-0.25" bx="-2.42" by="0" bz="-0.2" width="1.4" taper="0.3" midpoint="0.50"/ -->
  36. <fuselage ax="2.05" ay="0" az="0.35" bx="0.55" by="0" bz="0.55" width="0.65" taper="0.22" midpoint="0.4"/>
  37. <fuselage ax="3.25" ay="0" az="-0.25" bx="2.89" by="0" bz="-0.23" width="0.65" taper="0.28" midpoint="1"/>
  38. <fuselage ax="2.9" ay="0" az="-0.23" bx="2.32" by="0" bz="-0.18" width="1.0" taper="0.64" midpoint="1"/>
  39. <fuselage ax="2.35" ay="0" az="-0.18" bx="0.4" by="0" bz="-0.12" width="1.31" taper="0.76" midpoint="1"/>
  40. <fuselage ax="0.42" ay="0" az="-0.12" bx="-0.57" by="0" bz="-0.12" width="1.31" taper="0.96" midpoint="0"/>
  41. <fuselage ax="-0.55" ay="0" az="-0.12" bx="-1.32" by="0" bz="-0.14" width="1.258" taper="0.82" midpoint="0"/>
  42. <fuselage ax="-1.3" ay="0" az="-0.14" bx="-2.42" by="0" bz="-0.2" width="1.03" taper="0.48" midpoint="0"/>
  43. <fuselage ax="0.05" ay="1.4" az="0.02" bx="-5.45" by="1.4" bz="0.25" width="0.28" taper="1.0" midpoint="0.50"/>
  44. <fuselage ax="0.05" ay="-1.4" az="0.02" bx="-5.45" by="-1.4" bz="0.25" width="0.28" taper="1.0" midpoint="0.50"/>
  45. <!--
  46. incidence="1"
  47. twist="-1"
  48. -->
  49. <wing x="-0.38" y="2.94" z="-0"
  50. chord="1.92"
  51. length="2.48"
  52. taper="0.55"
  53. sweep="1.8"
  54. incidence="2"
  55. dihedral="3.4"
  56. twist="-1"
  57. camber="0.015">
  58. <stall aoa="16" width="5" peak="1.5"/>
  59. <flap0 start="0" end="0.01" lift="1.6" drag="2.2"/>
  60. <flap1 start="0" end="1" lift="1.3" drag="1.0"/>
  61. <control-input axis="/controls/flight/aileron" control="FLAP1" square="true" split="true"/>
  62. <control-input axis="/controls/flight/aileron-trim" control="FLAP1" split="true"/>
  63. <control-output control="FLAP0" side="left" prop="/surface-positions/left-flap-pos-norm"/>
  64. <control-output control="FLAP0" side="right" prop="/surface-positions/right-flap-pos-norm"/>
  65. <control-output control="FLAP0" prop="/surface-positions/flap-pos-norm"/>
  66. <control-output control="FLAP1" side="left" prop="/surface-positions/left-aileron-pos-norm"/>
  67. <control-output control="FLAP1" side="right" prop="/surface-positions/right-aileron-pos-norm"/>
  68. <control-output control="FLAP1" prop="/surface-positions/aileron-pos-norm"/>
  69. <control-speed control="FLAP0" transition-time="5"/>
  70. <control-speed control="FLAP1" transition-time="0.1"/>
  71. </wing>
  72. <!-- inner -->
  73. <mstab x="-0.21" y="0.4" z="-0.16"
  74. chord="3.38"
  75. length="0.92"
  76. taper="0.78"
  77. sweep="11.4"
  78. incidence="2"
  79. dihedral="3.4"
  80. camber="0.022">
  81. <stall aoa="16" width="5" peak="1.5"/>
  82. <flap0 start="0.28" end="1" lift="1.1" drag="7.5"/>
  83. <!-- <flap0 start="0.28" end="1" lift="1.6" drag="2.2"/> -->
  84. <control-input axis="controls/flight/speedbrake" control="FLAP0"/>
  85. <!-- <control-input axis="/controls/flight/flaps" control="FLAP0"/> -->
  86. <control-output control="FLAP0" prop="/surface-positions/speedbrake-pos-norm"/>
  87. <!-- <control-output control="FLAP0" side="left" prop="/surface-positions/left-flap-pos-norm"/>
  88. <control-output control="FLAP0" side="right" prop="/surface-positions/right-flap-pos-norm"/>
  89. <control-output control="FLAP0" prop="/surface-positions/flap-pos-norm"/>-->
  90. <control-speed control="FLAP0" transition-time="10"/>
  91. </mstab>
  92. <!-- middle -->
  93. <mstab x="-0.39" y="1.3" z="-0.1"
  94. chord="2.64"
  95. length="1.65"
  96. taper="0.73"
  97. sweep="-0.4"
  98. incidence="2"
  99. dihedral="3.4"
  100. camber="0.015">
  101. <stall aoa="16" width="5" peak="1.5"/>
  102. <spoiler start="0.18" end="0.74" lift="1.1" drag="7.5"/>
  103. <flap0 start="0.18" end="0.74" lift="1.6" drag="2.2"/>
  104. <control-input axis="controls/flight/speedbrake" control="SPOILER"/>
  105. <control-input axis="/controls/flight/flaps" control="FLAP0"/>
  106. <control-output control="SPOILER" prop="/surface-positions/speedbrake-pos-norm"/>
  107. <control-output control="FLAP0" side="left" prop="/surface-positions/left-flap-pos-norm"/>
  108. <control-output control="FLAP0" side="right" prop="/surface-positions/right-flap-pos-norm"/>
  109. <control-output control="FLAP0" prop="/surface-positions/flap-pos-norm"/>
  110. <control-speed control="FLAP0" transition-time="30"/>
  111. </mstab>
  112. <!-- tip -->
  113. <mstab x="-0.46" y="5.42" z="0.14"
  114. chord="1.056"
  115. length="0.36"
  116. taper="0.3"
  117. sweep="-4.4"
  118. incidence="1"
  119. dihedral="3.4"
  120. camber="0.015">
  121. <stall aoa="16" width="5" peak="1.5"/>
  122. </mstab>
  123. <hstab x="-4.83" y="0" z="0.48"
  124. chord="1.2"
  125. length="1.4"
  126. taper="1"
  127. sweep="0"
  128. camber="-0.0065"
  129. incidence="0">
  130. <stall aoa="20" width="9" peak="1.6"/>
  131. <flap0 start="0" end="0.88" lift="2.1" drag="1.2"/>
  132. <control-input axis="/controls/flight/elevator" square="false" control="FLAP0" />
  133. <control-input axis="/controls/flight/elevator-trim" control="FLAP0"/>
  134. <control-output control="FLAP0" prop="/surface-positions/elevator-pos-norm"/>
  135. </hstab>
  136. <vstab x="-4.792" y="1.4" z="0.1"
  137. chord="1.5"
  138. length="1.4"
  139. taper="0.2"
  140. sweep="26">
  141. <stall aoa="16" width="7" peak="1.5"/>
  142. <flap0 start="0" end="1" lift="1.7" drag="1.3"/>
  143. <control-input axis="/controls/flight/rudder" control="FLAP0" invert="true"/>
  144. <control-input axis="/controls/flight/rudder-trim" control="FLAP0" invert="true"/>
  145. <control-output control="FLAP0" prop="/surface-positions/rudder-pos-norm"/>
  146. </vstab>
  147. <vstab x="-4.792" y="-1.4" z="0.1"
  148. chord="1.5"
  149. length="1.4"
  150. taper="0.2"
  151. sweep="26">
  152. <stall aoa="16" width="7" peak="1.5"/>
  153. <flap0 start="0" end="1" lift="1.7" drag="1.3"/>
  154. <control-input axis="/controls/flight/rudder" control="FLAP0" invert="true"/>
  155. <control-input axis="/controls/flight/rudder-trim" control="FLAP0" invert="true"/>
  156. <control-output control="FLAP0" prop="/surface-positions/rudder-pos-norm"/>
  157. </vstab>
  158. <!--
  159. De havilland goblin 3. 3350lbf
  160. -->
  161. <jet x="-0.25" y="0" z="-0.2"
  162. n1-idle="30"
  163. n1-max="90"
  164. n2-idle="35"
  165. n2-max="95"
  166. egt="850"
  167. tsfc="1.39"
  168. mass="1550"
  169. thrust="3350" >
  170. <actionpt x="-2.28" y="0" z="-0.2"/>
  171. <control-input axis="/controls/engines/engine[0]/throttle" control="THROTTLE"/>
  172. </jet>
  173. <!-- Undercarriage -->
  174. <!-- nose -->
  175. <gear x="3.0" y="0" z="-1.28"
  176. retract-time="7"
  177. compression="0.7"
  178. spring="1.1"
  179. damp="1.4"
  180. sfric="0.79"
  181. dfric="0.69">
  182. <control-input axis="/controls/flight/rudder" control="STEER" src0="-1.0" src1="1.0" dst0="-0.078" dst1="0.078"/>
  183. <control-input axis="/controls/gear/gear-down" control="EXTEND"/>
  184. <control-output control="EXTEND" prop="/gear/gear[0]/position-norm"/>
  185. <control-speed control="EXTEND" transition-time="7"/>
  186. </gear>
  187. <!-- left main -->
  188. <gear x="-0.189" y="1.587" z="-1.35"
  189. retract-time="7"
  190. compression="0.8"
  191. spring="0.85"
  192. damp="2"
  193. sfric="0.8"
  194. dfric="0.7">
  195. <control-input axis="/controls/gear/brake-left" control="BRAKE"/>
  196. <control-input axis="/controls/gear/brake-parking" control="BRAKE"/>
  197. <control-input axis="/controls/gear/gear-down" control="EXTEND"/>
  198. <control-output control="EXTEND" prop="/gear/gear[1]/position-norm"/>
  199. <control-speed control="EXTEND" transition-time="7"/>
  200. </gear>
  201. <!-- right main -->
  202. <gear x="-0.189" y="-1.587" z="-1.35"
  203. retract-time="7"
  204. compression="0.8"
  205. spring="0.85"
  206. damp="2"
  207. sfric="0.8"
  208. dfric="0.7">
  209. <control-input axis="/controls/gear/brake-right" control="BRAKE"/>
  210. <control-input axis="/controls/gear/brake-parking" control="BRAKE"/>
  211. <control-input axis="/controls/gear/gear-down" control="EXTEND"/>
  212. <control-output control="EXTEND" prop="/gear/gear[2]/position-norm"/>
  213. <control-speed control="EXTEND" transition-time="7"/>
  214. </gear>
  215. <weight x="1.46" y="0.0" z="0.21" mass-prop="/yasim/gloster-meteor/pilot-lb"/>
  216. <!-- <ballast x="3.9" y="0" z="-0.05" mass="900"/> -->
  217. <!-- Internal tanks
  218. 2*280 liter wings
  219. -->
  220. <tank x="0.46" y="-1.86" z="-0.0" jet="true" capacity="1000"/>
  221. <tank x="0.46" y="1.86" z="-0.0" jet="true" capacity="1000"/>
  222. <tank x="0.09" y="-2.93" z="-0.44" jet="true" capacity="250"/>
  223. <tank x="0.09" y="2.93" z="-0.44" jet="true" capacity="250"/>
  224. <!-- CG Theorique x=1.358 y=0 z=-0.260 -->
  225. <!-- x a 1.536 pour etre en avant des roues -->
  226. <ballast x="2.65" y="0" z="-0.1" mass="2750"/>
  227. </airplane>