3.6.17Spacecraft Structures & Systems Engineering

Sandwich structures — face sheets, core

3,083 words14 min readdifficulty · medium1 backlinks

What Is a Sandwich Structure?

The faces carry bending/axial loads; the core resists shear and maintains face separation distance.

WHY this configuration? In beam bending, stress σ=MyI\sigma = \frac{My}{I} is maximum at outer fibers. By placing strong material at ymaxy_{\text{max}} (far from neutral axis) and using lightweight core to maintain that distance, we get: Bending stiffnessEt312+2EfAf(h2)2\text{Bending stiffness} \propto \frac{Et^3}{12} +2 E_f A_f \left(\frac{h}{2}\right)^2 where the second term (face contribution) dominates for htfh \gg t_f.

Why Sandwich Structures in Spacecraft?

Three critical advantages:

  1. High specific stiffness (E/ρE/\rho): Launch costs scale with mass. A sandwich panel can be 5-10× stiffer per unit mass than a solid plate of the same material.

  2. High specific strength (σy/ρ\sigma_y/\rho): Faces placed at maximum moment arm h/2h/2 multiply their contribution to moment capacity by (h/2)2(h/2)^2.

  3. Multifunctionality: Core can provide thermal insulation, acoustic damping, or house wiring/piping (spacecraft bus panels, satellite solar arrays).

WHAT makes it work? The section modulus S=I/cS = I/c benefits enormously from increased depth. For a sandwich with thin faces of thickness tft_f and total depth hh: I2btfh24=btfh22I \approx 2 \cdot \frac{b t_f h^2}{4} = \frac{b t_f h^2}{2} compared to a solid plate of same total mass with thickness tst_s: Isolid=bts312I_{\text{solid}} = \frac{b t_s^3}{12}

If we equate masses: 2ρfbtf+ρcbhρsbts2\rho_f b t_f + \rho_c b h \approx \rho_s b t_s and ρcρfρs\rho_c \ll \rho_f \approx \rho_s, then ts2tft_s \approx 2t_f and: IsandwichIsolidbtfh2/2b(2tf)3/12=6tfh28tf3=3h24tf21\frac{I_{\text{sandwich}}}{I_{\text{solid}}} \approx \frac{b t_f h^2 / 2}{b(2t_f)^3/12} = \frac{6 t_f h^2}{8 t_f^3} = \frac{3h^2}{4t_f^2} \gg 1

Derivation: Bending Stiffness of Sandwich Beam

Goal: Find effective bending stiffness (EI)eff(EI)_{\text{eff}} for a sandwich beam with:

  • Face sheets: thickness tft_f, Young's modulus EfE_f
  • Core: thickness cc, shear modulus GcG_c (assume EcEfE_c \ll E_f)
  • Total depth: h=2tf+ch =2t_f + c

Step 1: Parallel Axis Theorem

Each face is a rectangle whose centroid is at distance d=c2+tf2=h2tf2d = \frac{c}{2} + \frac{t_f}{2} = \frac{h}{2} - \frac{t_f}{2} from the neutral axis. For thin faces (tfht_f \ll h), we approximate dh/2d \approx h/2. This approximation is only valid when tfht_f \ll h and should always be stated explicitly.

Iface=btf312+btfd2btf312+btf(h2)2I_{\text{face}} = \frac{b t_f^3}{12} + b t_f \, d^2 \approx \frac{b t_f^3}{12} + b t_f \left(\frac{h}{2}\right)^2

Why neglect the first term? For thin faces, tfht_f \ll h, so tf3tfh2t_f^3 \ll t_f h^2. The parallel-axis term dominates.

Ifaces2btf(h2)2=btfh22I_{\text{faces}} \approx 2 b t_f \left(\frac{h}{2}\right)^2 = \frac{b t_f h^2}{2}

Step 2: Core Contribution

Core bending stiffness: Icore=bc312I_{\text{core}} = \frac{bc^3}{12}. If chc \sim h but EcEfE_c \ll E_f, its contribution is minor: EcIcoreEfIfacesE_c I_{\text{core}} \ll E_f I_{\text{faces}}

Typical: Ec/Ef103E_c/E_f \sim 10^{-3} (aluminum honeycomb vs. aluminum face), so we neglect core bending.

Step 3: Total Bending Stiffness

(EI)sandwichEfbtfh22=Efbtfh22(EI)_{\text{sandwich}} \approx E_f \cdot \frac{b t_f h^2}{2} = \frac{E_f b t_f h^2}{2}

HOW to use this? For deflection δ=FL33(EI)\delta = \frac{FL^3}{3(EI)} of a cantilever, sandwich deflects less by factor h2/tf2\sim h^2/t_f^2 compared to solid plate of same mass.

Core Types and Selection

Core Type Density (kg/m³) GcG_c (MPa) Applications Trade-offs
Aluminum honeycomb 30-80 200-500 Satellite panels, launch fairings Best stiffness, can crush under point loads
Nomex honeycomb 30-100 50-150 Interior non-structural panels Lower cost, moisture-sensitive
Foam (polyurethane) 30-200 10-80 Contoured surfaces, radomes Easy to machine, lower shear strength
Corrugated 50-150 100-300 Low-cost prototypes Anisotropic, direction-dependent

WHY honeycomb dominates spacecraft?

  1. Highest Gc/ρG_c/\rho ratio — resists shear buckling of faces
  2. No continuous path for heat conduction (thermal insulation)
  3. Vacuum compatibility — cells vent, no trapped volatiles

Selection criterion (strength-based). Core shear failure is governed by comparing the actual core shear stress to the core shear strength τc,allow\tau_{c,\text{allow}}, not by the shear modulus. For a panel of width bb carrying transverse shear VV: τcVbhτc,allow\tau_c \approx \frac{V}{b\,h} \leq \tau_{c,\text{allow}} Separately, the shear modulus GcG_c (a stiffness property) controls the extra deflection from shear deformation. For long panels (L/h>20L/h > 20), the shear-deflection term VLGcbh\frac{VL}{G_c b h} becomes significant and must be added to the bending deflection.

Example 1: Solar Array Panel Design

Given: Design a solar array panel, L=1.5 m×b=0.8 mL = 1.5 \text{ m} \times b = 0.8 \text{ m}, modeled as a simply-supported beam of span LL and width bb, carrying a uniform pressure during 5g5g launch acceleration. Target: deflection <5 mm< 5 \text{ mm}.

Solution:

Step 1: Choose materials

  • Face sheets: CFRP (carbon fiber), Ef=150 GPaE_f = 150 \text{ GPa}, ρf=1600 kg/m3\rho_f = 1600 \text{ kg/m}^3
  • Core: Aluminum honeycomb, ρc=50 kg/m3\rho_c = 50 \text{ kg/m}^3, Gc=300 MPaG_c = 300 \text{ MPa}

Step 2: Estimate load Uniform pressure p200 N/m2p \approx 200 \text{ N/m}^2 from panel + cells under 5g5g. Line load per unit length along the span: w=pb=200×0.8=160 N/mw = p \, b = 200 \times 0.8 = 160 \text{ N/m}

Why line load? We are treating the panel as a simply-supported beam of width bb under a distributed line load ww, so the beam deflection formula applies consistently.

Step 3: Solve for required (EI)(EI) Max deflection of a simply-supported beam under uniform load: δ=5wL4384(EI)    (EI)req=5wL4384δ\delta = \frac{5 w L^4}{384 (EI)} \;\Rightarrow\; (EI)_{\text{req}} = \frac{5 w L^4}{384 \, \delta} (EI)req=5×160×1.54384×0.005=5×160×5.06251.922637 Nm2(EI)_{\text{req}} = \frac{5 \times 160 \times 1.5^4}{384 \times 0.005} = \frac{5 \times 160 \times 5.0625}{1.92} \approx 2637 \text{ Nm}^2

Why this value? This is the minimum (EI)(EI) needed to keep deflection under 5 mm.

Step 4: Choose geometry Try h=20 mmh = 20 \text{ mm}, tf=0.5 mmt_f = 0.5 \text{ mm}: (EI)=Efbtfh22=150×109×0.8×0.0005×0.0222(EI) = \frac{E_f b t_f h^2}{2} = \frac{150 \times 10^9 \times 0.8 \times 0.0005 \times 0.02^2}{2} =150×109×0.8×0.0005×4×1042=1.2×104 Nm2= \frac{150\times10^9 \times 0.8 \times 0.0005 \times 4\times10^{-4}}{2} = 1.2 \times 10^4 \text{ Nm}^2

Why oversized? Safety factor 1.2×104/26374.51.2\times10^4 / 2637 \approx 4.5 covers bonding imperfections and local buckling. We could reduce tft_f or hh to save mass while keeping SF 2\gtrsim 2.

Step 5: Check mass (be careful with units!) m=2ρfbLtf+ρcbLhm = 2 \rho_f b L t_f + \rho_c b L h =2×1600×0.8×1.5×0.0005+50×0.8×1.5×0.02= 2 \times 1600 \times 0.8 \times 1.5 \times 0.0005 + 50 \times 0.8 \times 1.5 \times 0.02 =1.92+1.2=3.12 kg= 1.92 + 1.2 = 3.12 \text{ kg}

Steel-man the earlier blunder: A naive computation writing tf=0.005t_f = 0.005 m (i.e., 5 mm instead of 0.5 mm) gives face mass 2×1600×0.8×1.5×0.005=19.22\times1600\times0.8\times1.5\times0.005 = 19.2 kg — a 10× error from a decimal slip. Always double-check the unit of tft_f in millimetres vs. metres. With the correct tf=0.5 mm=0.0005 mt_f = 0.5\text{ mm} = 0.0005\text{ m}, face mass is 1.921.92 kg and total 3.12\approx 3.12 kg.

Example 2: Face Wrinkling vs. Core Shear

Given: Sandwich panel, width b=0.8 mb = 0.8 \text{ m} (same panel as Example 1), Ef=70 GPaE_f = 70 \text{ GPa} (Al faces), tf=0.8 mmt_f = 0.8 \text{ mm}, h=25 mmh = 25 \text{ mm}, honeycomb Ec=0.1 GPaE_c = 0.1 \text{ GPa}, Gc=300 MPaG_c = 300 \text{ MPa}. Under compression σx=50 MPa\sigma_x = 50 \text{ MPa} in faces, what fails first: face wrinkling or core shear?

Solution:

Step 1: Face wrinkling stress. The face acts as a plate on an elastic foundation (the core). Energy minimization over the wrinkle wavelength gives the general result: σwr=C(EfEcGc)1/3\boxed{\sigma_{\text{wr}} = C \left(E_f \, E_c \, G_c\right)^{1/3}} with C0.5C \approx 0.50.820.82 depending on boundary conditions. When the core is isotropic so that GcEc/[2(1+νc)]Ec/3G_c \approx E_c/[2(1+\nu_c)] \sim E_c/3, substituting GcEc/3G_c \sim E_c/3 gives the commonly quoted simplified form σwrC(EfEc2)1/3\sigma_{\text{wr}} \approx C'(E_f E_c^2)^{1/3}. These are the same formula — one keeps GcG_c explicit, the other folds GcG_c into EcE_c for an isotropic core. We use the explicit form: σwr=0.5(70×109×0.1×109×0.3×109)1/3\sigma_{\text{wr}} = 0.5 \left(70\times10^9 \times 0.1\times10^9 \times 0.3\times10^9\right)^{1/3} =0.5(2.1×1027)1/3=0.5×1.28×1090.64 GPa= 0.5 \left(2.1\times10^{27}\right)^{1/3} = 0.5 \times 1.28\times10^{9} \approx 0.64 \text{ GPa}

Step 2: Compare to applied stress σapplied=50 MPa640 MPa\sigma_{\text{applied}} = 50 \text{ MPa} \ll 640 \text{ MPa}

Verdict: Face wrinkling has a comfortable margin (~13×). BUT this assumes a perfect bond; delamination could occur at much lower stress if the adhesive is weak.

Step 3: Core shear check (strength, not modulus) For the panel loaded in bending as a cantilever with tip load F=1000 NF = 1000 \text{ N}, the core carries transverse shear V=FV = F: τc=Vbh=10000.8×0.025=5.0×104 Pa=50 kPa\tau_c = \frac{V}{b\,h} = \frac{1000}{0.8 \times 0.025} = 5.0\times10^4 \text{ Pa} = 50 \text{ kPa}

Honeycomb shear strength τc,allow1\tau_{c,\text{allow}} \sim 12 MPa2 \text{ MPa} 50\gg 50 kPa → safe by a large margin.

Why face wrinkling rarely governs in spacecraft? Panels are usually large and thin, so overall panel buckling between supports occurs before local wrinkling. Wrinkling matters mostly for thick cores with soft foams.

Common Failure Modes

Why It Feels Right: Faces carry the load, core just spaces them.

The Fix: Core must transfer shear between faces. If GcG_c too low, faces slip relative to each other → no composite action. Also, peel stresses at free edges can delaminate faces even with strong adhesive.

Criterion: Design so the bond shear strength exceeds the core shear strength, τbond>1.5τc,allow\tau_{\text{bond}} > 1.5\,\tau_{c,\text{allow}}, so the core fails before the bond (easier to detect and predict).

Why It Feels Right: Metal honeycomb looks robust.

The Fix: Honeycomb has high in-plane stiffness but very low through-thickness compression strength (σc15 MPa\sigma_c \sim 1-5 \text{ MPa}). Point loads (bolts, inserts) require potting (filling cells with epoxy) or inserts (metal bushings) to distribute load.

Design rule: For attachment, pot diameter 4×\geq 4 \times bolt diameter.

Why It Feels Right: Faces cover the core.

The Fix: Core cells are open at edges (cut during machining). On Earth, moisture enters and in vacuum (space), water vaporizes → pressure buildup → face blowout.

Solution: Seal edges with edge closeout (epoxy fillet or metal channel). For Nomex (aramid) honeycomb, this is critical — Nomex absorbs moisture.

Optimization: The 80/20 Rule

80% of sandwich performance comes from:

  1. Core depth hh — stiffness scales as h2h^2
  2. Face material EfE_f — use composites (CFRP) for maximum E/ρE/\rho

Diminishing returns from:

  • Over-thickening faces (mass penalty for small stiffness gain)
  • Exotic core materials (aluminum honeycomb is already near-optimal)

Quick design heuristic: tfh50(thin face assumption valid)t_f \approx \frac{h}{50} \quad \text{(thin face assumption valid)} ρcρf20(core mass negligible)\rho_c \approx \frac{\rho_f}{20} \quad \text{(core mass negligible)}

If tf>h/30t_f > h/30, a solid plate may be more mass-efficient.

Recall Explain to a 12-Year-Old

Imagine you want to make a super-light but strong surfboard. If you make it from solid foam, it's light but breaks easily. If you make it from solid fiberglass, it's strong but way too heavy to carry.

The smart trick: Take two thin sheets of fiberglass (the faces) and glue them to the top and bottom of the foam (the core). Now when you stand on it, the top sheet gets squished and the bottom sheet gets stretched — but the foam keeps them apart so they have to work really hard. It's like a tug-of-war where the rope is longer, so each side pulls with more force!

Spacecraft use this same idea with aluminum honeycomb (looks like a bee's home) instead of foam, because it's even lighter and doesn't get crushed. The panels in satellites are like super-tech surfboards — crazy light, crazy strong.

  • Stiffness scales as h2h^2
  • Point loads need Potting
  • Aluminum honeycomb → Aerospace standard
  • Crushing strength low through-thickness
  • Expensive to repair → design conservatively

Connections

  • Beam Bending Theory — sandwich extends simple beam to distributed cross-section
  • Composite Materials — CFRP faces, anisotropic properties
  • Buckling and Instability — face wrinkling is a local buckling mode
  • Thermal Protection Systems — sandwich with ceramic face sheets for reentry
  • Vibration and Modal Analysis — sandwich panels have high fundamental frequency
  • Adhesive Bonding — film adhesives (epoxy, phenolic) for face-core bond
  • Finite Element Analysis — modeling sandwich requires shell elements + volumetric core

#flashcards/physics

What are the three components of a sandwich structure?
Two face sheets (thin, high-strength), lightweight core (honeycomb/foam), and adhesive bond between them.
Why place face sheets far apart rather than using a solid plate?
Bending stiffness (EI)h2(EI) \propto h^2. By maximizing distance hh between faces with lightweight core, stiffness increases quadratically while mass increases linearly.
What loads do face sheets carry in a sandwich panel?
Bending stresses (axial tension and compression) and in-plane loads. They act like flanges of an I-beam.
What is the primary role of the core in a sandwich structure?
Resist shear stresses (prevent faces from sliding) and maintain separation distance hh between faces. Also provides buckling support.
Derive the bending stiffness of a sandwich beam with thin faces.
Each face contributes Ifacebtf(h/2)2I_{\text{face}} \approx bt_f(h/2)^2 by parallel axis theorem (valid when tfht_f \ll h). Total: (EI)sandwich=Ef2btf(h/2)2=Efbtfh2/2(EI)_{\text{sandwich}} = E_f \cdot 2bt_f(h/2)^2 = E_f b t_f h^2 / 2.
Why is aluminum honeycomb preferred over foam in spacecraft structures?
Higher shear modulus GcG_c (resists buckling), no outgassing in vacuum, better thermal insulation (no continuous path for conduction), and superior strength-to-weight ratio.
What is face wrinkling and when does it occur?
Local buckling of face sheet supported by core as elastic foundation. Occurs when compressive stress exceeds σwr=C(EfEcGc)1/3\sigma_{\text{wr}} = C(E_f E_c G_c)^{1/3}.
Is core shear failure governed by shear modulus or shear strength?
Shear FAILURE is governed by shear STRENGTH (τcτc,allow\tau_c \le \tau_{c,\text{allow}}). The shear MODULUS GcG_c governs shear DEFLECTION (extra stiffness loss), not failure.
Why must honeycomb edges be sealed?
Core cells are open at cut edges. Moisture can enter on Earth and vaporize in space vacuum, causing pressure buildup that blows off face sheets.
What is potting and why is it needed for bolted joints?
Filling honeycomb cells with epoxy around insert location. Needed because honeycomb has very low through-thickness compression strength (~1-5 MPa) and would crush under bolt loads.
How does sandwich panel mass compare to solid plate of same stiffness?
For same bending stiffness, sandwich is typically 5-10× lighter, because the ratio Isandwich/Isolid3h2/(4tf2)1I_{\text{sandwich}}/I_{\text{solid}} \approx 3h^2/(4t_f^2) \gg 1.
What failure mode involves faces slipping relative to each other?
Core shear failure. Occurs when core shear strength is exceeded or bond fails, preventing composite action between faces.
Why does stiffness scale as h2h^2 in sandwich structures?
Second moment of area II for thin faces at distance h/2h/2 scales as (h/2)2=h2/4(h/2)^2 = h^2/4. Each face contributes btf(h/2)2bt_f(h/2)^2 to II.
What is the typical face-thickness-to-total-depth ratio?
tf/h1/50t_f/h \approx 1/50 to $1

Concept Map

has

has

joined by

carry

resists

maintains

transfers

multiplies via h/2 squared

dominate

gives high

low density enables

reduces

adds

Sandwich Structure

Face Sheets

Core

Adhesive Bond

Bending and Axial Loads

Shear

Face Separation h

Bending Stiffness EI

Specific Stiffness E/rho

Launch Mass Cost

Multifunctionality insulation damping

Hinglish (regional understanding)

Intuition Hinglish mein samjho

Dekho, sandwich structure ka core idea bahut simple hai — jab hum koi beam ya panel ko bend karte hain, to sabse zyada stress bahar wale fibers pe aata hai, aur neutral axis ke paas (beech mein) stress almost zero hota hai. Toh material ko beech mein rakhna waste hai! Isiliye humlog do patli strong face sheets ko upar-neeche door door rakhte hain (jahan stress max hota hai), aur beech mein ek lightweight core (jaise honeycomb ya foam) daal dete hain sirf faces ko separate rakhne aur shear resist karne ke liye. Yeh bilkul I-beam ki tarah kaam karta hai — maximum strength lekin minimum weight.

Ab why-it-matters wali baat: bending stiffness (EI)(EI) mein face ka contribution h2h^2 (depth square) ke proportional hota hai, kyunki parallel axis theorem se distance ka square aata hai. Matlab agar hum faces ko thoda door kar dein (h badha dein), toh stiffness dramatically badh jaati hai bina zyada mass add kiye. Derivation mein dekha na — sandwich ki stiffness solid plate ke comparison mein 3h24tf2\frac{3h^2}{4t_f^2} guna zyada ho sakti hai same mass pe. Yeh factor bahut bada hota hai, isiliye same weight mein 5-10x zyada stiff structure ban jaata hai.

Aur yeh spacecraft ke liye critical kyun hai? Kyunki space mein har ek kilogram launch karna bahut mehenga padta hai — toh specific stiffness (E/ρE/\rho) aur specific strength maximize karna must hai. Upar se sandwich core multifunctional bhi hota hai — thermal insulation de sakta hai, wiring/piping ke liye jagah de sakta hai, acoustic damping bhi. Isiliye satellite bus panels aur solar arrays sab sandwich structures use karte hain. Ek important baat yaad rakhna — yeh saari approximations (jaise dh/2d \approx h/2 aur core bending neglect karna) tabhi valid hain jab tfht_f \ll h aur EcEfE_c \ll E_f, toh exam mein yeh conditions hamesha explicitly mention karna.

Go deeper — visual, from zero

Test yourself — Spacecraft Structures & Systems Engineering

Connections