Boeing 787-8 Dreamliner: Difference between revisions

Jump to navigation Jump to search
m
no edit summary
m (Update forum links)
mNo edit summary
Line 1: Line 1:
{{infobox Aircraft
{{infobox Aircraft
|ready = aircraftmonth
|ready       = aircraftmonth
|image      = Boeing-787-8-splash.png
|image      = Boeing-787-8-splash.png
|name        = Boeing 787-8 Dreamliner
|name        = Boeing 787-8 Dreamliner
Line 8: Line 8:
|fdm        = JSBSim
|fdm        = JSBSim
|status      = In Development
|status      = In Development
|authors    = Omega95, Redneck, Awexome, Bicyus, ScottH1, Hooray, Zan, NickyIvyCA, Jentron, Thorsten, OT-666, Tikibar and Joshua Wilson | See Authors.txt for more info.
|authors    = Omega95, Redneck, Awexome, Bicyus, ScottH1, Hooray, Zan, NickyIvyCA, Jentron, Thorsten, OT-666, Tikibar and Joshua Wilson (See Authors.txt for more info)
|fgname      = 787-8
|fgname      = 787-8
|status-fdm = 4
|status-fdm = 4
Line 17: Line 17:
|development = http://forum.flightgear.org/viewtopic.php?f=4&t=15333
|development = http://forum.flightgear.org/viewtopic.php?f=4&t=15333
}}
}}
The '''Boeing 787-8 Dreamliner''' project was aimed at improving the systems and [[cockpit]] of the [[Boeing 787|old Boeing 787]]. Initially undertaken by Omega95 and Redneck, the project led to a major overhaul and redevelopment of the predecessor model, with only the main aircraft model and liveries yet to be modified. An interesting change and key feature of the new model is the impementation of a new [[Flight Dynamics Model]] based on the [[JSBSim]]. This was created using much data from [http://www.lissys.demon.co.uk/samp1/desmis.html -- the Piano tool]. Other interesting new features include the development of a 'cool' glass cockpit with highly detailed Boeing 787-8 instruments; and many advanced systems such as the Hydraulics, Pneumatics, Heating, Fuel System and Fly-By-Wire functionality.
The '''Boeing 787-8 Dreamliner''' project was aimed at improving the systems and [[cockpit]] of the [[Boeing 787|old Boeing 787]]. Initially undertaken by Omega95 and Redneck, the project led to a major overhaul and redevelopment of the predecessor model, with only the main aircraft model and liveries yet to be modified. An interesting change and key feature of the new model is the impementation of a new [[Flight Dynamics Model]] based on the [[JSBSim]]. This was created using much data from [http://www.lissys.demon.co.uk/samp1/desmis.html -- the Piano tool]. Other interesting new features include the development of a 'cool' glass cockpit with highly detailed Boeing 787-8 instruments; and many advanced systems such as the Hydraulics, Pneumatics, Heating, Fuel System and Fly-By-Wire functionality.


Line 49: Line 47:


The forum topic for the Vertical Situation Display Development can be found here. [http://forum.flightgear.org/viewtopic.php?f=30&t=15200]
The forum topic for the Vertical Situation Display Development can be found here. [http://forum.flightgear.org/viewtopic.php?f=30&t=15200]
Hooray is also working on a Wiki HowTo on implementing the VSD in nasal. [http://wiki.flightgear.org/Howto:_Implement_a_Vertical_Situation_Display_in_Nasal]
Hooray is also working on a Wiki HowTo on implementing the VSD in nasal. [[Howto: Implement a Vertical Situation Display in Nasal]]


==New Navigation Display==
==New Navigation Display==
Line 101: Line 99:
NOTE : To be able to activate alpha-protection, roll-protection and auto-stabilizer, you need to be atleast higher than 3500 feet. This is so that the fly-by-wire doesn't interrupt your approach.  
NOTE : To be able to activate alpha-protection, roll-protection and auto-stabilizer, you need to be atleast higher than 3500 feet. This is so that the fly-by-wire doesn't interrupt your approach.  


We've also created a tutorial which shows how you can implement the fly-by-wire we wrote for your aircraft : [http://wiki.flightgear.org/Howto:_Implement_a_Fly-By-Wire_System_for_Airliners]
We've also created a tutorial which shows how you can implement the fly-by-wire we wrote for your aircraft : [[Howto: Implement a Fly-By-Wire System for Airliners]]


==Automatic Vertical Navigation==
==Automatic Vertical Navigation==
Line 158: Line 156:


==World Map and Flight Path Plotter==
==World Map and Flight Path Plotter==


[[File:787-8-wmap.jpeg|300px|thumb|Boeing 787-8 Satellite Imaging]]
[[File:787-8-wmap.jpeg|300px|thumb|Boeing 787-8 Satellite Imaging]]
Line 176: Line 173:
===FMS Navigational and Terminal Procedures Data===
===FMS Navigational and Terminal Procedures Data===


The Boeing 787-8 Dreamliner and the Airbus A380 (being developed by Scott Hamilton) uses Scott's Level-D 767 NAVDATA Parser to get Navigational Data and Terminal Procedures into the aircraft's Flight Management Computer (Flight Management System on the A380). The FMS Data can be downloaded as an extractable '''*.exe''' file from http://www.filestube.com/source.html?token=f6f36bf2e8d20ecb03ea but we also have FMS Data files for individual airports on Git with the Boeing 787-8 Project. Download specific Airport NavData XML files from the Source Tree of the git://gitorious.org/fg-boeing-787-8/fms-data.git Repository. You can also download master as a '''*.tar.gz''' from https://gitorious.org/fg-boeing-787-8.
The Boeing 787-8 Dreamliner and the Airbus A380 (being developed by Scott Hamilton) uses Scott's Level-D 767 NAVDATA Parser to get Navigational Data and Terminal Procedures into the aircraft's Flight Management Computer (Flight Management System on the A380). The FMS Data can be downloaded as an extractable '''*.exe''' file from http://www.filestube.com/source.html?token=f6f36bf2e8d20ecb03ea but we also have FMS Data files for individual airports on Git with the Boeing 787-8 Project. Download specific Airport NavData XML files from the source tree of the ''git://gitorious.org/fg-boeing-787-8/fms-data.git'' repository. You can also download master as a '''*.tar.gz''' from https://gitorious.org/fg-boeing-787-8.


By default, the 787-8 contains navigational data for the following airport - WSSS, YBBN, KLAX, KJFK, EGKK for testing purposes and as the Flight Management Computer Tutorial is a flight from KLAX to KJFK.
By default, the 787-8 contains navigational data for the following airport - WSSS, YBBN, KLAX, KJFK, EGKK for testing purposes and as the Flight Management Computer Tutorial is a flight from KLAX to KJFK.
Line 194: Line 191:
Fix geodinfo() so that it may provide access to tiles not yet loaded, i.e. tiles that are not "visible" (which is the limiting factor currently). This will also be useful for the local weather system and probably a number of related scripts.  
Fix geodinfo() so that it may provide access to tiles not yet loaded, i.e. tiles that are not "visible" (which is the limiting factor currently). This will also be useful for the local weather system and probably a number of related scripts.  


{{cquote|The tile manager is capable of satisfying multiple requests. Anyone can give it a position, range and a timeout. It will then try to load all tiles in the range specified. And it will stop loading them after the timeout - unless you have updated the request with a new timeout. So you could tell it every 5 seconds that you're interested in a certain area around the aircraft, and use a timeout of 5,01 seconds. A matter of memory and loading speed though.<ref>{{cite web |url=http://www.mail-archive.com/flightgear-devel@lists.sourceforge.net/msg33348.html |title=Future Weather System |last=Brehm |first=Thorsten |work=FlightGear-devel mailinglist |date 1 August 2011 }}</ref>|Thorsten Brehm}}
{{cquote|The tile manager is capable of satisfying multiple requests. Anyone can give it a position, range and a timeout. It will then try to load all tiles in the range specified. And it will stop loading them after the timeout - unless you have updated the request with a new timeout. So you could tell it every 5 seconds that you're interested in a certain area around the aircraft, and use a timeout of 5,01 seconds. A matter of memory and loading speed though.<ref>{{cite web |url=http://www.mail-archive.com/flightgear-devel@lists.sourceforge.net/msg33348.html |title=Future Weather System |last=Brehm |first=Thorsten |work=FlightGear-devel mailinglist |date 1 August 2011}}</ref>|Thorsten Brehm}}


=Glass Cockpit=
=Glass Cockpit=
Line 300: Line 297:


The aircraft has a built-in failure simulation dialog where you can get different systems to fail in different ways. The failure simulation dialog can do the following:
The aircraft has a built-in failure simulation dialog where you can get different systems to fail in different ways. The failure simulation dialog can do the following:
*Flame-out any of the engines
* Flame-out any of the engines
*Fail any of the engines
* Fail any of the engines
*Set any of the engines on fire
* Set any of the engines on fire
*Burst any of the Wheel Tyres
* Burst any of the Wheel Tyres
*Have a gear unit ''break-off''
* Have a gear unit ''break-off''
*Stuck a gear unit in it's current position
* Stuck a gear unit in it's current position
*Fail individual hydraulic systems
* Fail individual hydraulic systems
*Overheat any of the hydraulic or fuel pumps
* Overheat any of the hydraulic or fuel pumps
*Fault any of the hydraulic or fuel pumps
* Fault any of the hydraulic or fuel pumps


Other general failures like Electrical, Static etc. have not been implemented in this dialog as they can already be controlled with FlightGear's Generic System Failures dialog.
Other general failures like Electrical, Static etc. have not been implemented in this dialog as they can already be controlled with FlightGear's Generic System Failures dialog.
Line 315: Line 312:


'''IMPORTANT!'''
'''IMPORTANT!'''
*In case of an engine surge, (this cannot be toggled by user as it requires certain weather conditions and N1 to occur) immediately reduce throttle and get the N1 under 65%. If you're flying too fast, try to slow down and avoidance extreme weather (heavy rain and snow) would be a nice idea if you want to prevent surges.
*In case of an engine surge, (this cannot be toggled by user as it requires certain weather conditions and N1 to occur) immediately reduce throttle and get the N1 under 65%. If you're flying too fast, try to slow down and avoidance extreme weather (heavy rain and snow) would be a nice idea if you want to prevent surges.
*In case of an engine fire, pull the respective engine's fire extinguisher lever (it's right behind the throttle quadrant) and cutoff fuel to that engine. If the fire persists and you don't extinguish it, the engine may face an explosion and severe damage will be inflicted, leaving that engine unusable (basically, you can't restart it)
*In case of an engine fire, pull the respective engine's fire extinguisher lever (it's right behind the throttle quadrant) and cutoff fuel to that engine. If the fire persists and you don't extinguish it, the engine may face an explosion and severe damage will be inflicted, leaving that engine unusable (basically, you can't restart it)


Line 388: Line 383:
=Boeing 787-8 Wiki Sub-Pages=
=Boeing 787-8 Wiki Sub-Pages=


*[[Boeing 787-8 Dreamliner: Operating Manual and Checklists]]
* [[Boeing 787-8 Dreamliner: Operating Manual and Checklists]]
*[[Boeing 787-8 Dreamliner: Video Tutorials]]
* [[Boeing 787-8 Dreamliner: Video Tutorials]]
*[[Boeing 787-8 Dreamliner: Control Display Unit Reference Manual]]
* [[Boeing 787-8 Dreamliner: Control Display Unit Reference Manual]]
*[[Boeing 787-8 Dreamliner: Flightplan and Procedures Tutorial]]
* [[Boeing 787-8 Dreamliner: Flightplan and Procedures Tutorial]]


=Aircraft Status and ToDo List=
=Aircraft Status and ToDo List=
Line 397: Line 392:
==Flight Dynamics Model: 4==
==Flight Dynamics Model: 4==


*The Boeing 787-8 has a JSBSim FDM matching a lot of results from http://www.lissys.demon.co.uk/samp1/desmis.html
* The Boeing 787-8 has a JSBSim FDM matching a lot of results from http://www.lissys.demon.co.uk/samp1/desmis.html
*We don't have more detailed test results. so we can't test everything yet. Once we get that, we need to tune the FDM further.
* We don't have more detailed test results. so we can't test everything yet. Once we get that, we need to tune the FDM further.


==Aircraft Systems: 5==
==Aircraft Systems: 5==


*The Aircraft has very advanced systems imitating realistic systems from the real 787.
* The Aircraft has very advanced systems imitating realistic systems from the real 787.
*Random/Checkable Failures purposely haven't been implemented as random is never realistic. But Engine failures, ice etc. occur in the appropriate conditions.
* Random/Checkable Failures purposely haven't been implemented as random is never realistic. But Engine failures, ice etc. occur in the appropriate conditions.
*The 787-8 has very advanced instruments, flight management computer, hydraulic, electric, pneumatic, heating, fuel etc. systems.
* The 787-8 has very advanced instruments, flight management computer, hydraulic, electric, pneumatic, heating, fuel etc. systems.


==Cockpit and Instruments: 4==
==Cockpit and Instruments: 4==


*The cockpit is very detailed and most buttons are there and functional.
* The cockpit is very detailed and most buttons are there and functional.
*The instrument displays are very advanced and functional, the ND could be replaced by a hard coded version though.
* The instrument displays are very advanced and functional, the ND could be replaced by a hard coded version though.
*A Camera View instrument is supposed to be there but isn't, but we're working on a hard coded camera view instrument.
* A Camera View instrument is supposed to be there but isn't, but we're working on a hard coded camera view instrument.
*The aircraft uses textures extracted from pictures and ambient occlusions created with blender.
* The aircraft uses textures extracted from pictures and ambient occlusions created with blender.
*The complete cockpit has been light-mapped and looks very good at night too.
* The complete cockpit has been light-mapped and looks very good at night too.


==Model: 4==
==Model: 4==


*The model is still from the old 787-8, there's the basic model without a cabin, rods aren't yet complete either.
* The model is still from the old 787-8, there's the basic model without a cabin, rods aren't yet complete either.
*The landing gears have been re-done and look a lot better now, but the model has a much better scope of improvement.
* The landing gears have been re-done and look a lot better now, but the model has a much better scope of improvement.
*The Model Rating has been taken right out of the old Boeing 787-8
* The Model Rating has been taken right out of the old Boeing 787-8


=Related content=
=Related content=
Line 424: Line 419:


{{Appendix|all|
{{Appendix|all|
* {{Cite web |url=http://www.bristol.ac.uk/aerospace/msc/avadi/units/projects/ub2009f/group7/7878summarysheet.pdf |title=787-8 Summary Sheet |date=21 January 2009 |publisher=Department of Aerospace Engineering, University of Bristol }}
* {{Cite web|url=http://www.bristol.ac.uk/aerospace/msc/avadi/units/projects/ub2009f/group7/7878summarysheet.pdf |title=787-8 Summary Sheet |date=21 January 2009 |publisher=Department of Aerospace Engineering, University of Bristol }}
* {{Cite web |url=http://www.wpafb.af.mil/shared/media/document/AFD-090121-023.pdf |title=The Boeing 787 Aircraft |work=Air Force HSI |publisher=Wright-Patterson Air Force Base }}
* {{Cite web|url=http://www.wpafb.af.mil/shared/media/document/AFD-090121-023.pdf |title=The Boeing 787 Aircraft |work=Air Force HSI |publisher=Wright-Patterson Air Force Base }}
* {{Cite web |url=http://www.boeing.com/commercial/aeromagazine/articles/qtr_4_07/AERO_Q407.pdf |title=AERO Quarterly |date=2007 |publisher=Boeing }}
* {{Cite web|url=http://www.boeing.com/commercial/aeromagazine/articles/qtr_4_07/AERO_Q407.pdf |title=AERO Quarterly |date=2007 |publisher=Boeing}}
----
----
{{references}}
{{references}}


'''Weather radar (wxradar)'''
'''Weather radar (wxradar)'''
* {{Cite web |url=http://www.smartcockpit.com/data/pdfs/flightops/aircraft/Collins_WXR-2100_Operator%27s_Guide.pdf |title=Collins WXR-2100 MultiScan™ Radar Fully Automatic Weather Radar |date=2003 |publisher=Rockwell Collins }}
* {{Cite web|url=http://www.smartcockpit.com/data/pdfs/flightops/aircraft/Collins_WXR-2100_Operator%27s_Guide.pdf |title=Collins WXR-2100 MultiScan™ Radar Fully Automatic Weather Radar |date=2003 |publisher=Rockwell Collins }}
* {{Cite web |url=http://www.ll.mit.edu/publications/journal/pdf/vol12_no2/12_2weatherradar.pdf |title=Weather Radar Development and Application Programs |last=Evans |first=James E. |coauthors=Weber, Mark E. |date=2000 |work=Lincoln Laboratory Journal }}
* {{Cite web|url=http://www.ll.mit.edu/publications/journal/pdf/vol12_no2/12_2weatherradar.pdf |title=Weather Radar Development and Application Programs |last=Evans |first=James E. |coauthors=Weber, Mark E. |date=2000 |work=Lincoln Laboratory Journal}}
}}
}}


[[File:787-8-cockpit-panorama.jpeg|800px|Panoramic View of the 787-8 Dreamliner Cockpit]]
{{boeing}}
{{boeing}}


[[Category:Airliners]]
[[Category:Airliners]]
[[File:787-8-cockpit-panorama.jpeg|800px|Panoramic View of the 787-8 Dreamliner Cockpit]]

Navigation menu