Skip to content
View in the app

A better way to browse. Learn more.

The AVSIM Community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

A rough density Altitude equation

Featured Replies

based on calculation #3 from this page:http://wahiduddin.net/calc/density_altitude.htmI have the xml for a rough density altitude calculation, if anyone needs one: (A:AMBIENT PRESSURE,millibars) 100 * (>L:pascals,enum) (A:AMBIENT TEMPERATURE,celsius) 273.15 + 287 * (>L:kelvintemp,enum) (L:pascals,enum) (L:kelvintemp,enum) / (>L:calculatedDA,enum) Where: (L:calculatedDA,enum) will give density altitude in kg/m3Steve

Hi,This would be a shorter version (not tested):(A:AMBIENT PRESSURE,Pa) (A:AMBIENT TEMPERATURE,kelvin) 287 * / (>L:CalculatedDA, kilogram per cubic meter)Tom

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.