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.

Formula for X-Wind component

Featured Replies

  • Commercial Member

Anyone have a formula to calculate an X-wind component on takeoff.I've been playing with this one, but it's not working out well. There is also the issue of magnetic variation, and I still need to work the GPS_MagVar into the formula.xwindcomponent = windspeed * sin ( windir - runwaydir ) ;//Where:runwaydir = runway * 10 ; // Example: Runway 34 = 340 windir = AMBIENT_WIND_DIRvar.var_value.n ; windspeed = AMBIENT_WIND_VELvar.var_value.n ;Cheers,Bryan

Bryan,You have the right formula, but the direction values need to be in radians ,multiply by pi over 180 to get radians.xwindcomponent = windspeed * sin((winddir * pi/180)-(runwaydir * pi/180));RegardsErnie.

ea_avsim_sig.jpg
  • Author

Hi,You could just use the sim var AMBIENT WIND X, which gives the wind component on the X axis, in meters per second (for C gauges), or translable to knots units in XML.I believe positive values were for right wind and negative for left, or maybe otherwise, I'm not sure.Tom

  • Author

Ed, you're right. The variable I was thinking is AIRCRAFT WIND X.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.