Re: [Paraview] Question about modify data in VTK files

2017-10-06 Thread Li, Teng
Hi Utkarsh, Thanks! I will try to use Python instead of Matlab. Best, Teng Teng Li Master Candidate in Structures Department of Civil and Environmental Engineering University of Illinois at Urbana-Champaign 205 North Mathews Ave, Urbana, IL. 61801 Phone:(217)8196210, Email: teng...@illinoi

Re: [Paraview] Question about modify data in VTK files

2017-10-06 Thread Utkarsh Ayachit
You can do similar things simply using Python and numpy, instead of matlab. Numpy is included in the Python distributed with ParaView, so you can use it in pvpython or Python shell in the GUI to open csv [1] and process it add appropriate before saving out. [1] https://docs.scipy.org/doc/numpy-1.

[Paraview] Lambda-2 vortices computation

2017-10-06 Thread Ezhilmathi Krishnasamy
Hi, Could anyone tell me how to calculate the lambda-2 vorticity computation in Paraview. Kind regards, Mathi ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep mes

Re: [Paraview] ParaView not reading time in netcdf file

2017-10-06 Thread Dan Lipsa
Hi David, If you send me the file I can take a look. Thanks, Dan On Fri, Oct 6, 2017 at 10:11 AM, Deepwell, David wrote: > Hi, > > I have a netcdf file which I’d like to read in ParaView. The reading and > rendering works fine, but the time is not displayed. I’ve declared the > variable to be

Re: [Paraview] Volume average along 1-dimension

2017-10-06 Thread A
Thank you very much Kenichiro! This was exactly what I was looking for! -ashton On Thu, Oct 5, 2017 at 10:39 PM, kenichiro yoshimi wrote: > Hi ashton, > > Perhaps the python programmable filter is needed for a 1D average you > want to achieve. I have attached a state file as a similar example >

[Paraview] ParaView not reading time in netcdf file

2017-10-06 Thread Deepwell, David
Hi, I have a netcdf file which I’d like to read in ParaView. The reading and rendering works fine, but the time is not displayed. I’ve declared the variable to be time through the axis attribute, and I’ve given it units since a certain day. Strangely enough, VisIt understands the time value (t=

Re: [Paraview] Creating clips for multiple data sets

2017-10-06 Thread David E DeMarle
With approach 1, you might use the multiblock inspector panel to turn on/off the visibility of and of the objects. David E DeMarle Kitware, Inc. Principal Engineer 21 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-881-4909 On Fri, Oct 6, 2017 at 8:38 AM, Lev Karatun wrote: > Hi David, >

Re: [Paraview] Creating clips for multiple data sets

2017-10-06 Thread Lev Karatun
Hi David, I actually already saw this advice on the mailing list. The first approach doesn't work in my case because I want to be able to see the results of each individual data sets clipped, which seems to be impossible which this approach (unless I'm doing something wrong). Approach 2 is not mu

Re: [Paraview] Creating clips for multiple data sets

2017-10-06 Thread David E DeMarle
Howdy, Two ideas for you to try. 1) group the data into a multiblock and then clip the merged result with one clip filter. 2) under the tools menu create property links between the many clip filters so that whenever one changes the rest do too. On Oct 6, 2017 12:28 AM, "Lev Karatun" wrote: > Hi