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

Yet another Paraview problem

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   February 4, 2010, 09:24
Angry Yet another Paraview problem
  #1
Member
 
Santiago
Join Date: Dec 2009
Posts: 85
Rep Power: 16
gascortado is on a distinguished road
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
gascortado is offline   Reply With Quote

Old   February 5, 2010, 07:56
Default
  #2
Member
 
Costas K
Join Date: Nov 2009
Location: UK
Posts: 51
Rep Power: 16
thekay is on a distinguished road
Send a message via ICQ to thekay Send a message via MSN to thekay
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
Modify accordingly and try the above.

Hope it helps.
thekay is offline   Reply With Quote

Old   February 5, 2010, 08:58
Default
  #3
Member
 
Santiago
Join Date: Dec 2009
Posts: 85
Rep Power: 16
gascortado is on a distinguished road
Thanks for your reply. I'll try that tonight and I will let you know if it helped
gascortado is offline   Reply With Quote

Old   February 12, 2010, 14:08
Default
  #4
Member
 
Santiago
Join Date: Dec 2009
Posts: 85
Rep Power: 16
gascortado is on a distinguished road
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
gascortado is offline   Reply With Quote

Old   February 15, 2010, 08:43
Default
  #5
Member
 
Costas K
Join Date: Nov 2009
Location: UK
Posts: 51
Rep Power: 16
thekay is on a distinguished road
Send a message via ICQ to thekay Send a message via MSN to thekay
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?
thekay is offline   Reply With Quote

Old   February 21, 2010, 06:39
Default
  #6
Member
 
angel
Join Date: May 2009
Location: Spain
Posts: 46
Rep Power: 16
anmartin is on a distinguished road
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,
anmartin is offline   Reply With Quote

Reply

Tags
paraview problem help!


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
paraFoam reader for OpenFOAM 1.6 smart OpenFOAM Installation 13 November 16, 2009 21:41
[OpenFOAM] Problem with Colors in ParaView sven ParaView 1 May 31, 2009 08:13
Paraview installation troubles jjhall OpenFOAM Installation 3 April 17, 2008 12:59
natural convection problem for a CHT problem Se-Hee CFX 2 June 10, 2007 06:29
Adiabatic and Rotating wall (Convection problem) ParodDav CFX 5 April 29, 2007 19:13


All times are GMT -4. The time now is 15:16.