inductiva/wind-tunnel — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a simple virtual wind tunnel example that lets me test a 3D object, like the included F1 car, inside a small wind tunnel and run an OpenFOAM simulation through the Inductiva API.

I want to be able to choose the object file, wind speed, tunnel resolution, number of iterations, and rotation angle, then optionally preview the setup in a 3D window before submitting it. After the run finishes, I should be able to download the outputs, view the simulation results, and see the force coefficients.

Please include a quick single run script, a batch run script for trying several wind speeds or settings, and a viewer script where I can paste a task id and inspect the completed result. Also make it possible to run on the default queue or pass in a dedicated Inductiva machine group name if I have one.

Keep it as a clean Python package with straightforward install instructions and a small example using the F1 car asset. Look up the current Inductiva and OpenFOAM docs online if needed.

Want more depth? Deep Reverse