paper-with-me

Papers

MooseAgent: A LLM Based Multi-agent Framework for Automating Moose Simulation

2025-04-11 · Tao Zhang, Zhenhai Liu, Yong Xin, Yongjun Jiao

The Finite Element Method (FEM) is widely used in engineering and scientific computing, but its pre-processing, solver configuration, and post-processing stages are often time-consuming and require specialized knowledge. This paper proposes an automated solution framework, MooseAgent, for the multi-physics simulation framework MOOSE, which combines large-scale pre-trained language models (LLMs) with a multi-agent system. The framework uses LLMs to understand user-described simulation requirements in natural language and employs task decomposition and multi-round iterative verification strategies to automatically generate MOOSE input files. To improve accuracy and reduce model hallucinations, the system builds and utilizes a vector database containing annotated MOOSE input cards and function documentation. We conducted experimental evaluations on several typical cases, including heat transfer, mechanics, phase field, and multi-physics coupling. The results show that MooseAgent can automate the MOOSE simulation process to a certain extent, especially demonstrating a high success rate when dealing with relatively simple single-physics problems. The main contribution of this research is the proposal of a multi-agent automated framework for MOOSE, which validates its potential in simplifying finite element simulation processes and lowering the user barrier, providing new ideas for the development of intelligent finite element simulation software. The code for the MooseAgent framework proposed in this paper has been open-sourced and is available at https://github.com/taozhan18/MooseAgent

📄 PDF Abstract BibTeX arXiv:2504.08621

Code (1)

taozhan18/mooseagent 공식 구현

Similar Papers 제목 키워드 기반

AutoMOOSE: An Agentic AI for Autonomous Phase-Field Simulation

2026-03-22 · Sukriti Manna, Henry Chan, Subramanian K. R. S. Sankaranarayanan arxiv

Multiphysics simulation frameworks such as MOOSE provide rigorous engines for phase-field materials modeling, yet adoption is constrained by the expertise required to construct valid input files, coordinate parameter swe…

MOOSEnger -- a Domain-Specific AI Agent for the MOOSE Ecosystem

2026-03-05 · Mengnan Li, Jason Miller, Zachary Prince, Alexander Lindsay 외 arxiv

MOOSEnger is a tool-enabled AI agent tailored to the Multiphysics Object-Oriented Simulation Environment (MOOSE). MOOSE cases are specified in HIT ".i" input files; the large object catalog and strict syntax make initial…

MOoSE: Multi-Orientation Sharing Experts for Open-set Scene Text Recognition

2024-07-26 · Chang Liu, Simon Corbillé, Elisa H Barney Smith

Open-set text recognition, which aims to address both novel characters and previously seen ones, is one of the rising subtopics in the text recognition field. However, the current open-set text recognition solutions only…

Mixture-of-ExpertsScene Text Recognition

MOOSE-Star: Unlocking Tractable Training for Scientific Discovery by Breaking the Complexity Barrier

2026-03-04 · Zonglin Yang, Lidong Bing arxiv

While large language models (LLMs) show promise in scientific discovery, existing research focuses on inference or feedback-driven training, leaving the direct modeling of the generative reasoning process, $P(\text{hypot…

MOOSE-Copilot: A Web-Based Interactive Assistant for Unified Exploratory and Fine-Grained Scientific Hypothesis Discovery

2026-05-28 · Hongran An, Zonglin Yang arxiv

Large language models (LLMs) show remarkable potential in scientific hypothesis discovery. However, existing approaches face two critical limitations: they treat divergent exploratory search and convergent fine-grained r…