MovingWallVelocity边界条件【翻译】

翻译自:CFD-online

帖子地址:http://www.cfd-online.com/Forums/openfoam-solving/59646-movingwallvelocity-boundary-condition.html

ralph

大家好

我想模拟翼型俯仰

我的问题是关于边界条件的

  1. 沿着机翼方向的速度不是常数,我没有办法使用fixedValue边界条件

下面的边界条件对U适用吗?

AIRFOIL

{

type movingWallVelocity;

value uniform (0 0 0);

}

是否意味着壁面的相对速度为0

  1. 这个边界条件我可以用到算例的其他非移动壁面变量上吗?

Ralph

ralph(重复,不翻译)

lr103476

你好,Ralph

  1. 你需要对移动壁面的速度设置movingWallVelocity边界条件。这个边界矫正通量因为网格运动用这种方法确保通过移动壁面的通量为0。你的这个算例应该是这种方法,你可以检测一下这个时间的通量。
  2. 当你使用icoDyMFoam求解器时,你需要有motionU, Up。在算例的非移动壁面设置p和余下的U。在motionU通过使用oscillationFixedValue边界条件定义移动壁面的速度,或者当壁面使用dynamicFvMesh库来定义时,采用fixedValue (0 0 0)。为了保险起见,对所有的出口除了symmetry empty边界均采用fixedValue (0 0 0)。如果你不想采用fixedValue,在入口处采用zeroGradient,可能会导致入口随着流体流动...很好,你不需要那个

    祝好运

    Frank

    ralph

    感谢Frank

    Ralph

    Malu006

    大家好,我也卡在翼型俯仰模拟,最后我可以使用sixDoFRigidBodyDisplacement。现在我必须增加翼型升起随着震荡动作。首先我通过改变约束(固定轴和线),但是这没有效果。有人知道如何处理这个?

    谢谢

    Malu

    lakeat

    Quote:

    Originally Posted by Malu006 

    hey everyone, i was also stuck at simulating a pitching airfoil simulation, finally i was able to do so uisng sixDoFRigidBodyDisplacement. now i have to add a heaving motion along with the pitching motion. i first tried to do so it by changing the constraints (fixed axis and fixed line), but this did not work. does anyone have an idea about how to go about this?

    Thanks
    Malu

    已经可以运行了,我在上面花了很长时间,小心方向的设置。

    ReexamineRetry.

    sasanghomi

    大家好

    我不理解在movingWallVelocity边界中什么是value(0 0 0)

    谁能解释一下???

    Artur

    Quote:

    Originally Posted by sasanghomi 

    Hi every body 
    I did'nt understand what is value(0 0 0) in movingWallVelocity boundry condition????/
    Can any one explain???

    我认为它等同于标准壁面类型的无滑移除了那里存在移动...

posted @ 2016-07-18 19:41  硫酸亚铜  阅读(710)  评论(0编辑  收藏  举报