Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
请问paraview可以显示某个face在constant/polyMesh/faces中的face label吗?可以用其他后处理软件实现相同功能吗?我想用topoSet labelToFace提取一些面组成一个边界面。
暂不清楚如何在paraview里面实现,有一种猜测是使用foamToVTK,但是没试过你可以试试。
foamToVTK
但是我知道这面的代码可以提取faceLabel:
faceLabel
label faceIndex = mesh_.cells()[cellI][faceI];
你可以通过这个手动提取。
你可以先用topoSet的nearestToPoint生成pointSet,再由pointSet生成faceSet,在生成的若干面里面剔除无关的面即可。