inspect_data
Analyze simulation files to extract metadata including bounds, data arrays, timestep information, and structure before visualization or data extraction.
Instructions
Inspect a simulation file and return metadata.
Returns bounds, point/cell arrays with ranges, timestep info, and multiblock structure. Use this first to understand what data is available before rendering or extracting.
Args: file_path: Path to the simulation file (e.g., /data/cavity.foam, /data/beam.vtu)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes |