Before you code — Make a prediction
In M00 the height was 0.10 m. Imagine that we duplicate it:
beam_h=0.20Will the deflection be one-half, one-quarter, or one-eighth?
For a rectangular section:
I = B·H³/12
uy = P·L³/(3·E·I)
Since I ∝ H³ and uy ∝ 1/I, we obtain uy ∝ 1/H³.
Doubling the height reduces the theoretical deflection to 1/8. Save this prediction:
will be our first test.