|
[Sponsors] |
[OpenFOAM] Visualizing parallel simulations - processor contour lines |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
July 6, 2021, 07:24 |
Visualizing parallel simulations - processor contour lines
|
#1 |
Member
Grivalszki Péter
Join Date: Mar 2019
Location: Budapest, Hungary
Posts: 39
Rep Power: 7 |
Hi!
If we visualize something that run in parallel in OpenFOAM, we can do it in the decomposed condition. However, If we reduce opacity, we can see the contour lines of the parallel blocks and it is really disturbing. Reconstructing the mesh would be a solution, but it is really time consuming in most of my cases. Is there a way to filter out somehow these contour lines from the visualization? Here is a picture about the problem: Képkivágás.JPG Thank you! Peter |
|
July 8, 2021, 14:10 |
|
#2 |
Senior Member
Mark Olesen
Join Date: Mar 2009
Location: https://olesenm.github.io/
Posts: 1,714
Rep Power: 40 |
The OpenFOAM datasets (in the reader) need an extra layer of ghost cells to provide the processor to processor connectivity for creating isosurfaces correctly.
This needs to be taken to the paraview discourse forum and/or a (kitware) GitLab issue for it. We obviously do know the processor-processor connectivity based on the OpenFOAM information, and can even walk the face-face connections. However, generating a ghost cell is not quite so easy. Probably need to markup all of the connected cells on the neighbour and the points used. Send points and connectivity to the other side, but when inserting these additional ghost cells also need to renumber and eliminate duplicate points. I'm not sure if we could just send across a dummy cell with a single additional vertex - if that would be enough to make the contoured happy. |
|
Tags |
contour, decomposed, opacity, parallel, paraview |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Running multiple simulations in series or parallel | AliMosayyebi | FLUENT | 0 | June 26, 2017 10:17 |
Running parallel case after parallel meshing with snappyHexMesh? | Adam Persson | OpenFOAM Running, Solving & CFD | 0 | August 31, 2015 23:04 |
parallel simulations - error message: "OPT_ITERATIONS: invalid option name" | v8areu | SU2 | 5 | July 23, 2015 03:57 |
Parallel partion lines on grid | Allan Walsh | FLUENT | 1 | January 12, 2009 19:09 |
Parallel Computing Classes at San Diego Supercomputer Center Jan. 20-22 | Amitava Majumdar | Main CFD Forum | 0 | January 5, 1999 13:00 |