[Paraview] paraview python scripting equivalent of File->save Data of contour

2015-11-12 Thread Enrique Lizarraga-Garcia
Hi all, I would like to automate exporting csv files from countour of vtk files. I am tracing the steps in paraview, but it somehow misses the last part, saving/exporting as csv. When I do it manually, it saves n csv files, where n is the number of blocks I have in my simulation. I have success

Re: [Paraview] paraview python scripting equivalent of File->save Data of contour

2015-11-14 Thread Enrique Lizarraga-Garcia
full path in the 'name' variable. > > HTH, > Cory > > On Thu, Nov 12, 2015 at 6:02 PM, Enrique Lizarraga-Garcia > wrote: > Hi all, > > I would like to automate exporting csv files from countour of vtk files. I am > tracing the steps in paraview, but it someh

[Paraview] How to use the velocity values of different time steps in Paraview Append Attributes filter

2014-03-14 Thread Enrique Lizarraga-Garcia
Hi All, I would like to access the initial velocity values at each point for subsequent time steps in order to calculate the L2 error of my simulation with time: L2_error = sqrt( sum_cells( ( U-U_ini )^2 + ( V-V_ini )^2 )/ sum_cells(U_ini^2+V_ini^2) ). I have followed the instructions given

[Paraview] Export vectorial images in Paraview

2014-03-25 Thread Enrique Lizarraga-Garcia
Hi All, I would like to export scenes and save them as vectorial images (eps for example). I am using Paraview 3.98.1. I have read in some emails that this feature was not available in previous versions, and I was wondering if it is/will be added now. Thank you very much, Enrique _