batch_render
Render multiple simulation fields (e.g., pressure, velocity, temperature) from a single dataset in one call. Returns base64 PNG images for side-by-side comparison.
Instructions
Render multiple fields from the same dataset in one call.
Returns a dict with images list, each containing field name and base64 PNG. Useful for comparing pressure, velocity, temperature, etc. side-by-side.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Path to simulation file | |
| fields | Yes | List of field names to render | |
| colormap | No | Color map preset | Cool to Warm |
| camera | No | Camera preset | isometric |
| purpose | No | Resolution preset — "analyze" (480p), "preview" (720p), "publish" (1080p) | analyze |
| width | No | Override width in pixels (must set both width and height, or neither) | |
| height | No | Override height in pixels (must set both width and height, or neither) | |
| timestep | No | Timestep selection | |
| quality | No | Rendering quality (draft/standard/cinematic) | standard |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||