Structural Theory
This page details the structural analysis methods and assumptions used in lightaero.
Finite Element Model (FEM)
lightaero implements a 1D finite-element model of the wing spar based on Euler-Bernoulli beam theory.
Euler-Bernoulli Beam
The model uses standard Hermite cubic shape functions for transverse displacement and slope.
Element Stiffness Matrix (\(K_e\))
The \(4 \times 4\) element stiffness matrix for a beam element with length \(L\), Young's modulus \(E\), and moment of inertia \(I\) is:
Consistent Mass Matrix (\(M_e\))
To account for inertial effects in dynamic analysis, a consistent mass matrix is derived using the same Hermite cubic shape functions as the stiffness matrix (Reddy, 1993):
where \(\rho\) is the material density and \(A\) is the cross-sectional area.
Implementation Note: Static Analysis Only
Although the theoretical mass matrix formulas are provided above, the current structural discipline implementation in lightaero is limited to static analysis. Dynamic effects such as flutter, gust response, and modal analysis are not yet supported.
Thin-Walled Section Properties
Wingbox section properties (\(I_{xx}\), \(I_{zz}\), \(J\)) are computed using numerical integration over a closed single-cell box outline (typically 15% to 65% chord).
Shear Center
The chordwise shear center position (\(x_{sc}\)) is determined via the Bredt-Batho method for a unit vertical shear.
Torsional Constant
The torsional constant (\(J\)) for the closed single-cell box is calculated as:
where \(A_e\) is the enclosed area and \(t\) is the skin thickness.
Stress Analysis
Bending Stress
Bending stress is calculated from the vertical (\(M_x\)) and in-plane (\(M_z\)) bending moments:
Torsional Shear Stress
Torsional shear stress (\(\tau\)) is computed using the Bredt-Batho formula for closed sections:
where \(T\) is the local torque.
Von Mises Stress
The combined stress state is evaluated using the Von Mises criterion: $$ \sigma_{vm} = \sqrt{\sigma_{bending}^2 + 3\tau^2} $$
Weight Estimation
Structural Mass
Wing structural mass is obtained by spanwise integration of the material density (\(\rho\)) over the cross-sectional area (\(A_{cross}\)), adjusted by a structural factor (\(k_{struct}\)):
Operating Empty Weight (OEW)
OEW is estimated using the Roskam log-linear regression for transport aircraft (Roskam, 1985):
References
- Reddy, J. N. (1993). An Introduction to the Finite Element Method (2nd ed.). McGraw-Hill.
- Roskam, J. (1985). Airplane Design Part V: Component Weight Estimation. DARcorporation.