pisoFoam 代碼解讀
Application
??? pisoFoam
Description
??? Transient solver for incompressible, turbulent flow, using the PISO
??? algorithm.? 不可壓縮瞬態(tài)求解器? 包含湍流 使用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 中體現(xiàn)
都是采用Piso算法進行N-S方程求解,icoFoam用來求解層流,pisoFoam用來求解層流、湍流,并且還可以求解非牛頓流體的流動。具體體現(xiàn)就在代碼塊中。
標簽: