visualize_cfd_results
Generate plots from CFD simulation results for a given job, including pressure coefficient, drag polar, mesh, and field visualizations, and retrieve the artifact ID for further use.
Instructions
Create a visualization artifact for a converged job and return its artifact_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | job_id returned by run_cfd_solver or run_airfoil_workflow. | |
| alpha_max | No | Maximum angle of attack in degrees for sweep-based plots. | |
| alpha_min | No | Minimum angle of attack in degrees for sweep-based plots. | |
| plot_kind | No | Visualization type: dashboard, cp, polar, drag_polar, summary, mesh, field, mach, or pressure. | dashboard |
| alpha_points | No | Number of angle-of-attack samples used for sweep-based plots. | |
| image_format | No | Output artifact format: png or jpeg. | jpeg |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||