我好像发现什么了,这个结构是一样的,不过tutorial case里obj生成polyMesh中,有分组。。。
( aerofoil { type wall; inGroups List<word> 1(wall); nFaces 120; startFace 31760; } inlet { type patch; inGroups List<word> 1(freestream); nFaces 200; startFace 31880; } outlet { type patch; inGroups List<word> 1(freestream); nFaces 160; startFace 32080; } back { type empty; inGroups List<word> 1(empty); nFaces 16000; startFace 32240; } front { type empty; inGroups List<word> 1(empty); nFaces 16000; startFace 48240; } )所以,/0下文件头上freestream不是类型名,是边界(组)名。。。
感觉这个地方有误导性,导致我以为文件结构不同。。。
建议改个组名!