paper-with-me

Papers

MetaOpenFOAM 2.0: Large Language Model Driven Chain of Thought for Automating CFD Simulation and Post-Processing

2025-02-01 · Yuxuan Chen, Xu Zhu, Hua Zhou, Zhuyin Ren

Computational Fluid Dynamics (CFD) is widely used in aerospace, energy, and biology to model fluid flow, heat transfer, and chemical reactions. While Large Language Models (LLMs) have transformed various domains, their application in CFD remains limited, particularly for complex tasks like post-processing. To bridge this gap, we introduce MetaOpenFOAM 2.0, which leverages Chain of Thought (COT) decomposition and iterative verification to enhance accessibility for non-expert users through natural language inputs. Tested on a new benchmark covering simulation (fluid flow, heat transfer, combustion) and post-processing (extraction, visualization), MetaOpenFOAM 2.0 achieved an Executability score of 6.3/7 and a pass rate of 86.9%, significantly outperforming MetaOpenFOAM 1.0 (2.1/7, 0%). Additionally, it proved cost-efficient, averaging $0.15 per case. An ablation study confirmed that COT-driven decomposition and iterative refinement substantially improved task performance. Furthermore, scaling laws showed that increasing COT steps enhanced accuracy while raising token usage, aligning with LLM post-training scaling trends. These results highlight the transformative potential of LLMs in automating CFD workflows for industrial and research applications. Code is available at https://github.com/Terry-cyx/MetaOpenFOAM

📄 PDF Abstract BibTeX arXiv:2502.00498

Code (1)

terry-cyx/metaopenfoam 공식 구현

Tasks

Language ModelingLanguage ModellingLarge Language Model

Similar Papers 제목 키워드 기반

OptMetaOpenFOAM: Large Language Model Driven Chain of Thought for Sensitivity Analysis and Parameter Optimization based on CFD

2025-03-03 · Yuxuan Chen, Long Zhang, Xu Zhu, Hua Zhou 외

Merging natural language interfaces with computational fluid dynamics (CFD) workflows presents transformative opportunities for both industry and research. In this study, we introduce OptMetaOpenFOAM - a novel framework …

Language ModelingLanguage ModellingLarge Language ModelSensitivity

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

A Formal Comparison Between Chain of Thought and Latent Thought

2025-09-25 · Kevin Xu, Issei Sato arxiv

Chain of thought (CoT) elicits reasoning in large language models by explicitly generating intermediate tokens. In contrast, latent thought reasoning operates directly in the continuous latent space, enabling computation…

Exploring an LM to generate Prolog Predicates from Mathematics Questions

2023-09-07 · Xiaocheng Yang, Yik-Cheung Tam

Recently, there has been a surge in interest in NLP driven by ChatGPT. ChatGPT, a transformer-based generative language model of substantial scale, exhibits versatility in performing various tasks based on natural langua…

GSM8KLanguage ModelingLanguage Modelling

TDA-RC: Task-Driven Alignment for Knowledge-Based Reasoning Chains in Large Language Models

2026-03-13 · Jiaquan Zhang, Qigan Sun, Chaoning Zhang, Xudong Wang 외 arxiv

Enhancing the reasoning capability of large language models (LLMs) remains a core challenge in natural language processing. The Chain-of-Thought (CoT) paradigm dominates practical applications for its single-round effici…