{"title":"Hybrid deep learning and iterative methods for accelerated solutions of viscous incompressible flow","authors":"Heming Bai, Xin Bian","doi":"10.1016/j.jcp.2026.114747","DOIUrl":null,"url":null,"abstract":"<div><div>The pressure Poisson equation, central to the fractional step method in incompressible flow simulations, incurs high computational costs due to the iterative solution of large-scale linear systems. To address this challenge, we introduce HyDEA (Hybrid Deep lEarning line-search directions and iterative methods for Accelerated solutions), a novel framework that synergizes deep learning with classical iterative solvers. It leverages the complementary strengths of a deep operator network (DeepONet) – capable of capturing large-scale features of the solution – and the conjugate gradient (CG) or a preconditioned conjugate gradient (PCG) (with Incomplete Cholesky, Jacobi, or Multigrid preconditioner) method, which efficiently resolves fine-scale errors. Specifically, within the framework of line-search methods, the DeepONet predicts search directions to accelerate convergence in solving sparse, symmetric-positive-definite linear systems, while the CG/PCG method ensures robustness through iterative refinement. The framework seamlessly extends to flows over solid structures via the decoupled immersed boundary projection method, preserving the linear system’s structure. Crucially, the DeepONet is trained on <em>fabricated</em> linear systems rather than flow-specific data, endowing it with inherent generalization across geometric complexities and Reynolds numbers without retraining. Benchmarks demonstrate HyDEA’s superior efficiency and accuracy over the CG/PCG methods for flows with no obstacles, single/multiple stationary obstacles, and one moving obstacle – using <em>fixed network weights</em>. Remarkably, HyDEA also exhibits super-resolution capability: although the DeepONet is trained on a 128 × 128 grid for Reynolds number <span><math><mrow><mi>R</mi><mi>e</mi><mo>=</mo><mn>1000</mn></mrow></math></span>, the hybrid solver delivers accurate solutions on a 512 × 512 grid for <span><math><mrow><mi>R</mi><mi>e</mi><mo>=</mo><mn>10</mn><mo>,</mo><mn>000</mn></mrow></math></span> via interpolation, despite discretizations mismatch. In contrast, a purely data-driven DeepONet fails for complex flows, underscoring the necessity of hybridizing deep learning with iterative methods. HyDEA’s robustness, efficiency, and generalization across geometries, resolutions, and Reynolds numbers highlight its potential as a transformative solver for real-world fluid dynamics problems.</div></div>","PeriodicalId":352,"journal":{"name":"Journal of Computational Physics","volume":"554 ","pages":"Article 114747"},"PeriodicalIF":3.8000,"publicationDate":"2026-06-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":"0","resultStr":null,"platform":"Semanticscholar","paperid":null,"PeriodicalName":"Journal of Computational Physics","FirstCategoryId":"101","ListUrlMain":"https://www.sciencedirect.com/science/article/pii/S0021999126000975","RegionNum":2,"RegionCategory":"物理与天体物理","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":null,"EPubDate":"2026/2/3 0:00:00","PubModel":"Epub","JCR":"Q2","JCRName":"COMPUTER SCIENCE, INTERDISCIPLINARY APPLICATIONS","Score":null,"Total":0}
引用次数: 0
Abstract
The pressure Poisson equation, central to the fractional step method in incompressible flow simulations, incurs high computational costs due to the iterative solution of large-scale linear systems. To address this challenge, we introduce HyDEA (Hybrid Deep lEarning line-search directions and iterative methods for Accelerated solutions), a novel framework that synergizes deep learning with classical iterative solvers. It leverages the complementary strengths of a deep operator network (DeepONet) – capable of capturing large-scale features of the solution – and the conjugate gradient (CG) or a preconditioned conjugate gradient (PCG) (with Incomplete Cholesky, Jacobi, or Multigrid preconditioner) method, which efficiently resolves fine-scale errors. Specifically, within the framework of line-search methods, the DeepONet predicts search directions to accelerate convergence in solving sparse, symmetric-positive-definite linear systems, while the CG/PCG method ensures robustness through iterative refinement. The framework seamlessly extends to flows over solid structures via the decoupled immersed boundary projection method, preserving the linear system’s structure. Crucially, the DeepONet is trained on fabricated linear systems rather than flow-specific data, endowing it with inherent generalization across geometric complexities and Reynolds numbers without retraining. Benchmarks demonstrate HyDEA’s superior efficiency and accuracy over the CG/PCG methods for flows with no obstacles, single/multiple stationary obstacles, and one moving obstacle – using fixed network weights. Remarkably, HyDEA also exhibits super-resolution capability: although the DeepONet is trained on a 128 × 128 grid for Reynolds number , the hybrid solver delivers accurate solutions on a 512 × 512 grid for via interpolation, despite discretizations mismatch. In contrast, a purely data-driven DeepONet fails for complex flows, underscoring the necessity of hybridizing deep learning with iterative methods. HyDEA’s robustness, efficiency, and generalization across geometries, resolutions, and Reynolds numbers highlight its potential as a transformative solver for real-world fluid dynamics problems.
压力泊松方程是不可压缩流动模拟中分步法的核心,由于大规模线性系统的迭代求解,其计算成本很高。为了应对这一挑战,我们引入了HyDEA (Hybrid Deep lEarning line-search direction and iterative methods for Accelerated solutions),这是一个将深度学习与经典迭代求解器相结合的新框架。它利用了深度算子网络(DeepONet)的互补优势——能够捕获解决方案的大规模特征——和共轭梯度(CG)或预条件共轭梯度(PCG)(具有不完全Cholesky, Jacobi或多网格预调节器)方法,有效地解决了精细尺度误差。具体而言,在线搜索方法的框架内,DeepONet预测搜索方向以加速求解稀疏、对称-正定线性系统的收敛,而CG/PCG方法通过迭代细化确保鲁棒性。框架通过解耦浸入式边界投影法无缝扩展到实体结构上的流动,保留了线性系统的结构。最重要的是,DeepONet是在合成的线性系统上进行训练的,而不是在特定流的数据上进行训练,这使其具有跨越几何复杂性和雷诺数的固有泛化能力,而无需重新训练。基准测试表明,对于无障碍物、单个/多个固定障碍物和一个移动障碍物(使用固定网络权重)的流动,HyDEA比CG/PCG方法具有更高的效率和准确性。值得注意的是,HyDEA还展示了超分辨率能力:尽管DeepONet是在雷诺数Re=1000的128 × 128网格上训练的,但混合求解器通过插值在Re=10,000的512 × 512网格上提供准确的解,尽管离散化不匹配。相比之下,纯数据驱动的DeepONet无法处理复杂的流,这强调了将深度学习与迭代方法相结合的必要性。HyDEA在几何、分辨率和雷诺数方面的稳健性、高效性和通用性突出了其作为现实世界流体动力学问题变革性求解器的潜力。
期刊介绍:
Journal of Computational Physics thoroughly treats the computational aspects of physical problems, presenting techniques for the numerical solution of mathematical equations arising in all areas of physics. The journal seeks to emphasize methods that cross disciplinary boundaries.
The Journal of Computational Physics also publishes short notes of 4 pages or less (including figures, tables, and references but excluding title pages). Letters to the Editor commenting on articles already published in this Journal will also be considered. Neither notes nor letters should have an abstract.