Design Equations
Bending stiffness: $D = \frac{E_f t_f (t_c+t_f)^2}{2}$
Deflection (UDL): $\delta = \frac{5qL^4}{384D}+ \frac{qL^2}{8A_g G_c}$
Wrinkling: $\sigma_{cr}\approx 0.5(E_f E_c G_c)^{1/3}$
Select face sheet and core material combinations to instantly calculate bending stiffness, maximum deflection, face sheet stress, core shear stress, face wrinkling load, and safety factors.
Bending stiffness: $D = \frac{E_f t_f (t_c+t_f)^2}{2}$
Deflection (UDL): $\delta = \frac{5qL^4}{384D}+ \frac{qL^2}{8A_g G_c}$
Wrinkling: $\sigma_{cr}\approx 0.5(E_f E_c G_c)^{1/3}$
The bending stiffness (D) of a sandwich panel determines how much it resists bending under load. It depends heavily on the face material stiffness and the distance between the faces, which is why a thicker core is so effective.
$$D = \frac{E_f t_f (t_c+t_f)^2}{2}$$Where $E_f$ is the Young's modulus of the face material, $t_f$ is the face thickness, and $t_c$ is the core thickness. The term $(t_c+t_f)^2$ shows why separating the faces is key—stiffness increases with the square of that distance.
The total deflection under a uniformly distributed load (UDL) has two parts: bending deflection (from face stretching/compressing) and shear deflection (from core deformation). For short spans or soft cores, shear deflection dominates.
$$\delta = \frac{5qL^4}{384D}+ \frac{qL^2}{8A_g G_c}$$Here, $q$ is the load intensity, $L$ is the span, $D$ is the bending stiffness, $A_g$ is the shear area (≈ panel width × core thickness), and $G_c$ is the core's shear modulus. The first term is classic beam bending; the second is the critical sandwich panel addition.
Aerospace Structures: Aircraft floors, wing panels, and satellite doors use aluminum or carbon fiber faces with aluminum honeycomb or foam cores. The simulator's load type "UDL" mimics the pressure on an aircraft floor from passengers and cargo, where minimizing weight is absolutely critical for fuel efficiency.
Wind Turbine Blades: Modern blades are massive sandwich structures with composite faces (fiberglass/carbon) over balsa wood or PVC foam cores. Engineers use analysis like this to optimize the core thickness along the blade's length, balancing stiffness against weight and material cost.
Marine & Transportation: High-speed boat hulls, train interior panels, and truck trailers use sandwich panels for a stiff, lightweight body. The "Wrinkling" calculation is vital here—slamming into waves or cargo impact can create local stresses that cause face wrinkling if the panel isn't designed correctly.
Building Facades & Architecture: Curved architectural cladding and insulated building panels often have metal faces over a rigid insulating foam core. The analysis helps determine the maximum panel span between supports to avoid excessive sagging or visible deflection, which you can explore by changing the "Span L" parameter.
First, there is a misconception that "increasing stiffness solves everything". While increasing the core thickness (tc) dramatically raises the bending stiffness D, it also increases weight. For instance, in aircraft interiors, even if stiffness is doubled, a 30% weight increase would make the design unacceptable. The essence of design is optimizing the trade-offs between stiffness, strength, and cost within given weight targets.
Next, blindly trusting material data "nominal values". The elastic modulus and shear modulus you input into the tool are often catalog values from material manufacturers. However, in actual products, these values can vary by 10-20% due to manufacturing processes (e.g., ply angles or resin content in CFRP) or environmental conditions (temperature, humidity). A practical approach is to run simulations using a reduced value, applying a factor of 0.8 to 0.9 to the nominal value for a safety margin.
Finally, assuming "buckling only means global buckling". The "face wrinkling" calculated by this tool is a local phenomenon, but there are various other buckling modes such as "global bending buckling" and "core shear buckling". Especially for panels with a long span (L) and a soft core, global buckling may occur first. Don't rely on a single metric; you need to consider multiple limit states.
The calculation principles of this tool are rooted in composite materials mechanics. It serves as an excellent entry point for learning how to handle anisotropic materials like CFRP face sheets. For example, while the tool treats the face sheets as isotropic, the bending stiffness of actual CFRP laminates varies significantly with fiber direction. The next step is to learn "laminate theory" to understand how stacking sequence influences stiffness.
It is also closely tied to the field of structural optimization. The act of tweaking parameters in the tool to explore "what changes" is essentially basic sensitivity analysis. More advanced applications involve mathematical optimization algorithms (topology optimization, size optimization), such as maximizing stiffness with a weight constraint or minimizing deflection with a cost constraint.
Furthermore, it has applications in vibration and acoustical engineering. The high bending stiffness and internal damping effect of sandwich panels provide excellent sound insulation and vibration resistance despite being lightweight. The bending stiffness D calculated by the tool is a fundamental input parameter for estimating the panel's natural frequency $$f_n \propto \sqrt{D}$$. This vibrational characteristic is a critical consideration in designing vehicle floor panels or machinery covers.
First, I recommend trying to follow the underlying physics with "hand calculations". For example, take a combination of aluminum faces (Ef=70GPa, tf=1mm) and a foam core (tc=20mm) and plug the numbers into the bending stiffness D formula. Then, see what happens if you change the faces to CFRP (Ef=120GPa). Calculating this with a calculator gives you an intuitive feel for how each term in the equation affects the result.
Regarding the mathematical background, studying the differential equation for beam deflection will deepen your understanding. The deflection formula used in the tool is derived from the solution of a fourth-order differential equation representing bending deformation, plus a term accounting for shear deformation. The shear deformation term, in particular, is based on the more general Timoshenko beam theory. A deeper study will allow you to accurately grasp the behavior of short beams where shear deformation effects are significant.
The next recommended topic is "Sandwich Panel Adhesive Interface Evaluation". The tool assumes a perfectly bonded structure, but in reality, the interface bonding the face sheets to the core is often the weakest point. Learning about failure modes like debonding and delamination, and researching their evaluation methods (e.g., DCB tests) and design countermeasures (e.g., interface reinforcement) will give you a clearer picture of real-world design considerations.