create_project_parameters
Generate a ProjectParameters.json from a template, applying overrides and optionally writing to a file for Kratos simulations.
Instructions
Generate a ProjectParameters.json from a template (see list_templates). overrides replaces placeholder defaults, e.g. {"end_time": 2.0, "fix_model_part": "Structure.left"}. When output_file is given the JSON is written there; the content is always returned.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| template | Yes | ||
| overrides | No | ||
| output_file | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||