Modeling Aircraft Wing as Cantilevered Beam

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 5K views
aa2105
Messages
4
Reaction score
0
Hi
For an initial approximate, I am modelling an aicraft wing as a cantilevered beam. I want to model the beam to incorporate the different materials used; a composite plate is sandwiched between a foam material and therefore the stiffnesses are different. How can I take this into account or figure out the overall stiffness and hence calculate the tip deflection? I plan to eithe model and lift distribution as triangular or elliptical with the peak load at the root.
For simplicity, the cross section is rectangular.

Also, as the foam is wider than the composite plate and so the moment of inertia, I, is different. How do I model this? Here is a sketch (left hand side is clamped, and RHS is free):

==============================
Foam, thickness 10mm
---------------------------------------
Composite, thickness 3mm
---------------------------------------
Foam, thickness 10mm
==============================

The cross-section looks like:

=====================
Foam, width 160mm
-------------
Composite, width 95mm
-------------
Foam, width 160mm
=====================

Thank you in advance.
 
Physics news on Phys.org
aa2105: t1 = composite thickness, t2 = foam thickness, b1 = composite width, b2 = foam width, E1 = composite tensile modulus of elasticity, E2 = foam tensile modulus of elasticity, n = E1/E2, M = bending moment, I = (n*b1*t1^3)/12 + 2(b2*t2^3)/12 + 2*b2*t2*[0.5(t1 + t2)]^2. Now compute deflection as usual. Bending stress in foam is M*(0.5*t1 + t2)/I. Bending stress in composite is n*M*(0.5*t1)/I.