build_model
Generate an Abaqus input deck from a simulation spec JSON by importing CAD, meshing, and applying materials, boundary conditions, and loads—returning the deck path and mesh stats without running the simulation.
Instructions
Build a meshed model from a simulation spec (JSON) and export an .inp deck, WITHOUT running it. Imports CAD (STEP/IGES), meshes, and applies materials/BCs/loads. Returns the deck path and mesh stats, or build errors.
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).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_name | No | ||
| spec_json | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |