CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   ParaView (https://www.cfd-online.com/Forums/paraview/)
-   -   [General] remove mesh partition (https://www.cfd-online.com/Forums/paraview/106274-remove-mesh-partition.html)

hadrien51 August 23, 2012 12:13

remove mesh partition
 
1 Attachment(s)
Hi everybody

The output of my parallel cfd code is in Hdf5 and Xdmf.
My problem is that paraview displays the mesh partitions.
I want to remove it to just see the computation domain.
I put a picture, it is better to understand my problem.
the computational domain is a cube and I use 3 processors (so 2 slaves -> 2 partitions)

There is a solution with paraview to remove the mesh partition ?
like a filter ?
or I have to modify the hdf5 implementation ?

thank you very much

hadrien51 August 30, 2012 10:12

Hi everybody
Does anyone have the same problem ?

wyldckat August 31, 2012 06:46

Greetings Hadrien,

We have this problem when using ParaView's internal OpenFOAM reader, when loading decomposed meshes. I know I've seen a question about this in the OpenFOAM forum, but I can't find it :(
Either way, I've learned to ignore it :rolleyes:

Nonetheless, you can try looking for and/or asking this in ParaView's User mailing list: http://www.paraview.org/mailman/listinfo/paraview

Good luck!
Bruno

hadrien51 August 31, 2012 08:12

Thank you Bruno for your answer.
I will check in the open foam forum.
I sent also this question to the HDF5 groups mailing list, I am waiting an answer.
If I find the solution I will put it in this forum.
Thank you Bruno

hadrien51 August 31, 2012 11:42

solution !!!!!!!!!!!
 
I forward the answer
-------------------------------------------------------------
Hi Hadrien, Does your output consist of partition(zone) connectivity information or any information about nodes that are on internal boundaries? If the simulation can write out an additional mask array to indicate the nodes on the internal boundaries, then you could use threshold within ParaView to remove internal boundaries. Best, George

wyldckat August 31, 2012 13:23

Here it is the original response in a more dynamic format ;): http://paraview.markmail.org/search/...+state:results

7islands September 2, 2012 21:13

Quote:

Originally Posted by wyldckat (Post 379676)
We have this problem when using ParaView's internal OpenFOAM reader, when loading decomposed meshes.

This is due to the lack of support for ghost points (or shared points) in ParaView. Discussions about adding its support have arisen several times in the PV list
http://markmail.org/thread/tgf6rqulpnxelewp
http://markmail.org/thread/hpikotbcwmkr75po
and I would be willing to add the ghost point feature to the reader. But I still do not hear that the support is in.

T

Ivan September 28, 2012 05:59

Merge blocks
 
Hi, I have the same problem when importing a tecplot file format in paraview, that is, I see all the internal block structure. I have used the filter "Merge blocks" and it seems to work!

randolph March 16, 2021 11:43

Hi,

I try all the method that mentioned above and did not yield the expected results.

I came up with a workaround solution. I read the OpenFOAM model twice with the native reader. The first read the reconstructed case to provide the geometry and the second read the actual results with the decomposed case. Overlap the model and process the results.

Thx,
Rdf


All times are GMT -4. The time now is 22:08.