Part VI
Verification
B. Elements and loads · Load over part of a span
A cantilever pipe four metres long carries a uniform load of −2.0 N/m over its middle half only, from a quarter to three quarters of its length. What equivalent end loads does that patch produce, and how does the free end move? What are the shear and moment at midspan, where only part of the patch lies between the section and the fixed end?
1.Inputs.
Illustrative values, taken from no standard and chosen so the arithmetic can be followed by hand. Most do not describe a real pipe; read them in any consistent set of units.
| Quantity | Symbol | Value |
|---|---|---|
| Length | L | 4.0 m |
| Elastic modulus | E | 1000.0 Pa |
| Shear modulus | G | 400.0 Pa |
| Area | A | 3.0 m2 |
| Second moment about y | Iy | 1.5 m4 |
| Second moment about z | Iz | 2.0 m4 |
| Torsion constant | J | 1.0 m4 |
| Uniform load, global Y | q | −2.0 N/m |
| Loaded span start | a/L | 0.25 |
| Loaded span end | b/L | 0.75 |
| Resultant station | x/L | 0.5 |
| Supports | — | Node 0 fixed, node 1 free |
2.Method.
The equivalent end loads come from integrating the cubic beam shape functions over the loaded interval only.
With node 0 fixed, two unknowns remain at node 1: the displacement and the rotation. The hand calculation writes the 2 × 2 bending stiffness for them and solves it directly against the free-end loads.
The midspan resultants follow from equilibrium, starting from the fixed-end shear of 4.0 N and moment of 8.0 N·m. Only the part of the patch between 1.0 m and 2.0 m counts.
3.Results.
| Quantity | Expected |
|---|---|
| Equivalent load, node 0, Uy | −2.0 N |
| Equivalent load, node 0, Rz | −1.833333 N·m |
| Equivalent load, node 1, Uy | −2.0 N |
| Equivalent load, node 1, Rz | 1.833333 N·m |
| Free-end displacement in Y | −0.014 m |
| Free-end rotation about Z | −0.004333333 rad |
| Midspan shear Vy | 2.0 N |
| Midspan bending moment Mz | 1.0 N·m |
The tests check that:
- The equivalent force and moment at both nodes match the hand values.
- The free-end displacement and rotation match the hand values.
- The midspan shear and bending moment match the hand values.
- All of these quantities are finite.
What it shows. Compared with an independent hand calculation.
Path exercised. The benchmark calls the solver’s components directly: elements, loads, frame solver and stress recovery. It does not go through the program’s own model-to-solve path.
Agreement. Each computed value must match the reference within an absolute difference of 1.0 × 10−9 in the case’s own units; counts and structural outcomes must match exactly. Long values are shown here to seven significant figures; the tests compare the full values in the record.
4.Run it yourself.
cd projects/chirality-piping cargo test --manifest-path validation/benchmarks/mechanics/Cargo.toml tp_phys_006_partial_span_load_to_resultant_fixture_routes_spanned_loads
Hand calculation:
validation/hand_calcs/mechanics/tp_phys_006_partial_span_load_to_resultant.md.
Test record, with the recorded run of 2026-07-10:
mech-tp-phys-006-partial-span-load-to-resultant.md.