我的模型是一个大的长方体里面有一个小的长方体,而小的长方体内有一个长方形的面,这个小的长方体有两个进口,一个出口,而长方形的面的看成是fan。
当在fluent中导入mesh文件,进行grid--check时出现如下出现错误:
Checking number of nodes per cell.
Checking number of faces per cell.
Checking thread pointers.
Checking number of cells per face.
Checking face cells.
Checking bridge faces.
Checking right-handed cells.
Checking face handedness.
Checking face node order.
Checking element type consistency.
Checking boundary types:
Error: pressure-outlet zone 6 has two adjacent cell zones.
Error: pressure-inlet zone 7 has two adjacent cell zones.
Error: pressure-inlet zone 8 has two adjacent cell zones.
Checking face pairs.
Checking periodic boundaries.
Checking node count.
Checking nosolve cell count.
Checking nosolve face count.
Checking face children.
Checking cell children.
Checking storage.
Done.
WARNING: Grid check failed.
请问对下一步的求解会产生影响吗?该如何解决这个问题?谢谢!
谢谢赐教。
不过,当我重新划分网格后,在fluent导入网格时还是会出现如Error: pressure-outlet zone 6 has two adjacent cell zones。的错误。
具体的步骤是这样的:
将这几个几何体积画好后,我采用split操作,首先将大的长方体split长方形的面,然后再用生成的体积split小的长方体。这项操作完成后,我就进行网格的划分。网格划分时,首先画长方形的面的网格,再画长方体的网格,最后定义边界条件。
然后,导入到fluent中,进行grid--check时出现出现诸如Error: pressure-outlet zone 6 has two adjacent cell zones。的错误。请问,这个问题怎么解决呀?
谢谢!
Error: pressure-outlet zone 6 has two adjacent cell zones.
Error: pressure-inlet zone 7 has two adjacent cell zones.
Error: pressure-inlet zone 8 has two adjacent cell zones.