This section continues the worksheet implementation of the dynamics formulas. [sociallocker][/sociallocker] Longitudinal Aircraft Dynamics #7- worksheet implementation of the real dynamics by George Lungu – This section continues with the dynamics formulas governing our 2D plane and their worksheet implementation. Some Reynolds number corrections: – We introduced one single named cell for the Reynolds number (Re) when in fact there… Read More... "Longitudinal Aircraft Dynamics #7 – worksheet implementation of the dynamics equations (b)"
Longitudinal Aircraft Dynamics #6 – worksheet implementation of the dynamics equations (a)
In this section, the parameters cl, cd and cm are scaled back to the force of lift, drag and the pitching moment of the aircraft. After that, the numerical modeling scheme is described together with the macros behind it. At the end, the formulas for the angles of attack of the wing and the horizontal stabilizer are introduced. [sociallocker][/sociallocker] Longitudinal Aircraft Dynamics #6- worksheet… Read More... "Longitudinal Aircraft Dynamics #6 – worksheet implementation of the dynamics equations (a)"
Moment of Force and Torque Calculation
This is an addition to a previous post, introducing the reader to different ways of calculating the moment of a force and the torque of a couple. This information will be useful in aircraft dynamics models. Calculating the moment of force by George Lungu – This tutorial presents a few ways of calculating the moment of force or torque. It… Read More... "Moment of Force and Torque Calculation"
Longitudinal Aircraft Dynamics #5 – finishing the aircraft
This section finalizes the aircraft (glider) by inserting the wing, the horizontal stabilizer and a center of gravity (CG) sprite in the layout. [sociallocker][/sociallocker] Longitudinal Aircraft Dynamics #5- putting the glider together by George Lungu – This section puts together the fuselage, main wing and stabilizer with the proper scale, shift and rotation determined by the input parameters. Scaling and… Read More... "Longitudinal Aircraft Dynamics #5 – finishing the aircraft"
Newton Generalized Treatment
Most of people have heard of Newton’s second law, mass, moment of inertia or the definition of the acceleration both linear and angular. The stuff presented here is elementary (9th grade), yet it is generally not properly understood. What happens when one applies a bunch arbitrary forces on an arbirtarily shaped body? The resultant force vector produces a linear acceleration… Read More... "Newton Generalized Treatment"
Longitudinal Aircraft Dynamics #4 – virtual aircraft definition
This section of the tutorial explains how to create the 2D aircraft components for the animated longitudinal stability model. The first part deals with extracting the x-y coordinates for the fuselage, canopy, vertical stabilizer and rudder. The second part handles the main wing airfoil and the horizontal stabilizer airfoil. All thses parts will be put together in the next section.… Read More... "Longitudinal Aircraft Dynamics #4 – virtual aircraft definition"
Longitudinal Aircraft Dynamics #3 – layout parameters and wireframe fuselage generation
This section discusses the layout of the virtual plane and provides for the worksheet implementation of the plane dimensions as input parameters controlled by spin buttons and macros. In the final part a freeform is used to generate raw data for the fuselage. [sociallocker][/sociallocker] Longitudinal Aircraft Dynamics #3- defining the virtual aircraft by George Lungu – This section of the tutorial… Read More... "Longitudinal Aircraft Dynamics #3 – layout parameters and wireframe fuselage generation"
Longitudinal Aircraft Dynamics #2 – 2D polynomial interpolation of parameters cl, cd and cm
In the previous section, the main wing airfoil and the horizontal stabilizer airfoil were simulated using Xflr5. The three coefficients, lift, drag and moment were then interpolated on charts in Excel using 4th and 5th order polynomials. This section shows a few tricks about how to easily introduce those 60 equations as spreadsheet formulas in Excel ranges. It also presents a simple linear interpolation method across the Reynolds… Read More... "Longitudinal Aircraft Dynamics #2 – 2D polynomial interpolation of parameters cl, cd and cm"
Longitudinal Aircraft Dynamics #1 – using Xflr5 to model the main wing, the horizontal stabilizer and extracting the polynomial trendlines for cl, cd and cm
This is a tutorial about using a free aerodynamic modeling package (Xflr5) to simulate two airfoils in 2D (the main wing and the horizontal stabilizer) for ten different Reynolds numbers, then using Excel to extract the approximate polynomial equations of those curves (cl, cd and cm) and based on them, simulate a 2D aircraft as an animated model. This section deals with… Read More... "Longitudinal Aircraft Dynamics #1 – using Xflr5 to model the main wing, the horizontal stabilizer and extracting the polynomial trendlines for cl, cd and cm"
Aerodynamics Naive #3 – a brief introduction to Xflr5, a virtual wind tunnel
The previous section implemented and charted the ping-pong polar diagrams in a spreadsheet and showed a reasonable similarity, for moderate angles of attack, between these diagrams and the ones modeled using Xflr5, a virtual wind tunnel. This section introduce the concept Reynolds number and it also contains a very brief introduction to Xflr5, the free virtual wind tunnel software. Aerodynamics… Read More... "Aerodynamics Naive #3 – a brief introduction to Xflr5, a virtual wind tunnel"
Aerodynamics Naive #2 – spreadsheet implementation of the Ping-Pong polar diagrams
This section of the tutorial implements the lift and drag formulas in a worksheet, creating and charting the polar diagrams for an ultra simplified ping-pong model of an airfoil. Comparing these diagrams with ones obtained by using a virtual wind tunnel (XFLR5) we can see a decent resemblance for moderate angles of attack (smaller than about 8 degrees in absolute value).… Read More... "Aerodynamics Naive #2 – spreadsheet implementation of the Ping-Pong polar diagrams"
Aerodynamics Naive #1 – deriving the Ping-Pong airfoil polar diagrams
This is the ping-pong aerodynamic analogy. The wing is a ping pong bat and the air is a bunch of evenly spaced array of ping pong balls. It is a naive model but, as we will see in a later post, the polar diagrams derived from this analogy (between -12 to +12 degrees of angle of attack) are surprisingly close shape wise to the real diagrams of a thin,… Read More... "Aerodynamics Naive #1 – deriving the Ping-Pong airfoil polar diagrams"
How Do They Fly? – an intuitive look into lift generation and flight stability
Have you ever wondered why the flight attendants of a half empty airliner talk people into moving to the front half of the plane? Have you ever wondered why a flying wing can fly without a tail or why the stability of some of these flying wing can be controlled only by computer? Or why a 12 pack stored in at… Read More... "How Do They Fly? – an intuitive look into lift generation and flight stability"
VertX – a Very Useful Macro for Extracting the Vertex Coordinates of Freeforms – part #2
The first macro created in this section of the tutorial improves on the previously developed macro by correcting the up-down orientation of the shape, referencing the shape position to the coordinate of the first drawn point and closing the shape by repeating the coordinates of the first point at the end of the table. A last macro is then created which… Read More... "VertX – a Very Useful Macro for Extracting the Vertex Coordinates of Freeforms – part #2"