Hugging Face Daily Papers · · 5 min read

A Multi-AI-agent Framework Enabling End-to-end Finite Element Analysis for Solid Mechanics Problems

Mirrored from Hugging Face Daily Papers for archival readability. Support the source by reading on the original site.

Really interesting application of multi-agent LLM systems to a domain where mistakes are expensive: finite element analysis. AbaqusAgent decomposes the workflow into interpreter, architect, input writer, runner, reviewer, and visualizer agents, turning natural-language problem statements into Abaqus simulations and result visualizations. The reported 86% success rate across 50 solid-mechanics benchmarks suggests that agentic systems can do more than chat or code generation: they can orchestrate specialized engineering tools end to end. I especially like the built-in reviewer step, since trustworthy simulation depends as much on correct boundary conditions and load definitions as on generating runnable scripts. This could be useful for education, rapid prototyping, and AI-assisted design loops, while still requiring expert validation for high-stakes engineering decisions.</p>\n","updatedAt":"2026-06-03T13:17:05.777Z","author":{"_id":"66739484a660dfbb2643eb3d","avatarUrl":"/avatars/c9a6c6a1e295e448dacfccb1a2860e8a.svg","fullname":"Leo Y","name":"LeoYML","type":"user","isPro":false,"isHf":false,"isHfAdmin":false,"isMod":false,"followerCount":5,"isUserFollowing":false}},"numEdits":0,"identifiedLanguage":{"language":"en","probability":0.9118122458457947},"editors":["LeoYML"],"editorAvatarUrls":["/avatars/c9a6c6a1e295e448dacfccb1a2860e8a.svg"],"reactions":[],"isReport":false}}],"primaryEmailConfirmed":false,"paper":{"id":"2606.00138","authors":[{"_id":"6a2028f915100c5272a84013","name":"Titu Ranjan Sarker","hidden":false},{"_id":"6a2028f915100c5272a84014","name":"Muhammed Jawaad Zulqernine","hidden":false},{"_id":"6a2028f915100c5272a84015","name":"Ling Yue","hidden":false},{"_id":"6a2028f915100c5272a84016","name":"Shaowu Pan","hidden":false},{"_id":"6a2028f915100c5272a84017","name":"Chenxi Wang","hidden":false},{"_id":"6a2028f915100c5272a84018","name":"Shiyao Lin","hidden":false}],"publishedAt":"2026-05-28T00:00:00.000Z","submittedOnDailyAt":"2026-06-03T00:00:00.000Z","title":"A Multi-AI-agent Framework Enabling End-to-end Finite Element Analysis for Solid Mechanics Problems","submittedOnDailyBy":{"_id":"66739484a660dfbb2643eb3d","avatarUrl":"/avatars/c9a6c6a1e295e448dacfccb1a2860e8a.svg","isPro":false,"fullname":"Leo Y","user":"LeoYML","type":"user","name":"LeoYML"},"summary":"Finite element analysis (FEA) is the most important numerical approach for solid mechanics. Challenges of FEA include a steep learning curve for entry-level users and potential false simulations due to incorrect definitions of key simulation components, such as boundary conditions, load cases, and solution variables. Years of engineering experience are usually necessary for real-world problem-solving. To address these issues, we present AbaqusAgent, a multi-agent framework grounded in large language models (LLMs) for solid mechanics analyses. AbaqusAgent is developed to facilitate analysis case generation and execution using Abaqus, one of the most widely used FEA packages, by turning users' natural-language instructions into executed FEA analyses and result visualization. AbaqusAgent is composed of six agents, including interpreter, architect, input writer, runner, reviewer, and visualizer agents, encompassing all the essential pre-processing and post-processing steps of standard FEA analyses. A wide variety of 50 solid mechanics problems have been successfully validated, achieving an overall success rate of 86%. Beyond improving the efficiency of FEA for solid mechanics problems and lowering the barrier to computational mechanics education, AbaqusAgent advances the human-simulation interaction paradigm and enables integration with AI-empowered optimization and material characterization workflows. The code is available at https://github.com/LIRAM-LIN/AbaqusAgent","upvotes":3,"discussionId":"6a2028f915100c5272a84019","githubRepo":"https://github.com/LIRAM-LIN/AbaqusAgent","githubRepoAddedBy":"user","ai_summary":"AbaqusAgent is a multi-agent framework using large language models to automate finite element analysis by converting natural language instructions into executable simulations with high success rates across diverse solid mechanics problems.","ai_keywords":["finite element analysis","large language models","multi-agent framework","Abaqus","natural language processing","simulation automation","computational mechanics","solid mechanics","agent-based system"],"ai_summary_model":"Qwen/Qwen2.5-Coder-32B-Instruct","githubStars":2},"canReadDatabase":false,"canManagePapers":false,"canSubmit":false,"hasHfLevelAccess":false,"upvoted":false,"upvoters":[{"_id":"66739484a660dfbb2643eb3d","avatarUrl":"/avatars/c9a6c6a1e295e448dacfccb1a2860e8a.svg","isPro":false,"fullname":"Leo Y","user":"LeoYML","type":"user"},{"_id":"69bb774375169b73cc37051d","avatarUrl":"https://cdn-avatars.huggingface.co/v1/production/uploads/noauth/Zs--Z-sM9LG-CWy2M_NLA.png","isPro":false,"fullname":"結翔 鈴木","user":"zyichen64","type":"user"},{"_id":"698f945cc678133bf91fa953","avatarUrl":"/avatars/760dbac37b7018271e7db45246473b47.svg","isPro":false,"fullname":"Dkltpqu43f","user":"dkltpqu43f","type":"user"}],"acceptLanguages":["en"],"dailyPaperRank":0}">
Papers
arxiv:2606.00138

A Multi-AI-agent Framework Enabling End-to-end Finite Element Analysis for Solid Mechanics Problems

Published on May 28
· Submitted by
Leo Y
on Jun 3
Authors:
,
,
,
,
,

Abstract

AbaqusAgent is a multi-agent framework using large language models to automate finite element analysis by converting natural language instructions into executable simulations with high success rates across diverse solid mechanics problems.

Finite element analysis (FEA) is the most important numerical approach for solid mechanics. Challenges of FEA include a steep learning curve for entry-level users and potential false simulations due to incorrect definitions of key simulation components, such as boundary conditions, load cases, and solution variables. Years of engineering experience are usually necessary for real-world problem-solving. To address these issues, we present AbaqusAgent, a multi-agent framework grounded in large language models (LLMs) for solid mechanics analyses. AbaqusAgent is developed to facilitate analysis case generation and execution using Abaqus, one of the most widely used FEA packages, by turning users' natural-language instructions into executed FEA analyses and result visualization. AbaqusAgent is composed of six agents, including interpreter, architect, input writer, runner, reviewer, and visualizer agents, encompassing all the essential pre-processing and post-processing steps of standard FEA analyses. A wide variety of 50 solid mechanics problems have been successfully validated, achieving an overall success rate of 86%. Beyond improving the efficiency of FEA for solid mechanics problems and lowering the barrier to computational mechanics education, AbaqusAgent advances the human-simulation interaction paradigm and enables integration with AI-empowered optimization and material characterization workflows. The code is available at https://github.com/LIRAM-LIN/AbaqusAgent

Community

Paper submitter about 8 hours ago

Really interesting application of multi-agent LLM systems to a domain where mistakes are expensive: finite element analysis. AbaqusAgent decomposes the workflow into interpreter, architect, input writer, runner, reviewer, and visualizer agents, turning natural-language problem statements into Abaqus simulations and result visualizations. The reported 86% success rate across 50 solid-mechanics benchmarks suggests that agentic systems can do more than chat or code generation: they can orchestrate specialized engineering tools end to end. I especially like the built-in reviewer step, since trustworthy simulation depends as much on correct boundary conditions and load definitions as on generating runnable scripts. This could be useful for education, rapid prototyping, and AI-assisted design loops, while still requiring expert validation for high-stakes engineering decisions.

Upload images, audio, and videos by dragging in the text input, pasting, or clicking here.
Tap or paste here to upload images

· Sign up or log in to comment

Models citing this paper 0

No model linking this paper

Cite arxiv.org/abs/2606.00138 in a model README.md to link it from this page.

Datasets citing this paper 0

No dataset linking this paper

Cite arxiv.org/abs/2606.00138 in a dataset README.md to link it from this page.

Spaces citing this paper 0

No Space linking this paper

Cite arxiv.org/abs/2606.00138 in a Space README.md to link it from this page.

Collections including this paper 0

No Collection including this paper

Add this paper to a collection to link it from this page.

Discussion (0)

Sign in to join the discussion. Free account, 30 seconds — email code or GitHub.

Sign in →

No comments yet. Sign in and be the first to say something.

More from Hugging Face Daily Papers