extract_stats
Extract statistical summaries (min, max, mean, std) from 3D scientific simulation data fields to analyze physical properties and performance metrics.
Instructions
Extract statistical summary (min/max/mean/std) for fields.
Args: file_path: Path to simulation file fields: List of field names to analyze timestep: Timestep selection blocks: Multiblock region names
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | ||
| fields | Yes | ||
| timestep | No | ||
| blocks | No |