build_and_simulate
Constructs a full Abaqus model from a simulation spec (CAD, mesh, physics), runs it, and automatically corrects solver failures.
Instructions
Full pipeline: build a model from a spec (CAD import + mesh + physics), then autonomously run and error-correct it. Returns build stats plus the run narrative.
Args: spec_json: The simulation spec as a JSON string (see get_spec_template). job_name: Optional job name (defaults to the spec's model_name). max_iters: Maximum run/fix iterations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_name | No | ||
| max_iters | No | ||
| spec_json | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |