phasicFlow
phasicFlow copied to clipboard
Geometry_Visualization
After running cases that consist of multiple surfaces and geometries, the whole geometry has been considered as one object in ParaView. This can leads to some possible issues for the visualization. For instance, opacity should have reduced to follow the particles inside the geometry. On top of that, reducing the opacity of some surfaces causes problems for visualization. Surfaces and geometries can be considered separately for a better visualization.
In new version (1.x), you can have geometry converted to separate files (sub-surfaces) by passing a flag (-s) to the command pFlowToVTK. Then, you will have vtk files with sub-surfaces names under VTK/geometry folder. Just use the following command:
pFlowToVTK -s
This feature is added to pFlowToVTK in version 1.0.