Aeroelastic Flutter Analysis

Category: Analysis | Integrated 2026-04-06

Aeroelastic Flutter: Theoretical Foundations

๐ŸŽ“

Flutter is a self-excited vibration caused by the dynamic coupling of fluid forces and structural elastic forces. When a certain critical speed (flutter speed $U_F$) is exceeded, the aerodynamic damping becomes negative, and the vibration grows divergently. It is a problem in aircraft wings, turbine blades, bridge cables, etc.


๐Ÿง‘โ€๐ŸŽ“

Divergent vibration... does that mean it doesn't stop until it breaks?


๐ŸŽ“

That's right. The collapse of the Tacoma Narrows Bridge in 1940 is a famous example. In aircraft design, sufficient margin against the flutter speed must be ensured across the entire flight envelope. FAA regulations (FAR 25.629) require a flutter margin of 1.15 times the flight speed or more.


Governing Equations

๐Ÿง‘โ€๐ŸŽ“

How is flutter described mathematically?


๐ŸŽ“

Let's start with a typical 2-degree-of-freedom airfoil flutter model. Taking the bending displacement $h$ and the torsion angle $\alpha$ as degrees of freedom, the equations of motion are as follows.


$$m\ddot{h} + S_\alpha\ddot{\alpha} + K_h h = -L$$
$$S_\alpha\ddot{h} + I_\alpha\ddot{\alpha} + K_\alpha \alpha = M_{EA}$$

Here, $m$ is the mass per unit span, $S_\alpha$ is the static unbalance moment, $I_\alpha$ is the moment of inertia about the elastic axis, and $K_h$ and $K_\alpha$ are the spring constants for bending and torsion, respectively.


๐Ÿง‘โ€๐ŸŽ“

How are the aerodynamic terms $L$ and $M_{EA}$ on the right-hand side expressed?


๐ŸŽ“

Unsteady aerodynamic forces are expressed using the Theodorsen function $C(k)$. For the reduced frequency $k = \omega b / U$,


$$L = \pi\rho b^2[\ddot{h} + U\dot{\alpha} - ba\ddot{\alpha}] + 2\pi\rho U b C(k)\left[\dot{h} + U\alpha + b\left(\frac{1}{2}-a\right)\dot{\alpha}\right]$$

The Theodorsen function $C(k) = F(k) + iG(k)$, defined as the ratio of Hankel functions, represents the amplitude and phase lag of circulatory aerodynamic forces. It reduces to steady aerodynamic forces as $k \to 0$ and to non-circulatory forces as $k \to \infty$.


๐Ÿง‘โ€๐ŸŽ“

How is it extended to general structures?


๐ŸŽ“

In the generalized form using modal coordinates $\mathbf{q}$, it becomes:


$$\mathbf{M}\ddot{\mathbf{q}} + \mathbf{C}\dot{\mathbf{q}} + \mathbf{K}\mathbf{q} = q_\infty \mathbf{Q}(k)\mathbf{q}$$

For dynamic pressure $q_\infty = \frac{1}{2}\rho U^2$, the generalized aerodynamic matrix $\mathbf{Q}(k)$ is calculated using the Doublet Lattice Method (DLM) or CFD.


Flutter Solution Methods

๐Ÿง‘โ€๐ŸŽ“

What methods are there to determine the flutter speed?


๐ŸŽ“

Let's organize the representative solution methods.


MethodCharacteristicsApplication Scenario
V-g Method (American Method)Introduces artificial structural damping $g$ and performs eigenvalue analysisPreliminary design stage
p-k MethodIteratively updates the reduced frequency; more physicalDetailed design
p-Method (State-Space Method)Time-domain representation of aerodynamics via rational function approximationCoupled with control systems
CFD-CSD CouplingDirect calculation of nonlinear aerodynamic forcesTransonic flutter

In the p-k method, the following eigenvalue problem is solved.


$$\left[p^2\mathbf{M} + p\left(\mathbf{C} - \frac{q_\infty}{k}\text{Im}(\mathbf{Q})\right) + \mathbf{K} - q_\infty\text{Re}(\mathbf{Q})\right]\mathbf{q} = 0$$

The speed at which the real part $\gamma$ of $p = \gamma \pm i\omega$ crosses zero is the flutter speed.


๐Ÿง‘โ€๐ŸŽ“

So linear theory can't be used in the transonic regime?


๐ŸŽ“

Exactly. In the transonic regime, the nonlinearity of aerodynamics becomes strong due to shock wave and boundary layer interaction. In this regime, a CFD-CSD approach that directly couples CFD (Euler or RANS equations) with structural FEM is necessary.


Implementation in Commercial Tools

๐Ÿง‘โ€๐ŸŽ“

What software can be used for flutter analysis?


ToolMethodCharacteristics
MSC Nastran (SOL 145/146)DLM + p-k/V-g MethodAerospace industry standard
Ansys Mechanical + FluentCFD-CSD CouplingTransonic capability
ZAERO (ZONA Technology)ZONA6/7 Unsteady Panel MethodHigh-speed flutter
STAR-CCM+ + AbaqusCo-simulationNonlinear FSI
๐Ÿง‘โ€๐ŸŽ“

Nastran's SOL 145 is the industry standard. I'll remember that!

Coffee Break Yomoyama Talk

"V-n Diagram" and "Flutter Margin" โ€” The Aeroelastic Wall That Keeps Designers Awake at Night

One of the most nerve-wracking tests in aircraft design is the "flutter flight test." International standards (FAR Part 25) mandate a margin of 15% or more above the design flutter speed (VF). In actual flight tests, speed is gradually increased up to the design dive speed (VD) to detect the onset of flutter. The problem is that flutter is a "suddenly occurring instability phenomenon" โ€” even if signs are detected, it might be too late to turn back, making the test pilot's risk extremely high. In the 1990s, during the certification tests for a next-generation European airliner, theoretical calculations overlooked the effect of center-of-gravity shift due to external fuel tank attachment, and the test aircraft showed signs of flutter at a speed 20% lower than the design VF. Theoretical "oversights" manifesting in flight tests โ€” that's why flutter theory must always be questioned with humility.

Computational Methods for Aeroelastic Flutter

๐ŸŽ“

The wing surface is divided into trapezoidal panels, and a doublet of acceleration potential is placed on each panel. A system of equations is solved to satisfy the downwash boundary condition at the 3/4 chord point of each panel to obtain the pressure distribution.


$$w_j = \sum_{i=1}^{N} A_{ij}(k, M) \Delta c_{p,i}$$

$A_{ij}$ is the aerodynamic influence coefficient containing the kernel function, dependent on Mach number $M$ and reduced frequency $k$.


๐Ÿง‘โ€๐ŸŽ“

Where are the accuracy limits of DLM?


๐ŸŽ“

It is based on linear potential theory, so accuracy degrades in the following cases:

  • Transonic regime ($M \approx 0.8$~1.2): Shock wave effects.
  • High angle of attack: Flow involving separation.
  • When wing thickness effects are significant.

For these cases, CFD-based methods are necessary.


Mode Extraction and Aerodynamic Spline

๐Ÿง‘โ€๐ŸŽ“

Structural modes and aerodynamic panels have completely different meshes, right? How are they connected?


๐ŸŽ“

Spline interpolation is used. Representative methods are as follows.


SplineMethodApplication
Infinite Plate Spline (IPS)Fundamental solution for thin plate bendingDisplacement interpolation within wing surface
Thin Plate Spline (TPS)Improved version of IPSGeneral wing structures
RBF (Radial Basis Function)Radial basis function3D shapes
Beam Spline1D interpolationHigh aspect ratio wings

In Nastran, it is defined using SPLINE1/SPLINE2 cards. It interpolates structural node displacements to aerodynamic panel control points and conversely maps aerodynamic loads to structural nodes.


๐ŸŽ“

Using the transformation matrix $\mathbf{G}$,


$$\mathbf{u}_{aero} = \mathbf{G} \mathbf{u}_{struct}$$
$$\mathbf{F}_{struct} = \mathbf{G}^T \mathbf{F}_{aero}$$

This force transformation ensures conservation of virtual work.


p-k Method Implementation Procedure

๐Ÿง‘โ€๐ŸŽ“

Please explain the specific calculation steps of the p-k method.


๐ŸŽ“

1. Modal analysis from structural model (SOL 103) โ†’ Eigenmodes $\phi_i$, natural frequencies $\omega_i$

2. Calculate the generalized aerodynamic matrix $\mathbf{Q}(M, k)$ for each Mach number and reduced frequency using DLM.

3. Iterative solution for each speed $U$:

  • Interpolate $\mathbf{Q}$ using initial estimate of $k$.
  • Solve eigenvalue problem to obtain $p = \gamma + i\omega$.
  • Update $\mathbf{Q}$ with new $k = \omega b / U$.
  • Repeat until $k$ converges.

4. From the plot of $\gamma(U)$, the speed where $\gamma = 0$ is crossed is the flutter speed.


๐Ÿง‘โ€๐ŸŽ“

About how many iterations does it take to converge?


๐ŸŽ“

It usually converges in 3 to 5 iterations. However, in cases where modes are close, tracking becomes difficult, so mode tracking algorithms (e.g., tracking via MAC values) are important.


CFD-CSD Coupling Time Integration

Related Simulators

Experience the theory firsthand with the interactive simulator for this field

All Simulators

Related fields

Structural AnalysisElectromagnetic Field AnalysisThermal Analysis
Rate this article
Thank you for your feedback!
Helpful
More details
Report error
Helpful
0
More details
0
Report error
0
Written by NovaSolver Contributors
Anonymous Engineers & AI โ€” Sitemap
About the Authors