滑移条件&无滑移条件【翻译】

翻译自:CFD-online

帖子地址:http://www.cfd-online.com/Forums/openfoam/84549-slip-no-slip-conditions.html

kurne

大家好

谁能告诉我怎么在壁面给定滑移条件或者非滑移条件。我有点困惑,是否滑移条件意味着零梯度,无滑移条件意味着固定梯度?

祝好

Mubeen K Kurne

madad2005

执行无滑移条件需要使用:

type fixedValue;

value (0,0,0);

执行滑移条件需要使用:

type slip;

kurne

亲爱的madad2005

非常感谢你的帮助。你能纠正我的错误吗?

对于无滑移条件:

  1. 就速度而言

type fixedValue;

value uniform 0;

  1. 就压力而言

type fixedValue;

value uniform 0;

对于滑移条件:

  1. 就速度而言:

type slip;

  1. 就压力而言:

type slip;

先提前谢谢

madad2005

Quote:

Originally Posted by kurne View Post

Dear madad2005

Thanks A lot for help.Will you please correct me

For

 

No Slip conditions

1) For velocity

type fixedValue;

value uniform (0,0,0);

 

2) For pressure

type zeroGradient;

 

For Slip Conditions

1) For velocity

type slip;

 

2) For pressure

type zeroGradient;

 

Thanks In Advance

看下面,对于壁面的压力边界,法向梯度为零。对滑移条件的速度而言,存在垂直于壁面和平行于壁面两个不同的方向,我认为滑移条件能够控制这两个方向。

kurne

亲爱的mada2005

非常感谢你指导我

再次感谢

Prash

Quote:

Originally Posted by madad2005 View Post

See above. The BC requirement for pressure at the wall is normally zeroGradient. For velocity with a slip wall, there are two different conditions to be met normal to the wall and parallel to the wall, which I believe the slip boundary condition handles.

大家好

对不起,挖坟了

  1. 如果我对速度使用全滑移条件,是否需要指定压力?我猜压力是根据壁面的速度计算出来的?
  2. 如果我把压力边界设置为滑移条件同时速度条件也设置为滑移条件。是否和设置壁面边界为"zeroGradient"一样?我做这个没有得到相同的答案

PS:回复最后一问:如果是标量,那zeroGradientslip是等价的。矢量则不是,以速度为例,zeroGradient 是让边界上的速度的三个分量都等于其邻近的网格的值,即

slip是让边界速度的与边界平行的分量等于其邻近网格上的速度在平行边界方向上的分量,边界速度的法向分量则设为零。用公式来表示,就是

表示边界的值,表示邻近网格中心的值, n n 是边界单位法向量

该回答转载自:http://cfd-china.com/topic/121/自由滑移slipzerogradient的区别/2

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