create_project
Scaffold a Kratos case from a template, generating ProjectParameters and Materials JSON files, optionally adding a demo mesh, and returns file paths with next steps.
Instructions
Scaffold a complete Kratos case directory from a template: ProjectParameters.json + Materials.json (+ optionally a small demo rectangle mesh wired to the template defaults, so the case runs out of the box). Returns the created file paths and next steps.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | case | |
| template | Yes | ||
| directory | Yes | ||
| overrides | No | ||
| create_demo_mesh | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||