with one click
abaqus-static-analysis
// Complete workflow for static structural analysis. Use when analyzing stress, displacement, or reaction forces under constant loads. For strength and stiffness evaluation.
// Complete workflow for static structural analysis. Use when analyzing stress, displacement, or reaction forces under constant loads. For strength and stiffness evaluation.
| name | abaqus-static-analysis |
| description | Complete workflow for static structural analysis. Use when analyzing stress, displacement, or reaction forces under constant loads. For strength and stiffness evaluation. |
| allowed-tools | ["Read","Write","Edit","Glob","Grep","Bash(abaqus:*)","Skill"] |
Complete workflow for static structural analysis - stress, displacement, and reaction forces under constant loads.
Route here when user mentions:
Route elsewhere:
/abaqus-dynamic-analysis/abaqus-modal-analysis/abaqus-coupled-analysis/abaqus-thermal-analysis/abaqus-contact-analysisExecute these skills in order:
| Step | Skill | Purpose |
|---|---|---|
| 1 | /abaqus-geometry | Create part and assembly |
| 2 | /abaqus-material | Define material properties |
| 3 | /abaqus-mesh | Generate finite element mesh |
| 4 | /abaqus-bc | Apply supports and constraints |
| 5 | /abaqus-load | Apply forces and pressures |
| 6 | /abaqus-step | Configure analysis step (optional - default is fine) |
| 7 | /abaqus-job | Run the analysis |
| 8 | /abaqus-odb | Extract results |
| Input | What to Ask |
|---|---|
| Geometry | "What are the dimensions? (e.g., 100x50x20 mm)" |
| Material | "What material? (Steel, Aluminum, or custom E/v)" |
| Supports | "How is it supported? (fixed face, pinned points, rollers)" |
| Loads | "What loads? (force magnitude, location, direction)" |
| Input | Default | Ask If |
|---|---|---|
| Mesh size | Auto-calculated | Stress concentrations present |
| Element type | C3D8R | Complex curved geometry |
| Nonlinear | OFF | Large deformation expected |
| Condition | Setting | When |
|---|---|---|
| Small deformation, linear material | nlgeom=OFF | Displacements < 1% of part size |
| Large deformation or rotation | nlgeom=ON | Thin structures, rubber, cables |
| Yielding expected | nlgeom=ON + Plasticity | Stress > yield strength |
Default: Start with linear. Switch to nonlinear if convergence issues or large deformation.
| User Goal | Output Variables | Acceptance Criteria |
|---|---|---|
| Strength assessment | S (stress), MISES | MISES < yield stress |
| Stiffness check | U (displacement) | Max deflection acceptable |
| Support sizing | RF (reaction force) | Reactions match applied loads |
| Step | What to Verify |
|---|---|
| Geometry | Part has cells, no error messages |
| Material | Section assigned to all cells |
| Mesh | Node count OK (Learning Edition: <=1000) |
| BCs | At least one fixed constraint exists |
| Loads | Applied to correct surface/point |
| Job | Completes without errors in .sta file |
| Check | Expected |
|---|---|
| Reaction force sum | Approximately equals applied loads |
| Displacement magnitude | Physically reasonable |
| Stress pattern | Follows logical load path |
| Max stress location | At expected concentration points |
| Error | Cause | Solution |
|---|---|---|
| "Zero pivot" | Rigid body motion | Add more BCs to constrain all 6 DOFs |
| "Negative eigenvalue" | Buckling or instability | Check BCs, may need stabilization |
| "Too many increments" | Load too large | Reduce load or use more increments |
| "Equilibrium not achieved" | Convergence failure | Try smaller initial increment |
| "Memory exceeded" | Mesh too fine | Increase element size |
For API syntax and code examples, see:
Analyze multi-body contact. Use when user mentions parts touching, friction between surfaces, bolt-plate contact, press fit, or assembly with contact.
Complete workflow for coupled thermomechanical analysis. Use when user mentions thermal stress, thermal expansion, or temperature causing deformation.
Complete workflow for dynamic analysis. Use when user mentions impact, crash, drop test, transient, or time-varying response. Handles explicit and implicit dynamics.
Workflow for fatigue and durability analysis - cycle counting, damage accumulation, and fatigue life prediction.
Complete workflow for modal/frequency analysis - extract natural frequencies and mode shapes. Use for vibration analysis and resonance avoidance.
Complete workflow for heat transfer analysis - steady-state and transient thermal. Use when user asks about temperature distribution, conduction, convection, or heat flow.