The Vortex lattice method, (VLM), is a numerical method used in computational fluid dynamics, mainly in the early stages of aircraft design and in aerodynamic education at university level. The VLM models the lifting surfaces, such as a wing, of an aircraft as an infinitely thin sheet of discrete vortices to compute lift and induced drag. The influence of the thickness and viscosity is neglected.
VLMs can compute the flow around a wing with rudimentary geometrical definition. For a rectangular wing it is enough to know the span and chord. On the other side of the spectrum, they can describe the flow around a fairly complex aircraft geometry (with multiple lifting surfaces with taper, kinks, twist, camber, trailing edge control surfaces and many other geometric features).
By simulating the flow field, one can extract the pressure distribution or as in the case of the VLM, the force distribution, around the simulated body. This knowledge is then used to compute the aerodynamic coefficients and their derivatives that are important for assessing the aircraft's handling qualities in the conceptual design phase. With an initial estimate of the pressure distribution on the wing, the structural designers can start designing the load-bearing parts of the wings, fin and tailplane and other lifting surfaces. Additionally, while the VLM cannot compute the viscous drag, the induced drag stemming from the production of lift can be estimated. Hence as the drag must be balanced with the thrust in the cruise configuration, the propulsion group can also get important data from the VLM simulation.
John DeYoung provides a background history of the VLM in the NASA Langley workshop documentation SP-405.[1]
The VLM is the extension of Prandtl's lifting-line theory,[2] where the wing of an aircraft is modeled as an infinite number of Horseshoe vortices. The name was coined by V.M. Falkner in his Aeronautical Research Council paper of 1946.[3] The method has since then been developed and refined further by W.P. Jones, H. Schlichting, G.N. Ward and others.
Although the computations needed can be carried out by hand, the VLM benefited from the advent of computers for the large amounts of computations that are required.
Instead of only one horseshoe vortex per wing, as in the Lifting-line theory, the VLM utilizes a lattice of horseshoe vortices, as described by Falkner in his first paper on this subject in 1943.[4] The number of vortices used vary with the required pressure distribution resolution, and with required accuracy in the computed aerodynamic coefficients. A typical number of vortices would be around 100 for an entire aircraft wing; an Aeronautical Research Council report by Falkner published in 1949 mentions the use of an "84-vortex lattice before the standardisation of the 126-lattice" (p. 4).[5]
The method is comprehensibly described in all major aerodynamic textbooks, such as Katz & Plotkin,[6] Anderson,[7] Bertin & Smith[8] Houghton & Carpenter[9] or Drela,[10]
The vortex lattice method is built on the theory of ideal flow, also known as Potential flow. Ideal flow is a simplification of the real flow experienced in nature, however for many engineering applications this simplified representation has all of the properties that are important from the engineering point of view. This method neglects all viscous effects. Turbulence, dissipation and boundary layers are not resolved at all. However, lift induced drag can be assessed and, taking special care, some stall phenomena can be modelled.
The following assumptions are made regarding the problem in the vortex lattice method:
By the above assumptions the flowfield is Conservative vector field, which means that there exists a perturbation velocity potential
\varphi
V
V=Vinfty+\nabla\varphi
and that
\varphi
Laplace's equation is a second order linear equation, and being so it is subject to the principle of superposition. Which means that if
\varphi1
\varphi2
c1\varphi1+c2\varphi2
c1
c2
\Gamma
All the lifting surfaces of an aircraft are divided into some number of quadrilateral panels, and a horseshoe vortex and a collocation point (or control point) are placed on each panel. The transverse segment of the vortex is at the 1/4 chord position of the panel, while the collocation point is at the 3/4 chord position. The vortex strength
\Gamma
n
For a problem with
N
i
wij
\nabla\varphii=
N | |
\sum | |
j=1 |
wij\Gammaj
The freestream velocity vector is given in terms of the freestream speed
Vinfty
\alpha,\beta
Vinfty=Vinfty \begin{bmatrix} \cos\alpha\cos\beta\\ -\sin\beta\\ \sin\alpha\cos\beta \end{bmatrix}
A Neumann boundary condition is applied at each collocation point, which prescribes that the normal velocity across the camber surface is zero. Alternate implementations may also use the Dirichlet boundary condition directly on the velocity potential.
vi ⋅ ni=\left(Vinfty+
N | |
\sum | |
j=1 |
wij\Gammaj\right) ⋅ ni=0
This is also known as the flow tangency condition. By evaluating the dot products above the following system of equations results. The new normalwash AIC matrix is
aij=wij ⋅ ni
bi=Vinfty[-\cos\alpha\cos\beta,\sin\beta,-\sin\alpha\cos\beta] ⋅ ni
\begin{bmatrix} a11&a12& … &a1N\\ a21&\ddots&&\vdots\\ \vdots&&\ddots&\vdots\\ aN1& … & … &aNN\end{bmatrix} \begin{bmatrix} \Gamma1\\ \Gamma2\\ \vdots\\ \GammaN\end{bmatrix}= \begin{bmatrix} b1\\ b2\\ \vdots\\ bN\end{bmatrix}
This system of equations is solved for all the vortex strengths
\Gammai
F
M
Fi
\rho
Fi=\rho\Gammai(Vinfty+vi) x li
F=
N | |
\sum | |
i=1 |
Fi
M=
N | |
\sum | |
i=1 |
Fi x ri
Here,
li
vi
ri
The lift and induced drag are obtained from the
x,y,z
F
\begin{array}{rcl} Di&=& Fx\cos\alpha+Fz\sin\alpha\\ L&=&-Fx\sin\alpha+Fz\cos\alpha \end{array}