SIMPLE/PISO/PIMPLE 算法总览
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:
- Advance to the next iteration $ t^{n+1}$
- Initialise $ u^{n+1}$ and $ p^{n+1}$ using latest available values of u and p
- Construct the momentum equations
- Under-relax the momentum matrix
- Solve the momentum equations to obtain a prediction for $ u^{n+1}$
- Construct the pressure equation
- Solve the pressure equation for $ p^{n+1}$
- Correct the flux for $ ϕ^{n+1}$
- Under-relax $ p^{n+1}$
- Correct the velocity for $ u^{n+1}$
- 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算法
All articles on this blog are licensed under CC BY-NC-SA 4.0 unless otherwise stated.
