OpenFOAM中refineMesh的用法
(2014-12-25 09:58:12)
标签:
openfoam网格细化 |
分类: OpenFOAM |
想要实现refineMesh,system文件夹下需要两个文件,topoSetDict和refineMeshDict。
如下:
2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
//
actions ( ); // |
2 3 4 5 6 7 8 9 10 11 12 13 |
//
coordinateSystem globalCoeffs { } directions useHexTopology geometricCut writeMesh // |
按如下指令操作:
2 3 4 |
blockMesh
topoSet refineMesh checkMesh |
如果需要再次细化,
2 3 |
topoSet
refineMesh checkMesh |
其他功能还没研究,以后补充……
也欢迎各位大神指点~
也欢迎各位大神指点~