Prediction — Solve first on paper
The total force is FY=-1000 N and acts one meter from the fixed support. Before
open MAPDL, the free body diagram requires:
ΣFY = 0 → RFY + (−1000) = 0 → RFY = +1000 N
ΣMZ = 0 → RMZ + 1·(−1000) = 0 → RMZ = +1000 N·mThese figures are a prediction, not a finite element result. The objective of macro will be to try to refute them by reading the real solution.
Mental model — Four states, not one button
Do not treat solving as merely flipping a switch. The process contains four different states:
- Prepared database: mesh, properties, constraints and loads.
- Solution definition: type of analysis, increments and results requested.
- Solution: MAPDL assembles and solves the system of equations.
- Active set: a specific state of the results file is loaded into memory.
SOLVE creates results; SET chooses which result set is active.