add_output_process
Add an output process to ProjectParameters.json to export simulation results as VTK, JSON time series, or point probes, with configurable variables and output paths.
Instructions
Add an output process to a ProjectParameters.json. format: 'vtk' (ParaView files, needs output_path), 'json' (time series of variables to a JSON file, needs output_file), or 'point' (probe variables at a coordinate, needs position and output_file). variables defaults to the ones already used elsewhere in the file or ["DISPLACEMENT"].
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | vtk | |
| position | No | ||
| variables | No | ||
| model_part | No | ||
| output_file | No | ||
| output_path | No | vtk_output | |
| parameters_file | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||