run_simulation
Run an Abaqus/Standard simulation from an .inp deck and receive a solver status report.
Instructions
Run a single Abaqus job from an .inp deck and return its status report.
Args: inp_path: Path to the Abaqus keyword input deck (.inp). job_name: Optional job name (defaults to the deck's file stem). cpus: Number of CPUs for the solver. timeout_s: Wall-clock ceiling for the solver run.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cpus | No | ||
| inp_path | Yes | ||
| job_name | No | ||
| timeout_s | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |