|
[Sponsors] |
[OpenFOAM] Install paraFoam on Windows for postprocessing |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
March 1, 2006, 09:25 |
Install paraFoam on Windows for postprocessing
|
#1 |
Member
Mélanie Piellard
Join Date: Mar 2009
Posts: 86
Rep Power: 17 |
Hello,
has anybody ever installed paraFoam on Windows ? I am a new user, I just want to do post-processing on my PC and run the jobs on a Linux cluster. Thanks ! melanie |
|
March 1, 2006, 09:34 |
AFAIK paraFoam doesn't run on
|
#2 |
Assistant Moderator
Bernhard Gschaider
Join Date: Mar 2009
Posts: 4,225
Rep Power: 51 |
AFAIK paraFoam doesn't run on Windows yet (at least not in the stuff Petr has done here).
What you can do is: convert the data with foamToVTK and view the stuff with the normal paraview (from www.paraview.org). But be warned: the files will get quite huge because the vtk-files are uncompressed text-files. And timestep-handling is not as convenient as with paraFoam.
__________________
Note: I don't use "Friend"-feature on this forum out of principle. Ah. And by the way: I'm not on Facebook either. So don't be offended if I don't accept your invitation/friend request |
|
March 1, 2006, 10:27 |
Thank you very much Bernhard,
|
#3 |
Member
Mélanie Piellard
Join Date: Mar 2009
Posts: 86
Rep Power: 17 |
Thank you very much Bernhard, now I can start learning...
|
|
August 29, 2008, 03:42 |
Hello,
are there any new wa
|
#4 |
Senior Member
Markus Rehm
Join Date: Mar 2009
Location: Erlangen (Germany)
Posts: 184
Rep Power: 17 |
Hello,
are there any new ways to postprocess data on Windows? I used to log onto our Linux-cluster from my Win-PC with XWin32 and used paraFoam in OpenFOAM-1.4 and no rendering was possible meaning I could not see anything. Now Paraview-3.3 crashes through the network connection or even gives me a windows bluescreen which I have not had for quite some time ! I could need that for people here who don't want to switch to Linux just for some small calculations. Any suggestions or experience? Bye, Markus. |
|
August 29, 2008, 12:09 |
Hi Markus,
If you are sti
|
#5 |
Super Moderator
Takuya OSHIMA
Join Date: Mar 2009
Location: Niigata City, Japan
Posts: 518
Blog Entries: 1
Rep Power: 20 |
Hi Markus,
[Advertisement] If you are still using the 1.4-series of OF you could try my own version of ParaView binary with my own version of native OF reader builtin [1]. In fact I have a binary that supports 1.5-series in my hands, but I'm too lazy to update the package [1] http://oshima.eng.niigata-u.ac.jp/OpenFOAM/ParaView/ Takuya |
|
August 29, 2008, 14:55 |
Hello there,
I must say...
|
#6 |
Senior Member
Philippose Rajan
Join Date: Mar 2009
Location: Germany
Posts: 552
Rep Power: 25 |
Hello there,
I must say... a very good evening to everyone :-)! And feels nice to be typing out a message on the OpenFOAM Forum after a long time :-)! So... to jump straight to the current question: I have been using Paraview-3.x.x for almost a year now (actually longer I think !!), on the Windows XP Platform, with the native OpenFOAM reader from Takuya, without any problems or issues. Basically, I download the Paraview-3.x.x sources from the CVS repository, and compile it using Microsoft Visual C++ 2005 (Express Edition) [<- the free version i.e. :-)], after adding on Takuya's code. I have a network share which acts as my "Simulation Data Server", which is also accessed by the Linux machines equipped with OpenFOAM. The simulations are run directly on this shared network drive (rather than on the more common / popular OpenFOAM "run" folder). Since the simulations are present directly on the network share, they are also visible from the Windows machine, and can be post-processed without any changes whatsoever. Have a great evening! Philippose (P.S.: Takuya, I noticed that you have been busy working on a parallelised version of your reader :-) !?!? How is it coming along? And also, any progress on the real-time update of simulation time steps in Paraview ? I have been drowning in work, so havent been able to look deeper into the stuff I was working on sometime ago!!) |
|
August 30, 2008, 00:36 |
Hi Philippose,
@parallelize
|
#7 |
Super Moderator
Takuya OSHIMA
Join Date: Mar 2009
Location: Niigata City, Japan
Posts: 518
Blog Entries: 1
Rep Power: 20 |
Hi Philippose,
@parallelized reader: It's a reader that reads decomposePar-ed cases of parallel simulations from rendering servers (pvserver) executed in either of serial/parallel. Yes as you noticed, it's already been working in my side for a while. I know it is inappropriate to praise my own product but, it's really really really an interesting thing to play with. I think I can post a development snapshot hopefully as early as this weekend (writing release nots is indeed tedious...). However be prepared, it's not meant for everyone but for those who have good skills like you, as everything is too complicated (installation steps, usage, etc.)...! @update of time steps: although it's still preliminary, it's also implemented. I have to add one more thing to you: I have removed and rewritten your contribution of UI interaction bits in favor of a simpler implementation. I have to say sorry about that. Have a nice weekend! Takuya |
|
August 31, 2008, 12:31 |
Hey there again Takuya,
A G
|
#8 |
Senior Member
Philippose Rajan
Join Date: Mar 2009
Location: Germany
Posts: 552
Rep Power: 25 |
Hey there again Takuya,
A Good Morning to you :-)! Great to see that you are updating your OpenFOAM reader to also handle decomposed cases without having to re-construct them... that is another thing I was interested in sometime last year, and tried to implement... :-)! However, the ability to update time-steps automatically would be really something nice to have!! There is absolutely no problem with having rewritten / removed the part I contributed to the Paraview reader :-)! .... as long as its a simpler and more efficient method than the current form, its a welcome change... :-)! After all.... thats what open source is all about....! And I can check out the new code and extend my knowledge too! Nice to see that you are able to give yourself the time to focus on this reader.... I hope the guys at Paraview decide to include it into their standard CVS soon...! The other option would be... (if you havent tried it yet)... to convert your reader into a pure Paraview "plugin", which can be loaded at run-time. That way, a recompile of Paraview itself would not be required, and you could include the reader as a part of the OpenFOAM-1.4.1-dev or OpenFOAM-1.5.x SVN repository. What do you say? Have a nice week ahead! Philippose |
|
September 1, 2008, 02:10 |
Hi Philippose,
This time th
|
#9 |
Super Moderator
Takuya OSHIMA
Join Date: Mar 2009
Location: Niigata City, Japan
Posts: 518
Blog Entries: 1
Rep Power: 20 |
Hi Philippose,
This time the package size exceeded the postable limit of 50kB, so now it's uploaded on the Wiki. Have fun! http://openfoamwiki.net/index.php/Contrib_Parallelized_Native_OpenFOAM_Reader_fo r_ParaView In my test, the parallelization resulted in somewhat mixed effects. I typically get 2.3x-2.5x sppedups in mesh loading times when run in 4 processors, but often experienced slower renderings by parallel executions. But as myself being still new to parallel use of ParaView, finding that kind of things itself is interesting. @converting to a plugin: This time I tried it but the class name (vtkOpenFOAMReader) conflicts with the "official" one as long as we use the class name. On the other hand the parallel part (vtkPOpenFOAMReader) will be built as a plugin since it does not have such a problem. @SVN repo: In my understanding the main obstacle is a licensing reason. The -dev SVN accepts only GPLed materials, while the ParaView License (a BSD license) should be the most reasonable license assigned at least to the serial part (vtkOpenFOAMReader), since it is a derivative work of the "official" one. I assigned GPL to the parallel part due mainly to the adoption of Qt, but as it depends on the serial part there's no meaning of checking only the part into the repo... The full story around the topic is really complicated. Takuya |
|
December 3, 2008, 06:14 |
I had problems with paraFoam a
|
#10 |
New Member
Johanna Airaksinen
Join Date: Mar 2009
Posts: 5
Rep Power: 17 |
I had problems with paraFoam and Xwindow system and decided to install paraview into my windows XP. I noticed this discussion and as I don't have that much experience with these things, so could you give a bit more detailed instructions for this one.
"Basically, I download the Paraview-3.x.x sources from the CVS repository, and compile it using Microsoft Visual C++ 2005 (Express Edition) [<- the free version i.e. :-)], after adding on Takuya's code. " Johanna |
|
December 3, 2008, 09:06 |
Hi Johanna,
My apologies to t
|
#11 |
Super Moderator
Takuya OSHIMA
Join Date: Mar 2009
Location: Niigata City, Japan
Posts: 518
Blog Entries: 1
Rep Power: 20 |
Hi Johanna,
My apologies to the delay in providing the OF1.5-ready ParaView binary package (as I implied in my Aug. 29 post). For general instructions on building ParaView by yourself, have a look at the ParaView wiki [1]. The reader code is provided on the OF wiki [2]. If this is indeed your first try with these things, you may have to spend a whole day though... [1] http://paraview.org/Wiki/ParaView:Build_And_Install [2] http://openfoamwiki.net/index.php/Contrib_Parallelized_Native_OpenFOAM_Reader_fo r_ParaView Takuya |
|
March 13, 2010, 18:44 |
request
|
#12 |
New Member
Joseph
Join Date: Mar 2010
Posts: 14
Rep Power: 15 |
Hi sir/madam
I am Joseph.recently,i installed OpenFOAM 1.6 upon Linux-Ubuntu and I don't know how to download and install Parafoam for Post processing.Could you help me about this problem that where to refere to download paraFoam and how to install it? Thanks a lot Joseph |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
OpenFOAM for Windows 10 | cfd.direct | OpenFOAM Announcements from OpenFOAM Foundation | 6 | April 22, 2020 08:08 |
[cfMesh] how to install on bash for windows 10 | student666 | OpenFOAM Community Contributions | 4 | December 27, 2019 17:05 |
Install star-cd 4.02 on Windows XP mode in Windows 7 | btlau | STAR-CD | 1 | December 8, 2011 08:50 |
can we see foamToTecplot360 data in windows or we should install it in linux? | anijdon | OpenFOAM | 2 | January 4, 2011 12:45 |
How to install CFX-4.2 for Windows NT | SXF | Main CFD Forum | 1 | May 3, 1999 03:31 |