CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Visualization & Post-Processing Software > ParaView

[OpenFOAM] No mesh visible in paraview

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   May 16, 2007, 06:19
Default No mesh visible in paraview
  #1
mayank
Guest
 
Posts: n/a
i have tried running icofoam cavity tutorial with parafoam.The paraview window opens up but no mesh is visible even after hitting the aacept button.
there have been some queries regearding this in previous posts but that did not help.
Kindly elaborate on the error.

Thanks.
  Reply With Quote

Old   September 11, 2009, 06:48
Default
  #2
New Member
 
Join Date: Sep 2009
Posts: 7
Rep Power: 16
HendrikR is on a distinguished road
Hi,

the same problem exists in the current version (1.6) of openfoam with paraview (3.6.1)
I follow the first tutorial step-by-step and in chapter 2.1.2 paraview doesn't show me the mesh. If I turn "Show Patch Names" on, it seems that all Patchs are at the same point.
Can someone help me?

Thanks
Hendrik
HendrikR is offline   Reply With Quote

Old   September 11, 2009, 12:57
Default
  #3
New Member
 
Join Date: Sep 2009
Posts: 7
Rep Power: 16
HendrikR is on a distinguished road
the solution:
write "export LC_ALL=C" at the beginning of your paraFoam Startskript (which paraFoam)
HendrikR is offline   Reply With Quote

Old   September 17, 2009, 03:27
Default
  #4
New Member
 
Taufiq Muhammadi
Join Date: Aug 2009
Posts: 3
Rep Power: 16
taufiq is on a distinguished road
Hmm, i'm just curious, since i don't get this error. What is the cause of the problem? and what does the extra line added do?
taufiq is offline   Reply With Quote

Old   September 18, 2009, 06:58
Default
  #5
New Member
 
Join Date: Sep 2009
Posts: 7
Rep Power: 16
HendrikR is on a distinguished road
Hi,

i'm running an ubuntu in german. The language causes the problem but I also don't know the real problem with the language support.

Hendrik
HendrikR is offline   Reply With Quote

Old   September 21, 2009, 17:34
Default
  #6
New Member
 
James
Join Date: Mar 2009
Location: Sheffield, UK
Posts: 9
Rep Power: 17
derjames is on a distinguished road
You can also try exporting first VTK and open the resulting files on paraView
j
derjames is offline   Reply With Quote

Old   September 22, 2009, 07:42
Default
  #7
New Member
 
Join Date: Sep 2009
Posts: 7
Rep Power: 16
HendrikR is on a distinguished road
Yes, this worked for me too, but I had the problem that I couldn't select and view patches...
HendrikR is offline   Reply With Quote

Old   October 18, 2009, 10:02
Default
  #8
New Member
 
Join Date: Oct 2009
Location: Germany
Posts: 20
Rep Power: 16
Aurel is on a distinguished road
Quote:
Originally Posted by HendrikR View Post
the solution:
write "export LC_ALL=C" at the beginning of your paraFoam Startskript (which paraFoam)
Hi,

I've got the same problem of visualisation anything of the "cavity" example.
After going through the paraForm User Book everything works fine, but there is nothing to see of mesh grids or so on.
I'm using Ubuntu 9.04 (64-bit) and the installed version of openfoam 1.6.

Some more curious:
1) The "cavity.OpenFoam"-file in the Pipeline Browser is empty?!

2) When I try to get Help (Desktop Buttons) following output message appears:
File does not exist: /home/dm2/henry/OpenFOAM/ThirdParty-1.6/paraview-3.6.1/platforms/linux64Gcc/pqClient.adp
Profile '/home/dm2/henry/OpenFOAM/ThirdParty-1.6/paraview-3.6.1/platforms/linux64Gcc/pqClient.adp' does not exist!

That path is definetly not on my computer!
/home/dm2/henry/.. is on someone's other computer!

I would be very happy to get an useful help.

Best regards
Aurel
Aurel is offline   Reply With Quote

Old   October 18, 2009, 13:59
Default
  #9
New Member
 
Join Date: Sep 2009
Posts: 7
Rep Power: 16
HendrikR is on a distinguished road
Hi Aurel,

the caviy.OpenFoam-file needs no content, everytime it's empty.
You have installed the 64bit-Version of the thirdparty Tools?
And included the load of the OpenFoam/etc/bashrc in your .bashrc?

If its another Problem, i don't know.

Hendrik
HendrikR is offline   Reply With Quote

Old   October 18, 2009, 14:57
Default
  #10
New Member
 
Join Date: Oct 2009
Location: Germany
Posts: 20
Rep Power: 16
Aurel is on a distinguished road
Quote:
Originally Posted by HendrikR View Post
Hi Aurel,

the caviy.OpenFoam-file needs no content, everytime it's empty.
You have installed the 64bit-Version of the thirdparty Tools?
And included the load of the OpenFoam/etc/bashrc in your .bashrc?

If its another Problem, i don't know.

Hendrik
Hi Hendrik,

yes, I have installed the 64-bit version.
In the /thirdparty/tools is only one file:
makeParaViewFunctions
What do you mean with:
"And included the load of the OpenFoam/etc/bashrc in your .bashrc?"
The .bashrc is in "OpenFoam/etc/" directory.

Could be the different language a problem? Is it necessary to modify the .bashrc file?

For more help I would be very happy.

Regards

Aurel
Aurel is offline   Reply With Quote

Old   October 19, 2009, 16:38
Default
  #11
New Member
 
Join Date: Oct 2009
Location: Germany
Posts: 20
Rep Power: 16
Aurel is on a distinguished road
Quote:
Originally Posted by Aurel View Post
Hi Hendrik,

yes, I have installed the 64-bit version.
In the /thirdparty/tools is only one file:
makeParaViewFunctions
What do you mean with:
"And included the load of the OpenFoam/etc/bashrc in your .bashrc?"
The .bashrc is in "OpenFoam/etc/" directory.

Could be the different language a problem? Is it necessary to modify the .bashrc file?

For more help I would be very happy.

Regards

Aurel
Hi,

I fixed the problem as follows:

1) Deactivation of the desktop effect!
2) Language problem: ubuntu in German and paraView in English
By modifying the script
$/HOME/OpenFoam/OpenFoam-1.6/bin/paraFoam

with
export LC_ALL=C

paraView it is now working fine.

Regards

Aurel
Aurel is offline   Reply With Quote

Old   November 2, 2009, 11:28
Default
  #12
Member
 
Piotr Prusinski
Join Date: Oct 2009
Location: Warsaw, Poland
Posts: 67
Rep Power: 16
piprus is on a distinguished road
Great thanks for this advice. It fix my problem under polish distribution of Ubuntu 9.10.

One more question. Could you tell me which file I can modify to keep this LC_ALL every time when I open new terminal?
piprus is offline   Reply With Quote

Old   November 4, 2009, 16:28
Default
  #13
New Member
 
Join Date: Oct 2009
Location: Germany
Posts: 20
Rep Power: 16
Aurel is on a distinguished road
Hi Piotr,

modify your script:
$/HOME/OpenFoam/OpenFoam-1.6/bin/paraFoam
by adding at the top:
export LC_ALL=C

This should work all time long.

Best regars

Marc Aurel
Aurel is offline   Reply With Quote

Old   May 20, 2010, 15:34
Default
  #14
New Member
 
Fabio Villa
Join Date: May 2010
Location: Italy
Posts: 2
Rep Power: 0
sturmtruppen is on a distinguished road
Hi to everyone ,
I'm a beginner in OpenFoam and I need help about the language problem.
How did you solve it, Aurel?
I have the same problem of mesh visualization.
I have deactivated the desktop effect and modify the script.

Thanks for your help and to anyone can help me.

Quote:
Originally Posted by Aurel View Post
Hi,

I fixed the problem as follows:

1) Deactivation of the desktop effect!
2) Language problem: ubuntu in German and paraView in English
By modifying the script
$/HOME/OpenFoam/OpenFoam-1.6/bin/paraFoam

with
export LC_ALL=C

paraView it is now working fine.

Regards

Aurel

Last edited by sturmtruppen; May 21, 2010 at 19:49.
sturmtruppen is offline   Reply With Quote

Old   June 10, 2010, 08:21
Default
  #15
New Member
 
Fabio Villa
Join Date: May 2010
Location: Italy
Posts: 2
Rep Power: 0
sturmtruppen is on a distinguished road
Hi to everyone.
I'm here again.
I modified the language of kubuntu, modified the script and deactivated the desktop effects.
But the problem is not solved. I try to run the cavity tutorial.
After the command "paraFoam" I do not see the mesh, and if I click the accept button I can see only the edge of the volume.

Thanks for any help!

Fabio

-------

I got it.
Just read the user guide to learn how to see the mesh...

Thanks.

Last edited by sturmtruppen; June 18, 2010 at 08:01.
sturmtruppen is offline   Reply With Quote

Old   November 4, 2010, 16:55
Default No mesh shown in parafoam 3.8.0
  #16
Member
 
Arnout
Join Date: Nov 2010
Posts: 46
Rep Power: 15
The King is on a distinguished road
Hi!

I had the same problem (using opensuse), the mesh was not shown in parafoam, wireframe. Installing the graphical card solves the problem.

Succes!
The King is offline   Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
[snappyHexMesh] Creating multiple multiple cell zones with snappyHexMesh - a newbie in deep water! divergence OpenFOAM Meshing & Mesh Conversion 0 January 23, 2019 05:17
ParaView: Number of cells/points in mesh and field don't match Jaggy_Snake OpenFOAM Bugs 2 March 1, 2017 10:06
[OpenFOAM] Can not view mesh in ParaView weamelsahar ParaView 2 October 30, 2015 08:06
3D Hybrid Mesh Errors DarrenC ANSYS Meshing & Geometry 11 August 5, 2013 07:42
[snappyHexMesh] snappyHexMesh won't work - zeros everywhere! sc298 OpenFOAM Meshing & Mesh Conversion 2 March 27, 2011 22:11


All times are GMT -4. The time now is 22:49.