check_silent_failures
Identify silent-failure risks in Abaqus models across mesh, constraints, contacts, elements, job output, and rigid-body motion, and get a pass/fail report.
Instructions
Run silent-failure checks on the current Abaqus model.
Detects 7 categories of model issues that Abaqus does not report as errors:
Mesh integrity: parts with zero elements, unmeshable hex requests
Constraint coverage: tie constraints that may silently drop nodes
Volume/logic: cut operations that removed nothing, degenerate geometry
Contact validity: contact pairs without adjacency
Element quality: risky elements (C3D8R hourglass), hourglass-prone configs
Job output: completed jobs with no ODB, meaningless exit codes
Unconstrained parts: instances free to undergo rigid body motion
These checks measure the model you built, not just the answer it produced.
Args: model_name: Name of the model to check (default: first available model). workdir: Working directory for job output checks (default: current).
Returns: Structured Markdown report with pass/fail/warning findings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timeout | No | ||
| workdir | No | ||
| model_name | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |