|
[Sponsors] |
August 3, 2006, 13:22 |
ParaView Reader %7c Visit
|
#1 |
Member
Terry Jordan
Join Date: Mar 2009
Posts: 95
Rep Power: 17 |
I have finished my paraview reader and I was hoping some you would want to test it out. I tried the tutorial data and it seems to work on all of it. I am attempting to submit it to paraview so hopefully paraview will have native support soon.
There is another application similar to paraview called visit www.llnl.gov/visit. I have already submitted the reader to them and there should be native support in 1.5.4 which sould be released by September. |
|
August 3, 2006, 14:10 |
Hi Terry, I would be happy to
|
#2 |
Senior Member
Rasmus Hemph
Join Date: Mar 2009
Location: Sweden
Posts: 108
Rep Power: 17 |
Hi Terry, I would be happy to try it. Where can I download it?
How does it differ from the PVFoamReader-module? |
|
August 3, 2006, 14:58 |
The purpose of my reader is to
|
#3 |
Member
Terry Jordan
Join Date: Mar 2009
Posts: 95
Rep Power: 17 |
The purpose of my reader is to get in incorporated into the paraview release so you wont need to build openfoam and run parafoam. Hopefully you will just be able to download the paraview binary and use it on your dataset.
It is different because it does not use OpenFOAM's libs. It reads the files directly. I currently dont have it available for download I will have to distribute it directly. You will need 2 files from me and to make changes to 3 files, a little complicated now but it is necessary to get it integrated into paraview. |
|
August 3, 2006, 15:56 |
Ah, it sounds good. You can se
|
#4 |
Senior Member
Rasmus Hemph
Join Date: Mar 2009
Location: Sweden
Posts: 108
Rep Power: 17 |
Ah, it sounds good. You can send the details to my mail if you do not want to post it here.
Out of curiosity, as my datasets frequently involves a bunch of particles. Is there any support for lagrangian particles yet? |
|
August 3, 2006, 16:03 |
I only looked to the file form
|
#5 |
Member
Terry Jordan
Join Date: Mar 2009
Posts: 95
Rep Power: 17 |
I only looked to the file format and the datasets I had so in all likelihood my reader does not support those. As far as geometry I have the internal mesh, (owner, neighbor. faces, points), boundaries, point Zones, cell zones, and face zones.
Once this reader is incorporated I would more than welcome anyone would like to try, to make changes or suggest changes and then I could resubmit it with upgraded features. If you want to test it I will need to send you my files, would you like it sent to the email you have listed here? I assume you have built paraview from source before? It is not that difficult regardless, unless you are using windows then you need the compiler. Under linux it is a snap. |
|
August 4, 2006, 02:54 |
No problem, I would be happy t
|
#6 |
Senior Member
Rasmus Hemph
Join Date: Mar 2009
Location: Sweden
Posts: 108
Rep Power: 17 |
No problem, I would be happy to give a hand on the lagrangian stuff. With foamToVTK, the lagrangian data is converted to polydata with field attributes. I have built paraview before. The email address of the forum is fine.
|
|
August 4, 2006, 04:03 |
Sounds nice. How does it handl
|
#7 |
Senior Member
Mattijs Janssens
Join Date: Mar 2009
Posts: 1,419
Rep Power: 26 |
Sounds nice. How does it handle polyhedral cells (i.e. more complex than hex)? The current OpenFOAM reader decomposes these on the fly which is not nice.
If you want some sample polyhedral cells to play with let me know and I'll send some. |
|
August 4, 2006, 11:13 |
It does handle polyhedral but
|
#8 |
Member
Terry Jordan
Join Date: Mar 2009
Posts: 95
Rep Power: 17 |
It does handle polyhedral but is quite slow which is a problem inherited from VTk. I use convexpointsets. There is polyhedral in the icoDyFoam/mixer2d. actually I had to use convexpointset for polyhedral, foam Wedge and foam tetWedge as paraview has no corresponding shape for these.
Mattijs did you want to test it out also? I will send it later today if so. |
|
August 4, 2006, 14:30 |
Hi Terry,
convexPointSet is
|
#9 |
Senior Member
Mattijs Janssens
Join Date: Mar 2009
Posts: 1,419
Rep Power: 26 |
Hi Terry,
convexPointSet is probably quite ok for small cases. If it is really easy to build I wouldn't mind giving it a quick go (I'm running Paraview 2.4.4). |
|
August 8, 2006, 09:53 |
I found a small bug. I am goi
|
#10 |
Member
Terry Jordan
Join Date: Mar 2009
Posts: 95
Rep Power: 17 |
I found a small bug. I am going to correct it and make up a quick doc on how to build it into paraview and I will email it to you both.
|
|
August 8, 2006, 11:21 |
I would be very interested in
|
#11 |
New Member
Daniel Einstein
Join Date: Mar 2009
Posts: 22
Rep Power: 17 |
I would be very interested in the Paraview reader as well and would love to get a copy.
|
|
August 8, 2006, 12:19 |
Ok I will add you to the list.
|
#12 |
Member
Terry Jordan
Join Date: Mar 2009
Posts: 95
Rep Power: 17 |
Ok I will add you to the list. I am finishing it up now.
|
|
August 8, 2006, 12:37 |
Terry - I am interested in a W
|
#13 |
New Member
Ian Cowan
Join Date: Mar 2009
Location: London, UK
Posts: 28
Rep Power: 17 |
Terry - I am interested in a Windows port. Currently, Brooks has ported OpenFOAM to Cygwin, but there is no port of the OpenFoam version of paraview (paraFOAM) to Cygwin. I'd be interested in trying to get this built. What else is needed - you mentioned that you need "th compiler".
|
|
August 8, 2006, 13:42 |
A compiler I believe at least
|
#14 |
Member
Terry Jordan
Join Date: Mar 2009
Posts: 95
Rep Power: 17 |
A compiler I believe at least Windows C++ 6.0 or .NET. Regardless I will forward the changes to you. So get the paraview source make the changes (I am sending you) and build paraview.
|
|
August 25, 2006, 04:38 |
Hi Terry,
Could you please
|
#15 |
Senior Member
Mark Olesen
Join Date: Mar 2009
Location: https://olesenm.github.io/
Posts: 1,714
Rep Power: 40 |
Hi Terry,
Could you please add me to the list and let me know where I can find the reader modules. It sounds inordinately useful. /mark |
|
August 25, 2006, 16:22 |
Mark if you can wait a week or
|
#16 |
Member
Terry Jordan
Join Date: Mar 2009
Posts: 95
Rep Power: 17 |
Mark if you can wait a week or so you can just get it from the paraview cvs.
|
|
September 25, 2008, 15:01 |
Hello all,
I've modified th
|
#17 |
Senior Member
Sandeep Menon
Join Date: Mar 2009
Location: Amherst, MA
Posts: 403
Rep Power: 25 |
Hello all,
I've modified the VisIt reader to accept variable time-step data. It's a very rough first-hack, but you're welcome to modify it as you see fit. VisItPlugin.tar.gz |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[OpenFOAM] Decomposed multiregion cases in Paraview with native reader | Yann | ParaView | 2 | January 16, 2019 06:48 |
Updated native OpenFOAM reader for ParaView 5.3 | opencfd | OpenFOAM Announcements from ESI-OpenCFD | 4 | July 13, 2017 11:14 |
[OpenFOAM] Cavity Tutorial: ParaView starts, cannot find reader | mfrain | ParaView | 7 | June 18, 2012 23:14 |
VisIt OpenFOAM reader | timbojones | OpenFOAM Post-Processing | 1 | November 5, 2011 04:02 |
[OpenFOAM] Paraview Windows VTK Reader | trex930 | ParaView | 0 | November 3, 2010 20:31 |