paper-with-me

Papers

Foam-Agent 2.0: An End-to-End Composable Multi-Agent Framework for Automating CFD Simulation in OpenFOAM

2025-09-17 · Ling Yue, Nithin Somasekharan, Tingwen Zhang, Yadi Cao, Shaowu Pan arxiv

Computational Fluid Dynamics (CFD) is an essential simulation tool in engineering, yet its steep learning curve and complex manual setup create significant barriers. To address these challenges, we introduce Foam-Agent, a multi-agent framework that automates the entire end-to-end OpenFOAM workflow from a single natural language prompt. Our key innovations address critical gaps in existing systems: 1. An Comprehensive End-to-End Simulation Automation: Foam-Agent is the first system to manage the full simulation pipeline, including advanced pre-processing with a versatile Meshing Agent capable of handling external mesh files and generating new geometries via Gmsh, automatic generation of HPC submission scripts, and post-simulation visualization via ParaView. 2. Composable Service Architecture: Going beyond a monolithic agent, the framework uses Model Context Protocol (MCP) to expose its core functions as discrete, callable tools. This allows for flexible integration and use by other agentic systems, such as Claude-code, for more exploratory workflows. 3. High-Fidelity Configuration Generation: We achieve superior accuracy through a Hierarchical Multi-Index RAG for precise context retrieval and a dependency-aware generation process that ensures configuration consistency. Evaluated on a benchmark of 110 simulation tasks, Foam-Agent achieves an 88.2% success rate with Claude 3.5 Sonnet, significantly outperforming existing frameworks (55.5% for MetaOpenFOAM). Foam-Agent dramatically lowers the expertise barrier for CFD, demonstrating how specialized multi-agent systems can democratize complex scientific computing. The code is public at https://github.com/csml-rpi/Foam-Agent.

📄 PDF Abstract BibTeX arXiv:2509.18178

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Foam-Agent: Towards Automated Intelligent CFD Workflows

2025-05-08 · Ling Yue, Nithin Somasekharan, Yadi Cao, Shaowu Pan

Computational Fluid Dynamics (CFD) is an essential simulation tool in various engineering disciplines, but it often requires substantial domain expertise and manual configuration, creating barriers to entry. We present F…

MetaOpenFOAM: an LLM-based multi-agent framework for CFD

2024-07-31 · Yuxuan Chen, Xu Zhu, Hua Zhou, Zhuyin Ren

Remarkable progress has been made in automated problem solving through societies of agents based on large language models (LLMs). Computational fluid dynamics (CFD), as a complex problem, presents unique challenges in au…

RAGRetrieval-augmented Generation

LLM Agent for Fire Dynamics Simulations

2024-12-22 · Leidong Xu, Danyal Mohaddes, Yi Wang

Significant advances have been achieved in leveraging foundation models, such as large language models (LLMs), to accelerate complex scientific workflows. In this work we introduce FoamPilot, a proof-of-concept LLM agent…

RAGRetrieval-augmented Generation

Engineering.ai: A Platform for Teams of AI Engineers in Computational Design

2025-10-31 · Ran Xu, Yupeng Qi, Jingsen Feng, Xu Chu arxiv

In modern engineering practice, human engineers collaborate in specialized teams to design complex products, with each expert completing their respective tasks while communicating and exchanging results and data with one…

Learning Nearly Decomposable Value Functions Via Communication Minimization

2019-10-11 · ICLR 2020 1 · Tonghan Wang, Jianhao Wang, Chongyi Zheng, Chongjie Zhang

Reinforcement learning encounters major challenges in multi-agent settings, such as scalability and non-stationarity. Recently, value function factorization learning emerges as a promising way to address these challenges…

Reinforcement LearningStarcraft