Calculate bending stiffness, core shear deflection, face-sheet stress, and face wrinkling limit (Hoff-Mautner formula) in real time. Visualize the shear deflection contribution to avoid underestimating core shear deformation.
The total bending stiffness of the sandwich panel, `D`, combines the stiffness from the face sheets bending about the panel's neutral axis and their own local bending. This is the core principle behind the "equivalent stiffness" method.
$$D=\frac{E_f t_f d^2}{2}+\frac{E_f t_f^3}{6}$$Where:
`E_f` = Young's modulus of the face sheet material
`t_f` = Thickness of one face sheet
`d` = Distance between the centroids of the two face sheets (`d = h_c + t_f`)
The first term (`E_f t_f d^2/2`) is dominant and represents the faces working as a couple. The second term (`E_f t_f^3/6`) is their minor local bending stiffness.
The total deflection under a central point load is the sum of flexural (bending) and shear contributions. Each failure mode has a governing stress or critical load.
$$ \delta_{\text{total}}= \delta_{\text{flex}}+ \delta_{\text{shear}}= \frac{PL^3}{48D}+ \frac{PL}{4S}$$**Face Wrinkling Stress:** `\sigma_{\text{wr}}=0.5(E_f E_c G_c)^{1/3}`
Where:
`P` = Applied load
`L` = Span length
`S` = Shear stiffness of the panel core
`E_c` = Core Young's modulus
`G_c` = Core shear modulus
The wrinkling stress shows it's an instability governed by the interaction of face stiffness (`E_f`) and core support (`E_c, G_c`).
Aerospace Structures: Floor panels, wing skins, and rudders in aircraft and satellites use sandwich construction to achieve minimum weight for required stiffness and strength. A common case is a honeycomb core with carbon fiber faces, analyzed to prevent shear crimping or face wrinkling under aerodynamic loads.
Wind Turbine Blades: The long blades are essentially giant sandwich beams. The thick core (often PVC foam) provides shear resistance and keeps the aerodynamic shell profiles rigid, while the deflection formulas are critical for ensuring blade-tower clearance during operation.
Marine & Transportation: High-speed boat hulls, train interior panels, and cargo container walls use sandwich panels for stiffness, impact resistance, and thermal/acoustic insulation. Engineers must check core shear stress from slamming waves or distributed cargo loads.
Building Facades & Industrial Doors: Architectural cladding and large industrial doors use metal-faced foam core panels. The analysis ensures they don't deflect excessively under wind pressure (distributed load) and that the faces don't buckle or "oil-can" (a form of wrinkling).
When starting to use this tool, there are several pitfalls that beginners often encounter. First and foremost is the idea that simply making the face sheets thicker solves everything. While increasing the face sheet thickness \(t_f\) does raise the bending stiffness \(D\), the weight also increases linearly. For example, doubling a CFRP face sheet from 1mm to 2mm improves stiffness by nearly a factor of 4, but the weight also roughly doubles. On the other hand, increasing the core thickness \(h_c\) from 10mm to 20mm results in a minimal weight increase, yet the bending stiffness \(D\)—proportional to \(d^2\)—jumps by about a factor of 4. In aerospace, where weight reduction is paramount, this "thicken the core" strategy is extremely effective.
Next is the trap of material data "representative values". The tool uses standard material properties, but actual materials vary by manufacturing lot and temperature. For instance, even "aluminum honeycomb" can have vastly different shear stiffness \(G_c\) depending on cell size and foil thickness. Rather than trusting simulation results blindly, you should develop the habit of applying a safety factor or verifying values against the material manufacturer's actual measured data sheets. Finally, the tool calculates under ideal conditions of "simply supported, center point load". Real-world conditions involve complex loading such as fixed boundaries, distributed loads, and impact loads. Use this tool strictly for initial sizing and trend understanding; for detailed design, it's a golden rule to always verify the full model using FEA (Finite Element Analysis).