inspect_deck
Summarize an Abaqus input deck's contents: mesh, materials, sections, sets, steps, loads, boundary conditions, and undefined references. Reads the .inp file only, no solver run needed.
Instructions
Summarise what is actually in an Abaqus input deck.
Reports the mesh, materials, sections, sets, steps, loads and boundary conditions a deck defines, plus any references pointing at names the deck never defines. Reads the file only: no solver, no licence token.
Args: inp_path: Path to the .inp deck, or a job name under the runs directory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| inp_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |