CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Visualization & Post-Processing Software > ParaView

[General] Tryingto create a movie of iso-surface contours using ParaView

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   May 3, 2020, 05:45
Question Tryingto create a movie of iso-surface contours using ParaView
  #1
New Member
 
Ahmhmd
Join Date: Jun 2012
Posts: 4
Rep Power: 13
MastaMinds is on a distinguished road
Greetings everyone,

I am not new to Paraview, but I also do not consider myself an expert. I have been trying to create a movie using ParaView. I made simulations in Fluent and exported the results to ParaView. The grid size is 8 million cells and it is an unsteady flow.
I was able to successfully export the results I wanted to ParaView and visualize them. However, I suffered from some issues. ParaView is very slow when visualizing the results or even importing them. I tried running it on a computer with excellent specifications, but the problem is still there.
The PC I am using has a core i7 processor with 8 logical cores, 64 GB RAM, and a 4 GB dedicated NVIDIA GeForce graphics card.
After visualizing the results, I am able to rotate the view and save an image without issues, but that's not the only thing I need.

I am trying to create a movie of iso-surfaces of Q-criterion at different time instants, and it appeared to be impossible and I don't know where the issue lies. I remember a professor showing us in the class a movie of 3D Lambda2 iso-surfaces that show the transition from laminar to turbulent and it ran smoothly without issues (it was OpenFOAM and the grid size was probably slightly smaller). Nevertheless, the movie he showed us was on his personal laptop, which has specifications by far less than the machine I am using.

Can anyone help?
Thanks.
MastaMinds is offline   Reply With Quote

Old   May 4, 2020, 02:49
Default
  #2
Super Moderator
 
flotus1's Avatar
 
Alex
Join Date: Jun 2012
Location: Germany
Posts: 3,399
Rep Power: 46
flotus1 has a spectacular aura aboutflotus1 has a spectacular aura about
There are two factors that determine how fast Paraview can create an animation from multiple time steps:
1) File I/O. Paraview needs to load the values for each time step from disk, which can take some time depending on file size and file system throughput. There is probably an option to load all time steps at once into memory, which takes longer initially, but makes switching between time steps much faster. Not 100% sure about that, I never used it.
2) The amount of computing that has to be done. If your file only contains the velocity vector field, you need to apply a filter in PV that computes e.g. the the Q-criterion. This step takes some time to compute, but can be sped up using PV in parallel. By default, PV performs these computations on a single core. If on the other hand your data already contains the field for the value you need in your animation, processing times are much shorter.

I don't know what your professor did to create an animation in real-time on his laptop in Paraview. Maybe a combination of all of the above, or maybe he just showed a pre-recorded animation?
I am used to animations taking between a few seconds up to a few minutes per time step in PV, depending on mesh size and the amount of processing necessary in PV.
flotus1 is offline   Reply With Quote

Old   May 4, 2020, 03:06
Default
  #3
New Member
 
Ahmhmd
Join Date: Jun 2012
Posts: 4
Rep Power: 13
MastaMinds is on a distinguished road
Quote:
Originally Posted by flotus1 View Post
There are two factors that determine how fast Paraview can create an animation from multiple time steps:
1) File I/O. Paraview needs to load the values for each time step from disk, which can take some time depending on file size and file system throughput. There is probably an option to load all time steps at once into memory, which takes longer initially, but makes switching between time steps much faster. Not 100% sure about that, I never used it.
2) The amount of computing that has to be done. If your file only contains the velocity vector field, you need to apply a filter in PV that computes e.g. the the Q-criterion. This step takes some time to compute, but can be sped up using PV in parallel. By default, PV performs these computations on a single core. If on the other hand your data already contains the field for the value you need in your animation, processing times are much shorter.

I don't know what your professor did to create an animation in real-time on his laptop in Paraview. Maybe a combination of all of the above, or maybe he just showed a pre-recorded animation?
I am used to animations taking between a few seconds up to a few minutes per time step in PV, depending on mesh size and the amount of processing necessary in PV.

Thank you for your reply. The file I exported to ParaView contains Q-criterion values and they do not need to be computed from the velocity field. With regard to the animation my professor played in class, no it wasn't pre-recorded, It was real-time and he ran the animation in ParaView itself. One thing I am sure of is that the results he showed us came from an in-house DNS code.
I think I will skip viewing the animation in ParaView and just save the animation as a movie.
Thanks again.
MastaMinds is offline   Reply With Quote

Old   May 4, 2020, 05:48
Default
  #4
Super Moderator
 
flotus1's Avatar
 
Alex
Join Date: Jun 2012
Location: Germany
Posts: 3,399
Rep Power: 46
flotus1 has a spectacular aura aboutflotus1 has a spectacular aura about
Found an option to "cache geometry for animation". That should speed things up after an initial load cycle.
Another possibility might be that your professor did not animate an iso-surface extracted from a full field on the fly. Instead animating the iso-surface itself, which had previously been exported.
flotus1 is offline   Reply With Quote

Reply

Tags
iso surface, movies, paraview, unsteady flow


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
[Gmsh] Problem with Gmsh nishant_hull OpenFOAM Meshing & Mesh Conversion 23 August 5, 2015 02:09
[GAMBIT] How to plot S pipe mariam.sara ANSYS Meshing & Geometry 36 November 7, 2013 15:22
Help: Create offset surface from existing surface??!! tobiley FLUENT 2 May 22, 2013 07:34
paraFoam reader for OpenFOAM 1.6 smart OpenFOAM Installation 13 November 16, 2009 21:41
CFX4.3 -build analysis form Chie Min CFX 5 July 12, 2001 23:19


All times are GMT -4. The time now is 13:38.