CanberraBI8-readme.txt 9.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237
  1. English Electric canberra B(I)8 (YASim) readme.
  2. This is not an authentic representation of an English Electric
  3. Canberra B(I)8A-10 but it's based on the right numbers, where I could
  4. find them and there is a lot of guesswork in the fdm. It should also
  5. be noted that this a/c is still very much under development, in
  6. nearly every respect and there are several aspects which need
  7. fixing/improving.
  8. History
  9. -------
  10. The B(I)8 (Interdictor) version of the English Electric Canberra was
  11. normally fitted with either a low-drag cannon pack occupying the rear
  12. portion of the bomb-bay or a range of free-fall weapons. The a/c
  13. modelled here is carrying a single free-fall nuclear fission device
  14. (as far as I can ascertain, this device may have been a 'Red Beard'
  15. tactical nuclear bomb, of up to 60kt yield) and would have been
  16. delivered using the LABS (Low Altitude Bombing System) technique: The
  17. bomb sight is depressed to a particular angle (not known) and the a/c
  18. approaches the target at 1000ft agl at a speed of 425 kt. When the
  19. target aligns with the bomb sight a 3.5G pull-up is initiated and
  20. held. The bomb should be released as the attitude gyro starts to
  21. tumble and the manuevour is completed with an Immelmann.
  22. Model
  23. -----
  24. The model was originally constructed in Realsoft3D (linux beta V4.5),
  25. exported as a .OBJ format file and imported into AC3D where it was
  26. converted into .ac format and textured.
  27. The accuracy of the model is heavily dependent on the data and
  28. drawings available for it, and in most cases, the side, front and top
  29. views in a typical 3-view drawing rarely align correctly or measure
  30. consistently. For example, when the model is scaled to the correct
  31. length, the wing-span is likely to be a little out.
  32. Thanks to Vivian Meazza for letting me use the helmet and visor model
  33. from his Hawker Hunter aircraft.
  34. Flight Data Model
  35. -----------------
  36. The Flight Data Model uses the FlightGear YASim fdm solver, which
  37. uses a combination of aircraft geometry and performance data to
  38. generate the flight model.
  39. Apart from the basic length, span and height of the aircraft, most of
  40. the measurements needed for YASim are not generally available so
  41. after uniformly scaling the 3d model to one of the basic measurements
  42. i.e. length, the geometry data was taken from the model.
  43. While this may not give the most accurate numbers, with respect
  44. to the original aircraft, it does mean that what you fly matches
  45. pretty closely to what you see, at least as far as the geometry
  46. is concerned.
  47. The approach parameters have required even more guesswork. They
  48. are based upon a few photographs I was able to find showing the
  49. aircraft in what appeared to be the final approach stages, and
  50. whatever info I was able to find.
  51. Keyboard Mapping
  52. ----------------
  53. Several new keyboard mappings are (temporarily) set-up when this a/c
  54. is used. These are:
  55. 'C' (Shift-c) toggle (open/close) the canopy
  56. 'D' (Shift-d) toggle (open/close) the bomb bay doors.
  57. 'J' (shift-j) release the Red Beard bomb.
  58. 'K' (shift-k) toggle trajectory markers
  59. Both the canopy and bomb bay doors open when FG is started. The a/c
  60. also starts with the parking brake on and this should be released
  61. before trying to fly.
  62. Panels
  63. ------
  64. Currently, there are two simple 2D panels for the model, neither
  65. of which are in any way accurate - they are simply holders for
  66. the instruments. The 'vfr' panel includes the basic instruments
  67. needed for 'vfr' and calls the 'standard' FlightGear instruments
  68. from the FlightGear installation. The 'mini' panel includes a
  69. subset of the instruments on the 'vfr' panel, with a transparent
  70. background.
  71. In addition to the standard FG instruments, both panels also
  72. incorporate a number of custom instruments. These are mostly
  73. informational but two of them can be used to control some of the
  74. Autopilot functions - see below.
  75. Custom Controller Instruments
  76. -----------------------------
  77. There are two custom instruments on both the 'vfr' and 'mini'
  78. panels that can be used to control some of the autopilot
  79. functions. These are the speed controller and the altitude mode
  80. controller.
  81. AP Speed Controller
  82. -------------------
  83. The speed controller can be used to hold the aircraft speed by
  84. throttle, either to a set KIAS, or to a set mach value.
  85. Clicking with the mouse on the yellow 'K' will set the AP speed
  86. controller into KIAS hold, while clicking on the blue 'M' will
  87. set Mach hold. The numeric value displayed in either yellow or
  88. blue indicates the set speed, in either kias or mach,
  89. relatively. There is a small array of '+' and '-' characters to
  90. the left of the instrument and these can be used to increment or
  91. decrement the speed setting, in either 10kt or 1kt steps for
  92. kias or 0.1 and 0.01 steps for mach.
  93. AP Altitude Mode Controller
  94. ---------------------------
  95. The altitude mode controller appears as a strip reading
  96. AP Mode: AH TF TO IL MC
  97. The meaning of the different modes are:
  98. AH = Altitude Hold
  99. TF = Terrain Following
  100. TO = Automatic Take-Off
  101. IL = Automatic Instrument Landing
  102. MC = Mach Climb
  103. AH Mode
  104. -------
  105. The AH (Altitude Hold) function is intended to hold the aircraft
  106. at the altitude set in /autopilot/settings/target-altitude-ft.
  107. When engaged, the set altitude can be changed by using the
  108. standard FG keystrokes.
  109. TF Mode
  110. -------
  111. The TF (Terrain Following) function is intended to hold the
  112. aircraft at a constant distance above ground level (agl). The
  113. separation distance is set in /autopilot/settings/target-agl-ft.
  114. It is not currently possible to change this setting from either
  115. of the panels - it must be changed via the property browser.
  116. It should also be noted that FG does not currently provide a
  117. look-ahead function that could be used for a proper terrain
  118. following system so the current terrain following function works
  119. by simply checking the agl directly below the a/c. This means
  120. that the TF function can only react after the separation has
  121. increased or decreased and will not stop you from flying into
  122. steep sided ground elevations i.e. cliffs.
  123. TO Mode
  124. -------
  125. The TO (automatic take-off mode) function is intended to be used
  126. to automate the take-off process. It should be noted that the
  127. a/c has the parking-brake engaged when FG starts and this should
  128. be released before trying to take-off. When TO mode is engaged,
  129. the following sequence of actions take occur:
  130. The current heading of the a/c on the runway is set for both
  131. the ground-roll and in-air heading.
  132. The flaps are extended to 0.64
  133. Hold speed-with-throttle is engaged (KIAS mode)
  134. The wing-leveller is engaged
  135. Rudder/nose wheel steering is engaged.
  136. As soon as speed-with-throttle is engaged, the a/c will start
  137. accelerating down the runway and once it has sufficient speed it
  138. will rotate and lift off from the ground. Note that during the
  139. ground roll there is no specific means of keeping the a/c on the
  140. runway centre-line so while the a/c will hold the heading, there
  141. may be some drift across the runway in cross-winds.
  142. Once the a/c has climbed above 50ft agl, a climb-out pitch-hold
  143. controller is engaged, to hold the a/c at a constant pitch, the
  144. under-carriage is retracted, the rudder control is reset and the
  145. rudder re-centred.
  146. As the aircraft continues accelerating, the flaps are progressively
  147. retracted and once fully retracted the AP heading hold mode is
  148. switched to true-heading-hold, the speed control is set to
  149. mach-with-throttle and Mach-Climb mode (see below) is engaged. The
  150. final action is to disable the AP TO mode so that it cannot be
  151. engaged in flight.
  152. It is possible to set a number of way points before engaging the
  153. TO function but it is then necessary to hit Ctrl-h a couple of
  154. times to dis-engage true-heading-hold, which is set whenever a
  155. way point is entered, and re-centre the ailerons before TO is
  156. engaged. What will happen in this case is that once the
  157. take-off sequence has finished and true-heading-hold is engaged,
  158. the a/c will turn to the appropriate heading and follow the way
  159. points. If no way points have been set the take-off heading
  160. will be followed.
  161. IL Mode
  162. -------
  163. The IL (automatic instrument landing) function is designed to
  164. land the aircraft automatically, provided that the runway you
  165. wish to land on has an instrument landing system. It is assumed
  166. that the radio nav equipment will have already been correctly
  167. tuned for the intended landing runway.
  168. When engaged, the IL function will set nav1-heading-hold, set a
  169. pre-defined target speed and either climb or descend to get on to the
  170. glide-slope.
  171. Once a pre-defined vertical descent rate is exceeded the target speed
  172. for the AP speed controller is reduced and the 'speed-brakes' are
  173. deployed (1.0). As the speed drops the flaps are progressively
  174. deployed, the 'speed brakes' are progressively reduced and the
  175. undercarriage is extended.
  176. Once the ias drops below a pre-defined speed an AoA-hold-by-throttle
  177. controller is engaged and this will gradually reduce speed until
  178. an approach AoA of 2 degrees is achieved.
  179. Once the a/c drops below a pre-defined agl the AP controller switches
  180. to touch-down mode and will try to set the a/c down at around
  181. 0.1 vfps (currently it's between 2-3 vfps).
  182. MC Mode
  183. -------
  184. The MC (Mach Climb Mode) function is designed to command the
  185. highest climb rate that can be sustained for a given mach
  186. setting and is only enabled when mach-hold-by-throttle is
  187. selected on the AP Speed Controller. This function has some
  188. limitations, one being that it works best when the aircraft is
  189. travelling below the set mach number and is accelerating. If
  190. the aircraft is already travelling at the set mach number the
  191. climb rate is likely to be very low and it may be necessary to
  192. temporarily reduce speed, and then increase it again (using the
  193. AP Speed Controller) or force a climb by pulling back on the
  194. stick.
  195. Lee Elliott. 2004/09/16