paper-with-me

홈 › Papers

Sketch2Simulation: Automating Flowsheet Generation via Multi Agent Large Language Models

2026-03-25 · Abdullah Bahamdan, Emma Pajak, John D. Hedengren, Antonio del Rio Chanona arxiv

Converting process sketches into executable simulation models remains a major bottleneck in process systems engineering, requiring substantial manual effort and simulator-specific expertise. Recent advances in generative AI have improved both engineering-diagram interpretation and LLM-assisted flowsheet generation, but these remain largely disconnected: diagram-understanding methods often stop at extracted graphs, while text-to-simulation workflows assume structured inputs rather than raw visual artifacts. To bridge this gap, we present an end-to-end multi-agent large language model system that converts process diagrams directly into executable Aspen HYSYS flowsheets. The framework decomposes the task into three coordinated layers: diagram parsing and interpretation, simulation model synthesis, and multi-level validation. Specialized agents handle visual interpretation, graph-based intermediate representation construction, code generation for the HYSYS COM interface, execution, and structural verification. We evaluate the framework on four chemical engineering case studies of increasing complexity, from a simple desalting process to an industrial aromatic production flowsheet with multiple recycle loops. The system produces executable HYSYS models in all cases, achieving complete structural fidelity on the two simpler cases and strong performance on the more complex ones, with connection consistency above 0.93 and stream consistency above 0.96. These results demonstrate a viable end-to-end sketch-to-simulation workflow while highlighting remaining challenges in dense recycle structures, implicit diagram semantics, and simulator-interface constraints.

📄 PDF Abstract BibTeX arXiv:2603.24629

Code (0)

등록된 구현이 없습니다.

Tasks

Code Generation

Similar Papers 제목 키워드 기반

Transfer learning for process design with reinforcement learning

2023-02-07 · Qinghe Gao, HaoYu Yang, Shachi M. Shanbhag, Artur M. Schweidtmann

Process design is a creative task that is currently performed manually by engineers. Artificial intelligence provides new potential to facilitate process design. Specifically, reinforcement learning (RL) has shown some s…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)Transfer Learning

Large Language Model Agent for User-friendly Chemical Process Simulations

2026-01-15 · Jingkang Liang, Niklas Groll, Gürkan Sin arxiv

Modern process simulators enable detailed process design, simulation, and optimization; however, constructing and interpreting simulations is time-consuming and requires expert knowledge. This limits early exploration by…

Context is all you need: Towards autonomous model-based process design using agentic AI in flowsheet simulations

2026-03-13 · Pascal Schäfer, Lukas J. Krinke, Martin Wlotzka, Norbert Asprion arxiv

Agentic AI systems integrating large language models (LLMs) with reasoning and tooluse capabilities are transforming various domains - in particular, software development. In contrast, their application in chemical proce…

Learning from flowsheets: A generative transformer model for autocompletion of flowsheets

2022-08-01 · Gabriel Vogel, Lukas Schulze Balhorn, Artur M. Schweidtmann

We propose a novel method enabling autocompletion of chemical flowsheets. This idea is inspired by the autocompletion of text. We represent flowsheets as strings using the text-based SFILES 2.0 notation and learn the gra…

Causal Language ModelingLanguage ModelingLanguage ModellingTransfer Learning

Toward autocorrection of chemical process flowsheets using large language models

2023-12-05 · Lukas Schulze Balhorn, Marc Caballero, Artur M. Schweidtmann

The process engineering domain widely uses Process Flow Diagrams (PFDs) and Process and Instrumentation Diagrams (P&IDs) to represent process flows and equipment configurations. However, the P&IDs and PFDs, hereafter cal…

Chemical Process