|
[Sponsors] |
[OpenFOAM.com] paraFoam reader module libraries do not exist |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
March 13, 2014, 06:18 |
paraFoam reader module libraries do not exist
|
#1 |
New Member
Wang Jianhua
Join Date: Mar 2014
Posts: 9
Rep Power: 12 |
When doing post-processing with paraview, there always is problem shown below after I type the command 'paraFoam'.
FATAL ERROR: ParaView reader module libraries do not exist Please build the reader module before continuing: cd $FOAM_UTILITIES/postProcessing/graphics/PV3Readers ./Allwclean ./Allwmake After I doing what the terminal suggest me to do, but there is no help. Is there anyone who can help me handling this? |
|
March 15, 2014, 06:24 |
|
#2 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
Greetings Wang Jianhua and welcome to the forum!
Please provide the following information:
Bruno
__________________
|
|
March 17, 2014, 04:25 |
Reply
|
#3 | |
New Member
Wang Jianhua
Join Date: Mar 2014
Posts: 9
Rep Power: 12 |
Quote:
I am now using the ubuntu13.10, and the version of my openfoam is 2.0.1. I downloaded the deb package, and then installed it, I wish you can help me solving this problem! Best regards! Wang Jianhua |
||
March 22, 2014, 06:14 |
|
#4 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
Hi Wang Jianhua,
Is there a specific reason why you must use the version 2.0.1 of OpenFOAM? Because there have been already several new features added to OpenFOAM in the latest versions, as well as plenty of bug fixes. Anyway, to fix the problem, run these commands (one line at a time): Code:
sudo -s apt-get install paraview cd /opt/openfoam201/bin sed -i -e 's/requirePV=1/requirePV=0/' -e 's/extension=OpenFOAM/extension=foam/' paraFoam exit Best regards, Bruno
__________________
|
|
March 24, 2014, 13:51 |
|
#5 |
New Member
Tom
Join Date: Jun 2013
Posts: 26
Rep Power: 13 |
Hi I have the same problem with OpenFOAM 2.3.0, the instalation was ok and I can do the Processing without troubles, but when I execute the "paraFoam" it shows me this:
FATAL ERROR: ParaView reader module libraries do not exist Please build the reader module before continuing: cd $FOAM_UTILITIES/postProcessing/graphics/PV4Readers ./Allwclean ./Allwmake My Linux is Ubuntu 12.04, Processor: AMD 64bits Also I have installed the OpenFOAM 2.2.1 and 2.2.2, but those are not activated. I make sure to let in the .bashrc file just source /opt/openfoam230/etc/bashrc |
|
March 26, 2014, 17:27 |
|
#6 | |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
Quote:
|
||
March 27, 2014, 12:26 |
|
#7 |
New Member
Tom
Join Date: Jun 2013
Posts: 26
Rep Power: 13 |
1) I followed the instructions from http://www.openfoam.org/download/ubuntu.php
But I installed the OpenFOAM 2.3.0 and the next day I turn on my laptop and installed Paraview 4.10 with: sudo apt-get install paraviewopenfoam410 2) It works properly using: paraFoam -case <caseName> However it should works well with just typing from the case directory: paraFoam Like the others OpenFOAM versions I had. At least It works, I can use it in that way. Thanks! |
|
March 28, 2014, 01:52 |
|
#8 |
New Member
Tom
Join Date: Jun 2013
Posts: 26
Rep Power: 13 |
After use:
paraFoam -builtin It's all ok. Now PARAFOAM works fine |
|
March 28, 2014, 08:49 |
|
#9 | |
New Member
Wang Jianhua
Join Date: Mar 2014
Posts: 9
Rep Power: 12 |
Quote:
After following what you have said, now my paraFoam can run again, thank you very much. Because our solver is developed on the version 2.0.1. So I have to use this version since we didn't update our solver. Finally, I am very appreciate your enthusiastic help. Best regards! |
||
March 28, 2014, 10:35 |
|
#10 |
New Member
Wang Jianhua
Join Date: Mar 2014
Posts: 9
Rep Power: 12 |
One more question, after I do as what you have said, my paraFoam cannot reading from the keyboard. I don't know why, but if I open the paraview just like before: typing paraview, it can be readable from the keyboard. What's the reason?
|
|
March 28, 2014, 18:15 |
|
#11 | |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
Quote:
Code:
paraFoam & |
||
April 9, 2014, 08:37 |
|
#12 |
New Member
Wang Jianhua
Join Date: Mar 2014
Posts: 9
Rep Power: 12 |
||
April 10, 2014, 16:47 |
|
#13 | |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
Quote:
The second detail is that you might be loosing keyboard control inside the terminal window if the ParaView window gains keyboard focus. If this is the case, it means that you will have to click in the textual part the terminal window. |
||
April 25, 2014, 10:36 |
|
#14 |
New Member
Namsu
Join Date: Jun 2011
Location: Neubiberg 85579, Munich, Germany
Posts: 4
Rep Power: 15 |
Dear Bruno Santos,
Thank you very very very much. I was facing the same problem in using paraFoam but your valuable post solved my problem. Some information about my installed packages: 1. ubuntu 14.04 LTS 2. OpenFOAM-2.1.1 3. To install OpenFOAM-2.1.1 I followed the instructions from: http://www.openfoam.org/archive/2.1....oad/source.php 4. Paraview-4.1.0 5. To install Paraview-4.1.0 I followed the instructions from: http://www.openfoam.org/download/ubuntu.php The error which I was getting: FATAL ERROR: ParaView reader module libraries do not exist Please build the reader module before continuing: cd $FOAM_UTILITIES/postProcessing/graphics/PV3Readers ./Allwclean ./Allwmake I used this to solve my problem: sudo -s apt-get install paraview cd /opt/openfoam211/bin sed -i -e 's/requirePV=1/requirePV=0/' -e 's/extension=OpenFOAM/extension=foam/' paraFoam exit Once again many thanks Usman |
|
May 6, 2016, 14:55 |
|
#15 |
Member
alex
Join Date: Feb 2016
Location: chennai
Posts: 48
Rep Power: 10 |
well I also faced the same probelm
type "paraFoam -builtin" works like a charm. Thanks for all the support. |
|
Tags |
fatal error, parafoam |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Why is my rhopimplefoam crashing? | marxlolop | OpenFOAM Running, Solving & CFD | 1 | January 6, 2019 17:39 |
[OpenFOAM.org] Problems to install openfoam-2.4.0 on Ubuntu 16.04.01LTS | matheusmonjon | OpenFOAM Installation | 3 | February 25, 2017 15:46 |
FATAL ERROR: ParaView reader module libraries do not exist | ciaci88 | OpenFOAM Pre-Processing | 3 | November 4, 2016 05:39 |
Parafoam - FATAL ERROR: ParaView reader module libraries do not exist | Amit_Pawarpawar | OpenFOAM Installation | 1 | August 25, 2014 11:31 |
FATAL ERROR: ParaView reader module libraries do not exist | adarsh tiwari | OpenFOAM Installation | 6 | April 5, 2014 12:47 |