SIMPLE/PISO算法

Semi-Implicit Method for Pressure Linked Equations

Pressure Implicit with Splitting of Operators

资料(for more details)

OpenFOAM: User Guide: SIMPLE algorithm

2.2 SIMPLE系列算法 | 2.3 PISO算法(OpenFOAM理论笔记系列)_CloudBird07的博客-CSDN博客_piso算法

OpenFOAM中的数据结构-icoFoam为例【未完成】 - 知乎 (zhihu.com)

OpenFOAM guide/The SIMPLE algorithm in OpenFOAM - OpenFOAMWiki

OpenFOAM guide/The PISO algorithm in OpenFOAM - OpenFOAMWiki

SIMPLE——From User Guide

The sequence for each iteration follows:

  1. Advance to the next iteration $ t^{n+1}$​
  2. Initialise $ u^{n+1}$​ and $ p^{n+1}$​ using latest available values of u and p
  3. Construct the momentum equations
  4. Under-relax the momentum matrix
  5. Solve the momentum equations to obtain a prediction for $ u^{n+1}$
  6. Construct the pressure equation
  7. Solve the pressure equation for $ p^{n+1}$
  8. Correct the flux for $ ϕ^{n+1}$
  9. Under-relax $ p^{n+1}$
  10. Correct the velocity for $ u^{n+1}$
  11. If not converged, go back to step 2

PIMPLE 算法

资料(for more details)

OpenFOAM guide/The PIMPLE algorithm in OpenFOAM - OpenFOAMWiki

2.4 PIMPLE算法 | 2.5 附加显式力的压力速度耦合(OpenFOAM理论笔记系列)_CloudBird07的博客-CSDN博客_pimple算法