CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM Meshing & Mesh Conversion (https://www.cfd-online.com/Forums/openfoam-meshing/)
-   -   [Technical] How to output a series of cells for paraFoam view (https://www.cfd-online.com/Forums/openfoam-meshing/61908-how-output-series-cells-parafoam-view.html)

jennyrui2008 December 15, 2008 03:59

How to output a series of cells for paraFoam view
 
Now I can acquire a List, which include all labels of cells I need. How I can output this List to some directory, e.g. constant/polyMesh/set, for paraFoam to observe these cells directly?

I'm eager for any valuable suggestion.

mkraposhin December 15, 2008 04:44

i think, you can use utility c
 
i think, you can use utility cellSet for generating list of cells and utility foamToVTK with switch -cellSet, then you can run paraFoam (or paraview)

f.e.:

1) cellSet . case-1
2) foamtToVTK . case-1 -cellSet <setgeneratedonstep1>
3) paraFoam . case-1


All times are GMT -4. The time now is 19:53.