8000 GitHub - komed3/top-737-800: Java app to calculate take off speeds (v1, vr and v2) for a Boeing 737-800.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Java app to calculate take off speeds (v1, vr and v2) for a Boeing 737-800.

License

Notifications You must be signed in to change notification settings

komed3/top-737-800

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Boeing 737-800 take off speed calculator

Calculate take off performance (v1, vr and v2) for Boeing 737-800:

  • v1: maximum speed up to which a start abort may be initiated
  • vr: speed when pilot lifts nose of aircraft to take off
  • v2: minimum speed to climb safely even with engine failure

Do not use for real life flight! Valid for flight simulation use only!

Screenshot of the calculator

Required arguments

  • temperature (°C)
  • pressure (inHg)
  • elevation (ft)
  • available runway (ft)
  • weight (kg)
  • Flaps position [1, 5, 15]
  • Wet runway?

Compile Java file

Download and install jdk and run the following command: javac top.java

After that you can execute the program with: java top

Data source

take off speeds

URL: b737.org.uk

About

Java app to calculate take off speeds (v1, vr and v2) for a Boeing 737-800.

Topics

Resources

License

Stars

Watchers

Forks

0