如何根据stl模型定义cellZone?
-
各位老师好,
我想通过
.stl
模型划定cellZone
,toposetdict
代码如下:actions ( { name net1Set; type cellSet; action new; /* source surfaceToCell;*/ source insidePoints; sourceInfo { /* file "constant/triSurface/Net1_heave.stl";*/ /* nearDistance 1e-6;*/ /* curvature 0;*/ /* outsidePoints ((-100 0 0)); // STL 外部参考点*/ /* includeCut true;*/ /* includeInside true;*/ /* includeOutside false;*/ points((0 15 0)); } } { name net1Zone; type cellZoneSet; action new; source setToCellZone; sourceInfo { set net1Set; } }
在
paraFoam
中预览的.stl
模型只有表面网格,其内部是空的。希望各位老师能够给出改正意见~
感谢!