phasicFlow icon indicating copy to clipboard operation
phasicFlow copied to clipboard

Geometry_Visualization

Open saeedmahdavy opened this issue 2 years ago • 1 comments

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.

saeedmahdavy avatar Nov 11 '23 11:11 saeedmahdavy

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

PhasicFlow avatar Mar 30 '24 17:03 PhasicFlow

This feature is added to pFlowToVTK in version 1.0.

PhasicFlow avatar Jan 28 '25 21:01 PhasicFlow