explain_project_parameters
Parse a ProjectParameters.json to understand a Kratos simulation setup: analysis type, solver, mesh, materials, boundary conditions, and outputs. Quickly grasp a case before modifying or running it.
Instructions
Parse an existing ProjectParameters.json and return a structured summary of what it configures: analysis type, solver + linear solver, mesh and material import, and the flattened boundary-condition / load / output process lists (with the model parts each targets). Multi-stage (orchestrator/stages) cases are summarized per stage. Use this to understand a case you did not scaffold before editing or running it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| parameters_file | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||