NicolasConstant / descent-app

Top of descent path calculator. Let's calculate your descent!

Home Page:https://descent.now.sh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

✈️ Top of descent calculator

Calculate your descent

twitter badge linkedin badge dev.to badge medium badge


In my free time, I often flying with the X Plane 11 simulator and recently I thought to create the Top of descent (TOD) calculator, to calculate descent path. TOD is the point when the aircraft should start to descent to approach or any other target altitude. The calculator which I created is not strictly accurate, because it just depends on aviation rules of thumb and simply trigonometry. But it is sufficient for the initial decision.


Calculate your descent here: descent.now.sh

Have ideas on how to improve it or found a bug? Feel free to share it on the GitHub Issues.

sound code gif

How it works

TOD point is just a distance, how much nautical miles (or other units) take the descent procedure from altitude A to B.

The main parameters we should have are origin altitude, destination altitude, and glideslope:

By simple trigonometry formula, we can calculate the distance:

Usually, when aircraft descending, it not only decreases altitude but reduces speed too. By the rule of thumb, 1 nautical mile for a speed reduction of 10 knots is a good value to start with. So we include it to the distance calculation:

The same rule of thumb is used to add the wind impact on distance. 1 nautical mile for 10 knots of head or tailwind.

Now we know how much distance takes the aircraft descent. But we need to calculate how fast we should descent to maintain the glideslope profile. The descent speed is called vertical speed (feet per minute) and is calculated by the following formula:


If you have any questions, feel free to ask. Feedback and questions are very appreciated.

Follow on Twitter, GitHub, and let’s connect on LinkedIn.

Also check my personal website: epranka.com

About

Top of descent path calculator. Let's calculate your descent!

https://descent.now.sh


Languages

Language:JavaScript 83.9%Language:HTML 11.8%Language:CSS 4.3%