Getting Started
This guide will walk you through creating your first structural model in AutoCalcs.
Creating a New Project
- Navigate to /structuralfea
- You'll start with a blank canvas
Basic Workflow
A typical workflow in AutoCalcs follows these steps:
- Create Geometry - Draw nodes and connect them with members
- Define Supports - Add boundary conditions to nodes
- Assign Properties - Set materials and cross-sections for members
- Apply Loads - Add forces, moments, and distributed loads
- Run Analysis - Execute the structural analysis
- View Results - Examine displacements, reactions, and internal forces
Your First Model
Step 1: Draw a Simple Beam
- Press
Ctrl+Dor click the Draw tool to enter Draw mode - Click at the origin (0, 0, 0) to place the first node
- Click at (5, 0, 0) to place the second node and create a member
After placing your first point, move your mouse in the positive X direction - it should snap to this vector.
Type in the distance "5" and hit Enter.
- Press
Escapeto finish drawing
Step 2: Add Supports
- Press
EscapeorCtrl+Sor click the Select tool to enter Select mode - Click on the first node (at origin), or hold
Shiftand drag to box selectThe Properties panel should automatically appear - ensure only the node is selected.
- In the Properties panel, set the support to "Fixed" by clicking
This will automatically set the Degrees of Freedom to
FFFFFF. - Click on the second node and set it to "Pinned" by clicking
This will set the Degrees of Freedom to
FFFRRR(translations fixed, rotations free).
Step 3: Assign Section and Material
- Select the member by clicking on it
- In the Properties panel, assign a section by clicking on the in the Section row
Section Library/Australia/STEEL/UB Universal Beams/UB 200x18.2
- Assign a material by clicking on the in the Material row
Material Library/Australia/Steel/STEEL
Step 4: Apply a Load
- With the member selected, right-click on the member to open the context menu
- Select "Member Distributed Loads"
- This opens the Loads dialog, adding a distributed load for member 1. However we get a warning as we haven't defined any load cases
- Select "Manage Load Cases"
- For this example, make a load case with ID "1" and Title "Dead Load" then press "Apply and Close"
- Back in the Loads dialog, set the load magnitude in the "Start Y (kN/m)" to "-2" kN/m (negative for downward)
Step 5: Run Analysis
- Click the "Render Style" button and select the Rendered option
to confirm beam orientation - Click the "Run Analysis" button in the top ribbon - by default this is a Linear analysis
- Wait for the analysis to complete
Step 6: View Results
Use the result toggles in the left sidebar to visualize analysis results:
- Deflection - Shows the deformed shape (hold
D+scroll to scale) - Reactions - Shows support reactions (hold
R+scroll to scale) - Moments - Bending moment diagram (hold
M+scroll to scale) - Shear - Shear force diagram (hold
S+scroll to scale)
Use these buttons to control what's shown on the canvas:
- Loads - Toggle load arrows on/off (hold
L+scroll to scale distributed loads) - Labels - Toggle labels on/off (right-click for label options)