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

paraView was working, now not working

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

Like Tree4Likes
  • 1 Post By goldbeard
  • 1 Post By goldbeard
  • 2 Post By dkxls

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   March 24, 2013, 00:28
Default paraView was working, now not working
  #1
New Member
 
Join Date: Mar 2013
Posts: 13
Rep Power: 13
goldbeard is on a distinguished road
Hello,

I thought I had paraView working right. I was even able to get most of the way throught the cavity tutorial. But now when I give the command paraFoam, it opens paraView, but doesn't seem to run right. When I run the icoFoam command, it doesn't do anything, then the terminal acts like it is dead. I have included a screen shot of what my terminal says
Attached Images
File Type: jpg paraFoamtrouble.jpg (65.7 KB, 77 views)
goldbeard is offline   Reply With Quote

Old   March 24, 2013, 00:59
Default cavity tutorial problem
  #2
New Member
 
Join Date: Mar 2013
Posts: 13
Rep Power: 13
goldbeard is on a distinguished road
When trying to run the cavity tutorial and entering the command "paraFoam" paraview opens but then the terminal doesn't accept the icoFoam command, or any other command. I have included a picture of the message my terminal gives me.

What is going on?! I had it running for little while and was halfway through the tutorial, but now I am dead in the water.
please help me
Attached Images
File Type: jpg paraviewtrouble2.jpg (61.4 KB, 16 views)
goldbeard is offline   Reply With Quote

Old   March 24, 2013, 14:27
Default
  #3
Retired Super Moderator
 
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,974
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 goldbeard,

I've moved your other thread to this one, so that I wouldn't have to ask/answer twice ...

I saw from your other thread on GLX issues - http://www.cfd-online.com/Forums/ope...g-display.html - that you have installed Ubuntu 12.10 and OpenFOAM 2.2.0. You didn't mention which exact instructions you followed, so I'll have to assume you've followed the ones on this page: http://www.openfoam.org/download/ubuntu.php

So, let's see if I can help you isolate the problem. Questions for diagnosing:
  • When did it stop working? Was it after you started a new terminal window?
  • When you see those messages in the image you've attached, does ParaView appear? Or are you stuck on that terminal window?
    • Did you check the button list on the left of the screen and find the ParaView logo? Because sometimes the new windows go behind the back of the current window you're looking at.
  • When exactly did you try running icoFoam? Was it while you were seeing those messages or before running paraFoam?
    • If this was the case, hit the key combination Ctrl+C for stopping ParaView and returning control to the shell command line.
  • After you start a new terminal window, what happens if you run icoFoam? Does it tell you it can't find the command "icoFoam" or does it given an error message indicating it can't find the "system/controlDict" file or something similar?
Best regards,
Bruno
__________________
wyldckat is offline   Reply With Quote

Old   March 25, 2013, 12:20
Default
  #4
New Member
 
Join Date: Mar 2013
Posts: 13
Rep Power: 13
goldbeard is on a distinguished road
Quote:
Originally Posted by wyldckat View Post
Hi goldbeard,



So, let's see if I can help you isolate the problem. Questions for diagnosing:
  • When did it stop working? Was it after you started a new terminal window?
  • When you see those messages in the image you've attached, does ParaView appear? Or are you stuck on that terminal window?
    • Did you check the button list on the left of the screen and find the ParaView logo? Because sometimes the new windows go behind the back of the current window you're looking at.
  • When exactly did you try running icoFoam? Was it while you were seeing those messages or before running paraFoam?
    • If this was the case, hit the key combination Ctrl+C for stopping ParaView and returning control to the shell command line.
  • After you start a new terminal window, what happens if you run icoFoam? Does it tell you it can't find the command "icoFoam" or does it given an error message indicating it can't find the "system/controlDict" file or something similar?
Best regards,
Bruno

I am using the cavity lid tutorial.

I copy and pasted the command:

cd $FOAM_RUN/tutorials/incompressible/icoFoam/cavity

then I enter the command:

blockMesh

then the command:

paraFoam


It stopped working after I ran the command paraFoam. It opened paraView but then I could not enter any more commands.

I tried what you said and pressed Control + C and it removed the paraview window from the screen. I was then able to enter the command:

icoFoam

It worked, then I entered the command:

paraFoam


and I was up and running again.


Is this normal? I unfortunately have no basis for normal. I don't understand why this doesn't follow the tutorial....
soheil_r7 likes this.

Last edited by goldbeard; March 25, 2013 at 12:25. Reason: oops
goldbeard is offline   Reply With Quote

Old   March 25, 2013, 12:41
Default
  #5
New Member
 
Join Date: Mar 2013
Posts: 13
Rep Power: 13
goldbeard is on a distinguished road
Bruno,

Thank you so much. I was able to go farther with the openfoam tutorial, however after entering paraFoam into the terminal, it won't let me enter another command. I am able to use paraview, but when I want to run another case, the command line in my terminal wont accept commands.

Am I not understanding how to use the program, or is something wrong?

Thank you very much for you time!

Andrew
soheil_r7 likes this.
goldbeard is offline   Reply With Quote

Old   March 25, 2013, 16:32
Default
  #6
Retired Super Moderator
 
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,974
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 Andrew,

I was hoping you would get to the section "2.1.5.5 Running the code as a background process" on the user guide: http://www.openfoam.org/docs/user/ca...5-220002.1.5.5
Quote:
icoFoam > log &
This command basically specifies that:
  1. The output will go into the file "log";
  2. The ampersand "&" will launch the command into the background, giving you control to the foreground command line.
Therefore, if you want to keep paraFoam running in the background, run:
Code:
paraFoam &
For learning more about the shell (the application that takes care of running your commands), check this (very incomplete) tutorial: http://openfoamwiki.net/index.php/In...with_the_Shell
Or if you prefer, the direct link to a more complete tutorial: http://linuxcommand.org/learning_the_shell.php


Best regards,
Bruno
__________________
wyldckat is offline   Reply With Quote

Old   March 25, 2013, 16:33
Default
  #7
Senior Member
 
dkxls's Avatar
 
Armin
Join Date: Feb 2011
Location: Helsinki, Finland
Posts: 156
Rep Power: 19
dkxls will become famous soon enough
I'm sorry to say this, but from your posts it is quite apparent that you have very little experience with Linux or a command-line shell like "bash", right?

So at first, I would recommend you to do some little tutorial on how to use a command-line interface (CLI) in linux or maybe even better in Ubuntu as I'm not sure which shell Ubuntu uses.
OpenFOAM is very much centered around editing text files and using the command-line. So learning how to use it is the price you have to pay for a first class open-source CFD code.

Now to give you some immediate help on how to go on and what you are dealing with:
paraFoam: This is just a wrapper script to use ParaView with OpenFOAM
paraview: This is a open-source post-processing software that can handle OpenFOAM data, but is not part of OpenFOAM

When you run commands in the command-line and the programs are still active they "block" the command-line, like you experienced it with paraFoam. If you are in such a situation, you have 3 options:
1) Quit the program that blocks the command-line
2) Start a new shell
3) move the active program to the background like this:
  • control+Z (this stops the active program and gives you the shell back)
  • type "bg" to move the stopped program to the background so you can use it again
To avoid this situation altogether just run your program like this: "paraFoam &"
This starts the program in the background, but be careful, you cannot kill this program anymore with control+C. However, this shouldn't be a problem with paraFoam as you can always quit it just in the GUI (Graphical User Interface).

Hope this helps!

Armin
dkxls is offline   Reply With Quote

Old   March 25, 2013, 16:34
Default
  #8
Senior Member
 
dkxls's Avatar
 
Armin
Join Date: Feb 2011
Location: Helsinki, Finland
Posts: 156
Rep Power: 19
dkxls will become famous soon enough
Seams I wasn't fast enough.
wyldckat and goldbeard like this.
dkxls is offline   Reply With Quote

Old   March 28, 2013, 23:02
Default
  #9
New Member
 
Join Date: Mar 2013
Posts: 13
Rep Power: 13
goldbeard is on a distinguished road
Thanks guys.

I am starting to figure this stuff out. You got me, I am a newb. I love the GUI, so I am out of place here in terminalland.

Thank you for the posts and the guides, I am picking my way through them.
goldbeard 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
[General] Paraview launch & crash problems dancfd ParaView 3 January 17, 2013 13:04
[General] paraview ignores SPACING in STRUCTURED_POINTS vtk data? jaffar ParaView 0 November 27, 2012 10:36
Visualize checkMesh output with Paraview Horus OpenFOAM 1 May 29, 2012 12:51
paraview installation woes vex OpenFOAM Installation 15 January 30, 2011 08:11
OpenFOAM 1.6 and ThirdParty Software Paraview dunlopjp OpenFOAM Installation 0 February 24, 2010 12:35


All times are GMT -4. The time now is 20:19.