Theory
Beams are the most fundamental structural element in engineering, carrying transverse loads across a span and transferring them to supports through shear and bending. Every building floor, bridge deck, crane runway, and machine frame relies on beam behavior. Engineers analyze beams to determine internal forces (shear and moment), deformations (slope and deflection), and stresses (bending and shear) — ensuring no limit state is exceeded under the design loading.
The classical approach uses Euler-Bernoulli beam theory, which relates transverse deflection to applied loading through a fourth-order differential equation. For simple geometries and loads, closed-form solutions give immediate answers: a simply supported beam with a central point load has maximum moment and peak deflection . Real structures, however, have multiple loads, mixed supports, and variable sections that demand numerical methods.
Modern practice employs finite-element discretization of the beam with Hermite cubic shape functions, enforcing displacement and slope continuity at nodes. This handles arbitrary combinations of point loads, distributed loads, and applied moments with any support configuration. The PhyCalcPro beams module implements exactly this workflow: mesh the span, assemble stiffness matrices, solve for nodal displacements, then post-process for diagrams and peak values.
Design verification then compares computed stresses and deflections against code limits. In steel design, AISC 360 Chapter F governs flexural capacity, Chapter G governs shear, and serviceability deflection limits are typically L/240 to L/360. Eurocode 3 (EN 1993-1-1 Section 6.2) uses partial safety factors on resistance. The module provides screening checks against both standards.