CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Installation

[OpenFOAM.com] paraFoam reader module libraries do not exist

Register Blogs Community New Posts Updated Threads Search

Like Tree5Likes
  • 1 Post By wyldckat
  • 3 Post By wyldckat
  • 1 Post By sjtuwjh

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   March 13, 2014, 05:18
Default paraFoam reader module libraries do not exist
  #1
New Member
 
Wang Jianhua
Join Date: Mar 2014
Posts: 9
Rep Power: 12
sjtuwjh is on a distinguished road
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?
sjtuwjh is offline   Reply With Quote

Old   March 15, 2014, 05:24
Default
  #2
Retired Super Moderator
 
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,975
Blog Entries: 45
Rep Power: 128
wyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to all
Greetings Wang Jianhua and welcome to the forum!

Please provide the following information:
  1. Which Linux Distribution are you using?
  2. Which OpenFOAM version are you using?
  3. Which installation instructions did you follow for installing OpenFOAM?
Best regards,
Bruno
Usman15 likes this.
__________________
wyldckat is offline   Reply With Quote

Old   March 17, 2014, 03:25
Default Reply
  #3
New Member
 
Wang Jianhua
Join Date: Mar 2014
Posts: 9
Rep Power: 12
sjtuwjh is on a distinguished road
Quote:
Originally Posted by wyldckat View Post
Greetings Wang Jianhua and welcome to the forum!

Please provide the following information:
  1. Which Linux Distribution are you using?
  2. Which OpenFOAM version are you using?
  3. Which installation instructions did you follow for installing OpenFOAM?
Best regards,
Bruno
Hello!
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
sjtuwjh is offline   Reply With Quote

Old   March 22, 2014, 05:14
Default
  #4
Retired Super Moderator
 
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,975
Blog Entries: 45
Rep Power: 128
wyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to all
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
If all goes well, you should now be able to use paraFoam.

Best regards,
Bruno
Usman15, sjtuwjh and PumBlum like this.
__________________
wyldckat is offline   Reply With Quote

Old   March 24, 2014, 12:51
Default
  #5
New Member
 
Tom
Join Date: Jun 2013
Posts: 26
Rep Power: 12
RTom is on a distinguished road
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
RTom is offline   Reply With Quote

Old   March 26, 2014, 16:27
Default
  #6
Retired Super Moderator
 
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,975
Blog Entries: 45
Rep Power: 128
wyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to all
Quote:
Originally Posted by RTom View Post
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:
Quick answer:
  1. Which installation instructions did you follow?
  2. Did you try running the commands indicated by paraFoam?
wyldckat is offline   Reply With Quote

Old   March 27, 2014, 11:26
Default
  #7
New Member
 
Tom
Join Date: Jun 2013
Posts: 26
Rep Power: 12
RTom is on a distinguished road
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!
RTom is offline   Reply With Quote

Old   March 28, 2014, 00:52
Default
  #8
New Member
 
Tom
Join Date: Jun 2013
Posts: 26
Rep Power: 12
RTom is on a distinguished road
After use:

paraFoam -builtin

It's all ok. Now PARAFOAM works fine
RTom is offline   Reply With Quote

Old   March 28, 2014, 07:49
Default
  #9
New Member
 
Wang Jianhua
Join Date: Mar 2014
Posts: 9
Rep Power: 12
sjtuwjh is on a distinguished road
Quote:
Originally Posted by wyldckat View Post
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
If all goes well, you should now be able to use paraFoam.

Best regards,
Bruno
Hi wyldckat,
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!
Usman15 likes this.
sjtuwjh is offline   Reply With Quote

Old   March 28, 2014, 09:35
Default
  #10
New Member
 
Wang Jianhua
Join Date: Mar 2014
Posts: 9
Rep Power: 12
sjtuwjh is on a distinguished road
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?
sjtuwjh is offline   Reply With Quote

Old   March 28, 2014, 17:15
Default
  #11
Retired Super Moderator
 
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,975
Blog Entries: 45
Rep Power: 128
wyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to all
Quote:
Originally Posted by sjtuwjh View Post
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?
Quick answer - try running like this:
Code:
paraFoam &
wyldckat is offline   Reply With Quote

Old   April 9, 2014, 07:37
Default
  #12
New Member
 
Wang Jianhua
Join Date: Mar 2014
Posts: 9
Rep Power: 12
sjtuwjh is on a distinguished road
Quote:
Originally Posted by wyldckat View Post
Quick answer - try running like this:
Code:
paraFoam &
I just have tried this way, there is no help. So any other way to solve this problem? I don't understand why it could not type in?
sjtuwjh is offline   Reply With Quote

Old   April 10, 2014, 15:47
Default
  #13
Retired Super Moderator
 
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,975
Blog Entries: 45
Rep Power: 128
wyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to all
Quote:
Originally Posted by sjtuwjh View Post
I just have tried this way, there is no help. So any other way to solve this problem? I don't understand why it could not type in?
Mmm... well, the first detail is that the ampersand "&" will launch the application as a background job, in the sense that the job will be running without locking out keyboard control from the terminal window.
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.
wyldckat is offline   Reply With Quote

Old   April 25, 2014, 09:36
Default
  #14
New Member
 
Namsu
Join Date: Jun 2011
Location: Neubiberg 85579, Munich, Germany
Posts: 4
Rep Power: 14
Usman15 is on a distinguished road
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
Usman15 is offline   Reply With Quote

Old   May 6, 2016, 13:55
Default
  #15
Member
 
alex
Join Date: Feb 2016
Location: chennai
Posts: 48
Rep Power: 10
crusen mind is on a distinguished road
well I also faced the same probelm
type "paraFoam -builtin"
works like a charm. Thanks for all the support.
crusen mind is offline   Reply With Quote

Reply

Tags
fatal error, parafoam


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Why is my rhopimplefoam crashing? marxlolop OpenFOAM Running, Solving & CFD 1 January 6, 2019 16:39
[OpenFOAM.org] Problems to install openfoam-2.4.0 on Ubuntu 16.04.01LTS matheusmonjon OpenFOAM Installation 3 February 25, 2017 14:46
FATAL ERROR: ParaView reader module libraries do not exist ciaci88 OpenFOAM Pre-Processing 3 November 4, 2016 04:39
Parafoam - FATAL ERROR: ParaView reader module libraries do not exist Amit_Pawarpawar OpenFOAM Installation 1 August 25, 2014 10:31
FATAL ERROR: ParaView reader module libraries do not exist adarsh tiwari OpenFOAM Installation 6 April 5, 2014 11:47


All times are GMT -4. The time now is 14:06.