sd 发表于 2016-3-30 16:54

Gambit网格划分,交界面的处理(转载)

  简单说分块划分网格,如果不定义边界,gambit会默认为interior。

  interior是公共面(两个"体"共用)

  interface是接触面(两个面,分别属于不同的"体"):interface是处理滑移网格,静止部分与滑动部分的交接,也用于流体与固体耦合的时候用;还可以用来连接粗细不同的网格体。

  若用split剖分体时,要选择“connected”选项,否则FLUENT会将交界面默认为壁面(wall)。

  两个体的交界面重合的部分需要有流体流通,即不能用wall处理。这种情况有两种解决办法。

  1:交界面重合部位有两个面,一个属于A,一个属于B,然后分别定义为interface(如 名称为interface1和interface2),这两个面的网格不需要一致,然后到fluent里define/grid interface里将两个交界面create成一个。

  2:(交界面必须一样大小)在gambit中选择geometry/face/connect faces命令,激活virtual(Tolerance),激活T—Junctions,选择两个体的交界面,点击Apply。两个体的重合面线条颜色 为粉红色,OK。然后可以进行体的网格划分。这样两个体的交界面重合部分网格一致,默认为interior,允许流体通过。

  下面是CFD-Online上的一些说法,仅供参考。

  the interface condition is needed for connecting different grid in a model, non matching interface, sliding mesh interface, and so on.

  Sliding mesh interface : use in the sliding mesh model, one part of the mesh will move regarding to the other.

  Different grid interface : for connecting different kind of grid without transition. for exemple, hexa with tetra without pyramidal element. Fluent interpolate the result a mesh interface from one grid to the other.

  Non matching interface : grid with diferent shape and/or with different position of their nodes. If you have the fluent tutorials take a look at the film cooling exemple.

  the interior condition is usefull if you have surfaces in you model which are part of the fluid. If you don't use interior condition gambit can considerer them as wall.

  the internal condition is quite the same as interior but it will be merge in the adjacent interiors in the final mesh if you use tgrid. I think that this condition is useless if you use gambit.

  原文地址:http://wangty704.blog.163.com/blog/static/1179722012009674404528/

  对于2d的情况,两个面的交界线处理方法也是如此。interface的一对面两侧均有节点,interior仅有一面节点。计算结果,interface两侧节点即使坐标相同其计算所得结果可能不同。

转自:http://blog.sina.com.cn/s/blog_e42ffb150102v3c2.html

fengshao2004 发表于 2016-3-31 08:46

顶一个先,最好一开始定义好边界。
页: [1]
查看完整版本: Gambit网格划分,交界面的处理(转载)