|
[Sponsors] |
February 4, 2010, 10:24 |
Yet another Paraview problem
|
#1 |
Member
Santiago
Join Date: Dec 2009
Posts: 85
Rep Power: 16 |
Hi.
After spending a month worth of evenings trying to get OpenFOAM running I will appreciate if anyone can help. Let me describe my problem: I succesfully installed OpenFOAM in my system with Ubuntu 9.10. I tested my installation and there is no errors of any kind. BlockMesh and icoFoam run with no problem. Then the usual problem, when I typed paraFoam the "command not found" appeared. Thru forums I try to install the right version of Qt with no luck. I decided then to download and install the new version of Paraview 3.6.2. I succesfully installed paraview 3.6.2 but when I type paraFoam the follwoing happens: GLIBCXX_3.4.11' not found (required by /usr/lib/paraview/libvtksys.so.pv3.4) Paraview opens when I browse to the ThirdParty folder and I excute the paraview executable file. However paraFoam command does not work. any help will be greatly appreciated. Thanks |
|
February 5, 2010, 08:56 |
|
#2 |
Member
|
I believe you are missing a link from the ThridParty libstdc++ to where paraFoam looks for the files.
In another thread, piprus suggested this: Code:
cd /home/USER_NAME/OpenFOAM/ThirdParty-1.6.x/gcc-4.3.3/platforms/linux64/lib64 sudo mv libstdc++.so.6 libstdc++.so.6.orig sudo ln -s /usr/lib/libstdc++.so.6.0.10 libstdc++.so.6 sudo mv libgcc_s.so.1 libgcc_s.so.1.orig sudo ln -s /lib/libgcc_s.so.1 Hope it helps. |
|
February 5, 2010, 09:58 |
|
#3 |
Member
Santiago
Join Date: Dec 2009
Posts: 85
Rep Power: 16 |
Thanks for your reply. I'll try that tonight and I will let you know if it helped
|
|
February 12, 2010, 15:08 |
|
#4 |
Member
Santiago
Join Date: Dec 2009
Posts: 85
Rep Power: 16 |
Hi. I finally tried and it did fixed the problem However, I have another problem:
When I run paraFoam, para view ask me to specified the type of file. no matter what I select, paraview crashes and I get the following error: terminate called after throwing an instance of 'std::length_error' what(): basic_string::_S_create Aborted I also noticed that at the top of the paraview vindow, it says "Kitware 3.4.0". Isn't it supposed to say 3.6.1 or something? Any help will be greately appreciated! Thanks |
|
February 15, 2010, 09:43 |
|
#5 |
Member
|
Should be 3.6.1 as you say. Are you sure you have downloaded and installed the latest version?
How was the previous problem fixed? |
|
February 21, 2010, 07:39 |
|
#6 |
Member
angel
Join Date: May 2009
Location: Spain
Posts: 46
Rep Power: 17 |
I have had the same problem and after many trials and error finally i can install correctly OF in ubuntu 9.1.
1 download all archives, and follow instruction from readme file 2 edit bashrc (gedit $Home/.bashrc) and copy the test showed in instructions. 3 update variables 4 write "export LC_ALL=C" at the beginning of your paraFoam Startskript (which paraFoam) (http://www.cfd-online.com/Forums/ope...-paraview.html) no more needed, |
|
Tags |
paraview problem help! |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
paraFoam reader for OpenFOAM 1.6 | smart | OpenFOAM Installation | 13 | November 16, 2009 22:41 |
[OpenFOAM] Problem with Colors in ParaView | sven | ParaView | 1 | May 31, 2009 09:13 |
Paraview installation troubles | jjhall | OpenFOAM Installation | 3 | April 17, 2008 13:59 |
natural convection problem for a CHT problem | Se-Hee | CFX | 2 | June 10, 2007 07:29 |
Adiabatic and Rotating wall (Convection problem) | ParodDav | CFX | 5 | April 29, 2007 20:13 |