Skip to content
Marc & Structures
Index

Save your progress

Enter your email and we will send a secure sign-in link. There is no password and the first link creates your account.

Demonstration ~8 min · ~52 min remaining

Inputs and criteria

Document SI units, uy_limit, stress_limit, and n_cases before the *DO loop.

Step 1 — Define inputs and criteria

beam_l=1.0
beam_b=0.05
young=210E9
tip_force=-1000
uy_limit=0.00025      ! 0.25 mm
stress_limit=150E6    ! 150 MPa
n_cases=3

Document SI units and limits before the *DO. FE validation criteria (deflection versus analytical result, equilibrium) remain those from M07–M08; design criteria (uy_limit, stress_limit) are additional.