pisoFoam 代码解读
Application
pisoFoam
Description
Transient solver for incompressible, turbulent flow, using the PISO
algorithm. 不可压缩瞬态求解器 包含湍流 使用piso算法
Sub-models include: 子模型包含 湍流模型 层流 RAS LES
- turbulence modelling, i.e. laminar, RAS or LES
- run-time selectable MRF and finite volume options, e.g. explicit porosity
除了湍流模型以外 还引入了非牛顿流体 在createFields 中体现
都是采用Piso算法进行N-S方程求解,icoFoam用来求解层流,pisoFoam用来求解层流、湍流,并且还可以求解非牛顿流体的流动。具体体现就在代码块中。