[Paraview] creating subdomain/cells/sections

2017-08-22 Thread Muhammad Kashif Saeed
Hi, I am working on mixing of particles in a cylindrical mixer using DEM in open source software liggghts and for post processing, i am using paraview. I want to calculate the non-sampling mixing index for that purpose it requires to divide the cylindrical portion of the domain into a different s

Re: [Paraview] Point Dataset Interpolator - EllipsoidalGaussianKernel

2017-08-22 Thread M P
hmm, reading the vtkEllipsoidalGaussianKernel documentation, it seems it is not suitable for my purpose after all. Not possible to achieve constant weight inside the sampling cylinder. Also the use of word "normal" in the documentation confuses me, e.g.: "z is the distance of the current voxel samp

Re: [Paraview] Removing wire frame from Ensight Gold Case Data format

2017-08-22 Thread Andrew
Hello, Niaz. I also noticed the same problem in some cases with export from Fluent. I suspect that Fluent write files incorrectly, as if every cell was a separate domain. It explains why ParaView becomes very slow with such files and why we cannot remove mesh lines from representation. Sorry, canno

[Paraview] Removing wire frame from Ensight Gold Case Data format

2017-08-22 Thread Niaz M. via ParaView
Hello: I am exporting Fluent simulation results as Ensight gold case. Then importing in paraview. Then I am plotting a slice . I am selecting Representation as Surface (not surface with edge). But I can't get rid of Mesh (or wireframe) . Is there any way I can get rid of wire frame. Thanks in advan

Re: [Paraview] Running a simple example using ParaviewWeb

2017-08-22 Thread Léo Pessanha
Thank you, Sebastien! It worked! The correct path should also have a '/' at the end so: dataModel = new QueryDataModel(jsonData, '/data/'), > instead of dataModel = new QueryDataModel(jsonData, '/data'), > Thanks again! Leonardo Pessanha Laboratory of Computational Methods in Engineering Fede

Re: [Paraview] Running a simple example using ParaviewWeb

2017-08-22 Thread Sebastien Jourdain
Almost, the missing part is for "dataModel = new QueryDataModel(jsonData, 'path/to/dist/data')" 'path/to/dist/data' should be '/data' since your web server is serving path/to/dist as / On Tue, Aug 22, 2017 at 12:23 PM, Léo Pessanha wrote: > So, just to be clear in order for me to understand > >

Re: [Paraview] Running a simple example using ParaviewWeb

2017-08-22 Thread Léo Pessanha
So, just to be clear in order for me to understand I should copy the content of 'node_modules/tonic-arctic-sample-data/data/probe/' to 'dist/data' and use dataModel = new QueryDataModel(jsonData, 'path/to/dist/data'), > in the src/index.js ? Thanks in advance! Leonardo Pessanha Laboratory of C

Re: [Paraview] Running a simple example using ParaviewWeb

2017-08-22 Thread Sebastien Jourdain
__BASE_PATH__ is meant to dynamically define the http endpoint. This should not be a file path... You can remove it from your code and provide a proper endpoint. For us it is used on to allow local and github.io deployment. In your case, you need to copy that data by yourself to the dist/data dire

Re: [Paraview] Running a simple example using ParaviewWeb

2017-08-22 Thread Léo Pessanha
Thank you, Sebastien. I am able to build the example but the data don't show up yelding in the browser debugger ReferenceError: __BASE_PATH__ is not defined[Learn More] > In the following line of MyWebApp.js dataModel = new _QueryDataModel2.default(_index2.default, __BASE_PATH__ + > '/data/prob

[Paraview] ParaView superbuild for 5.4.1 tagged

2017-08-22 Thread Cory Quammen
Hi folks, ParaView's superbuild git repository has now been tagged with v5.4.1. Thanks, Cory -- Cory Quammen Staff R&D Engineer Kitware, Inc. ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensourc

Re: [Paraview] paraview.simple

2017-08-22 Thread Guillermo
Hi, I noticed that I do not have the file libvtkCommonCorePython27 nor libvtkCommonCorePython. However, I have the files libvtkCommonColorPython27D-pv5.3.so and libvtkCommonColorPython27D-pv5.3.so.1. I have already tried to execute my script following your instructions but it did not work.

Re: [Paraview] paraview.simple

2017-08-22 Thread Cory Quammen
Oops, I failed to change the version number in the line I gave you, but caught that and corrected it, just not quite to the right version number. Try export PYTHONPATH=$PYTHONPATH:/opt/ParaView-5.3.0-Qt5-OpenGL2-MPI-Linux-64bit/lib/paraview-5.3 Basically, you have to set the PYTHONPATH to where

Re: [Paraview] paraview.simple

2017-08-22 Thread Guillermo
I forgot to mention that the error message is the same as before. On 22/08/17 13:24, Cory Quammen wrote: Guillermo, Please CC the mailing list so others can participate and learn from the discussion. That looks like progress. Now try adding to your .bashrc: export PYTHONPATH=$PYTHONPATH:/op

Re: [Paraview] paraview.simple

2017-08-22 Thread Guillermo
Hi Cory, I just copied and pasted that sentence on my .bashrc but it doesn't work. Also I have tried typing .../paraview-5.3.0 but neither works. Thanks, Guillermo On 22/08/17 13:24, Cory Quammen wrote: Guillermo, Please CC the mailing list so others can participate and learn from the dis

Re: [Paraview] paraview.simple

2017-08-22 Thread Cory Quammen
Guillermo, Please CC the mailing list so others can participate and learn from the discussion. That looks like progress. Now try adding to your .bashrc: export PYTHONPATH=$PYTHONPATH:/opt/ParaView-5.3.0-Qt5-OpenGL2-MPI-Linux-64bit/lib/paraview-5.4 HTH, Cory On Tue, Aug 22, 2017 at 10:19 AM, G

Re: [Paraview] paraview.simple

2017-08-22 Thread Cory Quammen
Hi Guillermo, I think the content in that wiki page is outdated. Try setting PYTHONPATH to the following in your .bashrc export PYTHONPATH=$PYTHONPATH:/opt/ParaView-5.3.0-Qt5- OpenGL2-MPI-Linux-64bit/lib/python2.7/site-packages See if that works and let us know, Cory On Tue, Aug 22, 2017 at 6:

Re: [Paraview] Point Dataset Interpolator - EllipsoidalGaussianKernel

2017-08-22 Thread M P
... reading it again, the "Sharpness" parameter is clear - for my purpose of uniform weights it should be as low as possible. But some exact equation would still be useful. On Tue, Aug 22, 2017 at 11:36 AM, M P wrote: > Hello all, > > I am trying to setup this filter to sample a point volume dat

[Paraview] paraview.simple

2017-08-22 Thread Guillermo Suárez
Dear all, Yesterday I installed paraview v5.3 using the binaries from the website on my Linux (ubuntu) OS. The steps followed are (they my influence on the final result): 1. Download the binaries from http://www.paraview.org. For me this results in: ParaView-5.3.0-Qt5-OpenGL2-MPI-Linux-6

[Paraview] Point Dataset Interpolator - EllipsoidalGaussianKernel

2017-08-22 Thread M P
Hello all, I am trying to setup this filter to sample a point volume dataset along a defined spline curve. The ideal "kernel" for my purpose would be a short cylinder with some relatively big radius and constant weight in the whole volume of the cylinder (the axis of this cylinder should follow th