paper-with-me

Papers

M2PDE: Compositional Generative Multiphysics and Multi-component PDE Simulation

2024-12-05 · Tao Zhang, Zhenhai Liu, Feipeng Qi, Yongjun Jiao, Tailin Wu

Multiphysics simulation, which models the interactions between multiple physical processes, and multi-component simulation of complex structures are critical in fields like nuclear and aerospace engineering. Previous studies use numerical solvers or ML-based surrogate models for these simulations. However, multiphysics simulations typically require integrating multiple specialized solvers-each for a specific physical process-into a coupled program, which introduces significant development challenges. Furthermore, existing numerical algorithms struggle with highly complex large-scale structures in multi-component simulations. Here we propose compositional Multiphysics and Multi-component PDE Simulation with Diffusion models (M2PDE) to overcome these challenges. During diffusion-based training, M2PDE learns energy functions modeling the conditional probability of one physical process/component conditioned on other processes/components. In inference, M2PDE generates coupled multiphysics and multi-component solutions by sampling from the joint probability distribution. We evaluate M2PDE on two multiphysics tasks-reaction-diffusion and nuclear thermal coupling-where it achieves more accurate predictions than surrogate models in challenging scenarios. We then apply it to a multi-component prismatic fuel element problem, demonstrating that M2PDE scales from single-component training to a 64-component structure and outperforms existing domain-decomposition and graph-based approaches. The code is available at https://github.com/AI4Science-WestlakeU/M2PDE.

📄 PDF Abstract BibTeX arXiv:2412.04134

Code (2)

AI4Science-WestlakeU/MultiSimDiff 공식 구현 pytorch
ai4science-westlakeu/m2pde 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

GenCP: Towards Generative Modeling Paradigm of Coupled Physics

2026-01-27 · Tianrun Gao, Haoren Zheng, Wenhao Deng, Haodong Feng 외 arxiv

Real-world physical systems are inherently complex, often involving the coupling of multiple physics, making their simulation both highly valuable and challenging. Many mainstream approaches face challenges when dealing …

AutoHood3D: A Multi-Modal Benchmark for Automotive Hood Design and Fluid-Structure Interaction

2025-11-05 · Vansh Sharma, Harish Jai Ganesh, Maryam Akram, Wanjiao Liu 외 arxiv

This study presents a new high-fidelity multi-modal dataset containing 16000+ geometric variants of automotive hoods useful for machine learning (ML) applications such as engineering component design and process optimiza…

Advanced Space Mapping Technique Integrating a Shared Coarse Model for Multistate Tuning-Driven Multiphysics Optimization of Tunable Filters

2025-07-16 · Haitian Hu, Wei Zhang, Feng Feng, Zhiguo Zhang 외 arxiv

This article introduces an advanced space mapping (SM) technique that applies a shared electromagnetic (EM)-based coarse model for multistate tuning-driven multiphysics optimization of tunable filters. The SM method comb…

Computational Efficiency

Reinforcement learning framework for the mechanical design of microelectronic components under multiphysics constraints

2025-04-23 · Siddharth Nair, Timothy F. Walsh, Greg Pickrell, Fabio Semperlotti

This study focuses on the development of reinforcement learning based techniques for the design of microelectronic components under multiphysics constraints. While traditional design approaches based on global optimizati…

global-optimizationreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Your Simulation Runs but Solves the Wrong Physics: PDE-Grounded Intent Verification for LLM-Generated Multiphysics Simulation Code

2026-05-10 · Zhenghan Song, Yulong Liu, Cheng Wan, Chenjun Li 외 arxiv

Execution-based evaluation of LLM-generated code implicitly treats successful execution as a proxy for correctness. In scientific simulation, this proxy is insufficient: a generated input file can run, mesh, and converge…