|
[Sponsors] | |||||
[OpenFOAM] Do not render volume elements, only the surface elements in ParaView |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|
|
#1 |
|
New Member
Join Date: Oct 2025
Posts: 2
Rep Power: 0 ![]() |
Hi,
I have a large mesh with both volume and surface elements, which I want to visualize in ParaView. However, ParaView opens it slowly because it renders all the volume elements. A ParaView developer told me that to only render the surface elements, I need to do the following: 1. Put my mesh into a .vtm file, separating the surface elements from the volume elements. 2. Implement a new representation to only show the surface elements from the .vtm file. He mentioned that probably step 2 has already been implemented in OpenFOAM. If this is true, could you please point me to the source code? Thank you. |
|
|
|
|
|
|
|
|
#2 |
|
Senior Member
Joern Beilke
Join Date: Mar 2009
Location: Dresden
Posts: 615
Rep Power: 22 ![]() |
Filters -> Alphabetical -> Extract Block
|
|
|
|
|
|
|
|
|
#3 |
|
New Member
Join Date: Oct 2025
Posts: 2
Rep Power: 0 ![]() |
So once I have a partitioned dataset, I can extract the blocks with the "Extract Block" filter that correspond to the surface mesh? Is that the idea?
|
|
|
|
|
|
![]() |
| Tags |
| performance, rendering, rendering surface |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| SU2-7.0.1 on ubuntu 18.04 | hyunko | SU2 Installation | 7 | March 16, 2020 05:37 |
| [snappyHexMesh] sHM layer process keeps getting killed | MBttR | OpenFOAM Meshing & Mesh Conversion | 4 | August 15, 2016 04:21 |
| Problem of simulating of small droplet with radius of 2mm | liguifan | OpenFOAM Running, Solving & CFD | 5 | June 3, 2014 03:53 |
| [blockMesh] non-orthogonal faces and incorrect orientation? | nennbs | OpenFOAM Meshing & Mesh Conversion | 7 | April 17, 2013 06:42 |
| [blockMesh] error message with modeling a cube with a hold at the center | hsingtzu | OpenFOAM Meshing & Mesh Conversion | 2 | March 14, 2012 10:56 |