Re: [Paraview] Wind Velocity does not match cloud movement

2017-04-22 Thread u . utku . turuncoglu
Hi, I think this is regional atmospheric model. Right? If this is the case, switched off spherical coordinates and add Transform filter to adjust z coordinate. This is very common problem when you want to create visualisation with earth system model components such as atmosphere and ocean. The

Re: [Paraview] Wind Velocity does not match cloud movement

2017-04-22 Thread Henry Lau
Hi Ken, The thing is, the clouds are distorted if I switched off the “Spherical Coordinates”, and the output shape looks something like a straight line. I attached the image for your reference. Henry > On 22 Apr 2017, at 6:28 AM, Moreland, Kenneth wrote: > > Are you

Re: [Paraview] ParaView 5.3.0 and Qt5 linking error

2017-04-22 Thread Mathieu Westphal
I'm using Archlinux myself. FYI ParaView 5.3 can be built with all dependency installed from pacman. No need to build anything yourself or install binary tgz from upstream. Regards, On 22 Apr 2017 1:07 am, "Fabian Wein" wrote: > Hi, > > in case you want to use superbuild,

[Paraview] using user selected cells in the python shell

2017-04-22 Thread Richardson CFD
managed to achieve it using the following (python shell) code: from paraview.simple import * extract ExtractSelection() Show() filter trans_prog_filter = ProgrammableFilter() RenameSource("Translate", trans_prog_filter) trans_prog_filter.Script = """ pdi = self.GetInput() pdo =