本案例具体设置如下图:
2.1 导入几何
具体的几何模型与边界条件如下所示,wall替换为inlet2,:
2.2 网格设置
3.1 General设置与网格导入
首先导入网格,然后勾选稳态计算,具体设置如下图所示。
3.2 材料设置
此处对材料进行设置,依据相关文献,对水和硅油进行材料参数的设置,具体设置如下图所示:
依据几何边界与模型介绍,此处对上下壁面的运动展开设置,具体设置如下图:
3.6 初始化设置
首先进行标准初始化设置,具体设置如下图:
3.7 计算设置
此处需要添加一个脚本文件,具体的脚本文件如下图:
rc XXX.cas.h5
solve set equations mixture flow yes ke yes mp no
solve set equations phase-2 moment-0 no moment-1 no moment-2 no moment-3 no moment-4 no moment-5 no
solve initialize initialize-flow
solve iterate 700
solve set equations mixture flow no ke no mp no
solve set equations phase-2 moment-0 yes moment-1 yes moment-2 yes moment-3 yes moment-4 yes moment-5 yes
solve patch phase-2 fluid () mp 1e-06
solve set under-relaxation phase-2 moment-0 0.9 moment-1 0.9 moment-2 0.9 moment-3 0.9 moment-4 0.9 moment-5 0.9
solve iterate 200
solve set under-relaxation phase-2 moment-0 1.0 moment-1 1.0 moment-2 1.0 moment-3 1.0 moment-4 1.0 moment-5 1.0
solve iterate 2000
report population-balance moments outlet () () 6 no
4.1 后处理结果