multiphaseInterFoam出口回流问题
-
计算到后面,出口OUT会有严重回流,请问大神们,知道怎么回事吗U_boundaryField { bm { type noSlip; } out { type outletPhaseMeanVelocity; Umean 0.03; alpha alpha.steel; value uniform (0 0 -0.03); } nb { type noSlip; } sm { type pressureInletOutletVelocity; value uniform (0 0 0); } in { type fixedValue; value uniform (0 0 -1.629); } P_rgh_boundaryField { bm { type fixedFluxPressure; value uniform 0; } out { type zeroGradient; } nb { type fixedFluxPressure; value uniform 0; } sm { type totalPressure; p0 uniform 0; U U; phi phi; rho rho; psi none; gamma 1; value uniform 0; } in { type zeroGradient; } } // ************************************************************************* //
-
你这个出口给的固定速度?往出抽?
-
根据入口速度,计算流量,给了一个平均速度。
如果设置零梯度的话,计算域内液位会上升 -
出口速度这么设置的@东岳
type outletPhaseMeanVelocity; Umean 0.03; alpha alpha.steel; value uniform (0 0 -0.03);
-
@东岳 大神有什么建议不
-
各位大神给看看啊
跪谢 -
多相流?alpha图发来看看
-
@东岳 是的VOF多相流,计算域三层,最上面是空气,红色是油,下面是水