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

 
 
LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
Old   May 4, 2020, 02:49
Default
  #2
Super Moderator
 
flotus1's Avatar
 
Alex
Join Date: Jun 2012
Location: Germany
Posts: 3,400
Rep Power: 47
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

 

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 06:58.