ArXiv TLDR

AI CFD Scientist: Toward Open-Ended Computational Fluid Dynamics Discovery with Physics-Aware AI Agents

🐦 Tweet
2605.06607

Nithin Somasekharan, Rabi Pathak, Manushri Dhanakoti, Tingwen Zhang, Ling Yue + 2 more

physics.flu-dyncs.AI

TLDR

AI CFD Scientist is an open-source AI agent for computational fluid dynamics that automates discovery from ideation to validated execution and writing.

Key contributions

  • Introduces AI CFD Scientist, an open-source AI agent for CFD, covering ideation, execution, verification, and writing.
  • Features a vision-language physics-verification gate to ensure physical validity of simulation results.
  • Discovers a Spalart-Allmaras correction, reducing Cf RMSE by 7.89% on a periodic hill at Reh=5600.
  • Outperforms general AI-scientist baselines by incorporating domain-specific validity checks.

Why it matters

This paper introduces a novel AI agent that significantly advances autonomous scientific discovery in complex physical domains like CFD. By integrating vision-based physics verification, it addresses critical challenges of ensuring physical validity, which is often overlooked by traditional solver logs. This approach paves the way for more reliable and open-ended scientific exploration with AI.

Original Abstract

Recent LLM-based agents have closed substantial portions of the scientific discovery loop in software-only machine-learning research, in chemistry, and in biology. Extending the same loop to high-fidelity physical simulators is harder, because solver completion does not imply physical validity and many failure modes appear only in field-level imagery rather than in solver logs. We present AI CFD Scientist, an open-source AI scientist for computational fluid dynamics (CFD) that, to our knowledge, is the first to span literature-grounded ideation, validated execution, vision-based physics verification, source-code modification, and figure-grounded writing within a single inspectable workflow. Three coupled pathways cover parameter sweeps within a fixed solver, case-local C++ library compilation for new physical models, and open-ended hypothesis search against a reference comparator, all running on OpenFOAM through Foam-Agent. At the center of the framework is a vision-language physics-verification gate that inspects rendered flow fields before any result is accepted, rerun, or written into a manuscript. On five tasks under a shared GPT-5.5 backbone, AI CFD Scientist autonomously discovers a Spalart-Allmaras runtime correction that reduces lower-wall Cf RMSE against DNS by 7.89% on the periodic hill at Reh=5600; under matched LLM cost, two strong general AI-scientist baselines (ARIS, DeepScientist) execute partial CFD workflows but lack the domain-specific validity gates needed to convert runs into defensible scientific claims; and a controlled planted-failure ablation shows that the vision-language gate detects 14 of 16 silent failures missed by solver-level checks. Code, prompts, and run artifacts are released at https://github.com/csml-rpi/cfd-scientist.

📬 Weekly AI Paper Digest

Get the top 10 AI/ML arXiv papers from the week — summarized, scored, and delivered to your inbox every Monday.