Ground effect models #1350
Replies: 3 comments
-
|
Very interesting @seanmcleod70. This gave me an idea and I have created a notebook on Google Colab where, following your inspiration, a simple aerodynamics model (using the Vortex Lattice Method) has been used to compute the ground effect on a basic 737 unswept wing. Numerical computation of the ground effect - Google Colab. Well, believe or not, the computations are in the same ballpark than JSBSim. Of course, my code most likely contain some bugs but I found this interesting nonetheless. |
Beta Was this translation helpful? Give feedback.
-
|
@bcoconni very good discussion, thank you for sharing. |
Beta Was this translation helpful? Give feedback.
-
|
@bcoconni nice notebook and implementation. While looking into ground effect models I came across a number of references to using mirror image modelling to model the ground effect. One of the references I had in my writeup that I took a look at was this paper - Lifting-Line Predictions for Induced Drag and Lift in Ground Effect But hadn't come across any code examples like your notebook in terms of actually modelling it. I also came across this from Flight Dynamics - Robert Stengel, Second Edition pg. 105
I didn't figure out the original source for the JSBSim ground effect data. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I've written up a brief description and comparison of 3 different ground effect models, one being a fairly common one found in a number of JSBSim aircraft like the 737 model, and another one being a Boeing supplied full simulator model for the 747-100 years ago for NASA Ames, and lastly an Airbus provided model for use in a challenge for developing a better autoland control system.
https://seanmcleod70.github.io/FlightDynamicsCalcs/GroundEffectModels.html
Hopefully it might be useful for JSBSim modelers looking to add or improve the ground effect model in their particular FDM.
Beta Was this translation helpful? Give feedback.
All reactions