icem绘制的两个interface part,导入openFOAM后默认成一个part?
-
黄色定义为outwall ,其交界面定义为interface_AA,
程色定义为innerwall,其交接面定义为interface_A,
但是在导入openFOAM后产生一个警告
--> FOAM Warning : fluent mesh has 7716 undefined boundary faces.
Adding undefined faces to new patchdefault_wall
default_wall就是interface_AA与interface_A加在了一起。有没有人遇到过这个问题,希望能指导一下我。
-
@yingqing 你现在这个交界面是1个面还是2个面,在openfoam里面
-
@李东岳 老师,我已经找到了问题所在,在网格转换的时候应该使用fluent3DMeshtoFoam而不是fluentMeshtoFoam。
改换命令后已经已经可以生成patch,但是产生了新的错误,还在重新搞patch 0 from Fluent indices: 1244523 to: 1277792 type: wall
patch 1 from Fluent indices: 1277793 to: 1280230 type: interface
patch 2 from Fluent indices: 1280231 to: 1283685 type: wall
patch 3 from Fluent indices: 1283686 to: 1288913 type: interface
patch 4 from Fluent indices: 1288914 to: 1330832 type: wall--> FOAM FATAL ERROR:
Illegal cell label -1 in neighbour addressing for face 1295125 -
已经获得成功。
icem中创建的part对应着openFOAM中的boundarys
icem中创建的body对应着openfoam中的cellzones