MaterialTech Labs
Blog · Biomimetics

Honeycomb structures: why bees design better than we do

The hexagonal honeycomb as the optimal solution for maximum strength with minimum density.

Jul 2026 · 6 min read · Biomimetics

The honeycomb theorem

In 36 BC, the Roman mathematician Marcus Terentius Varro conjectured that the regular hexagon is the partition that encloses the most area with the smallest total perimeter. He called it the honeycomb conjecture. In 1999, Thomas Hales proved it mathematically. Bees had already known it 100 million years earlier.

A honeycomb with hexagonal cells uses approximately 50% less wax than one with square cells, and 60% less than one with triangles, for the same total storage area. Nature does not waste resources.

Mechanical properties of honeycomb

Honeycomb structures used in engineering are low-density cores sandwiched between two high-strength faces (skins). The result is a sandwich panel with exceptional bending stiffness for its weight.

The bending stiffness of a sandwich panel with a honeycomb core is approximated by:

D = Ef * tf * (h^2) / 2

where:
  Ef = elastic modulus of the faces
  tf = thickness of each face
  h  = distance between faces (core height)

It grows with the square of the core height: doubling the core quadruples the stiffness, with almost no weight increase.

Effective core properties

An aluminum 5052 honeycomb core with a 6.35 mm cell size and 0.05 mm foil has:

  • Density: 50-130 kg/m3 (30x lighter than solid aluminum)
  • Out-of-plane compressive modulus: 500-1200 MPa
  • In-plane shear strength: 1.2-2.8 MPa
  • Effective thermal conductivity: 2-4 W/mK (10-50x less than solid aluminum)

Finite element modeling

There are three strategies for modeling honeycomb in FEA:

  • Explicit modeling: mesh each cell individually. Maximum accuracy, but only viable for small panels
  • Homogenization: replace the core with an equivalent orthotropic material using effective properties. Industry standard for large panels
  • Hybrid modeling: homogenized core + local inserts explicitly modeled in concentrated load zones
/* Orthotropic honeycomb properties in CalculiX */
*MATERIAL, NAME=HCORE
*ELASTIC, TYPE=ENGINEERING CONSTANTS
  0.8e6, 0.8e6, 800e6,  # E1, E2, E3 (MPa)
  0.35, 0.01, 0.01,     # nu12, nu13, nu23
  0.3e6, 300e6, 300e6   # G12, G13, G23 (MPa)
*DENSITY
  80e-12                 # ton/mm3

Manufacturing

Honeycomb cores are manufactured via expansion: sheets of material (aluminum, Nomex, fiberglass) are stacked with alternating adhesive lines, bonded by heat and pressure, and then expanded like an accordion. The process is called HOBE (HOneycomb Before Expansion).

Unidirectional carbon fiber skins co-cured with a 3 mm Nomex core achieve panels of 2.5 kg/m2 with stiffness equivalent to 2 mm steel sheet (16 kg/m2). A 6x factor in weight.

Applications

  • Aerospace: floors, bulkheads, and control surfaces on A350 and 787 (CFRP/Nomex)
  • Formula 1: diffusers, splitters, and floor panels (CFRP/aluminum honeycomb)
  • Technical furniture: optical tables with specific stiffness 10x higher than solid plate
  • Wind energy: blade cores in outer sections where weight is critical

The future: gradient honeycomb

Bees modify cell size according to function (brood, honey, pollen). In engineering, we are starting to do the same: cores with variable density — small cells near inserts, large cells in low-shear zones — optimizing weight where it matters most.