batch_render
Render multiple simulation fields simultaneously from a single dataset to compare pressure, velocity, temperature, and other variables side-by-side with configurable resolution and quality settings.
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.
Args: file_path: Path to simulation file fields: List of field names to render colormap: Color map preset camera: Camera preset purpose: Resolution preset — "analyze" (480p), "preview" (720p), "publish" (1080p) width: Override width in pixels (must set both width and height, or neither) height: Override height in pixels (must set both width and height, or neither) timestep: Timestep selection quality: Rendering quality (draft/standard/cinematic)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | ||
| fields | Yes | ||
| colormap | No | Cool to Warm | |
| camera | No | isometric | |
| purpose | No | analyze | |
| width | No | ||
| height | No | ||
| timestep | No | ||
| quality | No | standard |