[Paraview] How to send data to ParaView Real Time

Andy Bauer andy.bauer at kitware.com
Tue Jun 4 16:13:10 EDT 2013


One possibility is ParaView Catalyst's live viz capability (
http://catalyst.paraview.org/). At this point I would consider it beta
functionality for it's intended purpose but it may be sufficient for what
you're trying to do. I'm attaching a Python script that you can demo it
with. You'll need to change the path to can.ex2 in the script to your local
location (it's available in ParaViewData in case you don't have it yet).
The directions on how to use it are:
1) <path to pv build dir>/bin/pvpython co_processing_3.py
2) run paraview and select Tools->Connect to Catalyst and click OK in the
next 2 pop-up dialogs
3) Select each filter under catalyst and then click on the circle/triangle
thingy to the left of it.
4) This should bring up the same filters under the builtin server. At this
point hopefully one of them will have a grayed out eyeball that you can
make visible to see the "simulation" in the ParaView client.

Now you should be able to make a new pipeline on the client to interrogate
that data. If this doesn't work, try quitting the ParaView client and
repeat. Like I said, it's beta functionality and doesn't include a test so
depending on which version of ParaView you're using you'll get different
results. I'm using master as of today so it's a bit clunky but it may work
really nicely with other versions.

Another possibility is the adios reader plugin. I don't know enough about
that though to give you any more information.

Regards,
Andy

On Tue, Jun 4, 2013 at 2:58 PM, Michael Jackson <mike.jackson at bluequartz.net
> wrote:

> We are writing some data analysis software in which we would like to
> visualize each step of our analysis. Is it possible to send ParaView a
> "chunk" of data at certain times during our program that ParaView will then
> visualize?I I seem to remember something like this but I must have the
> syntax incorrect as I am coming up empty searching around the wiki?
>
> Thanks
> ___________________________________________________________
> Mike Jackson                    Principal Software Engineer
> BlueQuartz Software                            Dayton, Ohio
> mike.jackson at bluequartz.net              www.bluequartz.net
>
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the ParaView Wiki at:
> http://paraview.org/Wiki/ParaView
>
> Follow this link to subscribe/unsubscribe:
> http://www.paraview.org/mailman/listinfo/paraview
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.paraview.org/pipermail/paraview/attachments/20130604/6097f5f6/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: co_processing_3.py
Type: application/octet-stream
Size: 1983 bytes
Desc: not available
URL: <http://www.paraview.org/pipermail/paraview/attachments/20130604/6097f5f6/attachment.obj>


More information about the ParaView mailing list