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

[BEGINNER] Problems running tutorials (incompressible) in OF 2.xx

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   November 29, 2012, 07:00
Unhappy [BEGINNER] Problems running tutorials (incompressible) in OF 2.xx
  #1
New Member
 
Jaroslav
Join Date: Nov 2012
Posts: 4
Rep Power: 13
Jaro is on a distinguished road
Hello everybody!

I am new to Fluid Dynamics and OpenFoam. I like very much OF (have watched videos on YT and I am big fan of Open-Source software). I read CFD-ONLINE from some time and admire what you do here.

Sorry to bother you with some very basics.... (you must be tired answering beginners ), but I don't know where to ask for such things.

I have installed OF on few platforms:
- OF - the newest - on Linux Ubuntu
- OF - the newest on Debian (in Windows' VBOX)
I have also:
- CAELinux 2011
- GEEKO CFD 4.0
- blueCFD SingleCore (on Windows)

I have three computers (desktop + 2 laptops) where I have "tested" OF.


I haven't any problems with installation OF, but have a lot of with running their tutorials. I have been trying all incompressible tutorials and got many problems (errors, usually runtime errors). Sometimes there is lack of file, sometimes there aren't some attributes, properties or other values set... Some tutorials don't even want to mesh (using BlockMesh or/and snappyHexMesh).

I have problems with most tutorials to run, some have went, but I didn't get results in .foam file (only many time-step directories with data I cannot read (or don't know how) in ParaView). I thought that every case solved in result should bring .foam file ???


The only tutorial I got results (from incompressible dir) is pitzDaily (LES).


In most situations (I think 50-60%), I didn't get solver running or even mesh applied - because of errors.

Maybe you know what I am doing wrong??

I like OF (have read about its capabilities), but the lack of manuals and good documentation is very bad, terrible for beginners.Very hard to start

I hope you point me to good directions and maybe advise how to run cases properly.

Have you got problems while running OF tutorials?? Or its just me??

I am not giving errors here because in different tutorials I got various errors.


I have also followed CAELInux 2011 tutorial (from SALOME to OF using simpleFoam) and......got errors while trying to run solver


Regards,
Jaroslav
Jaro is offline   Reply With Quote

Old   November 29, 2012, 13:14
Default
  #2
Senior Member
 
calim_cfd's Avatar
 
mauricio
Join Date: Jun 2011
Posts: 172
Rep Power: 17
calim_cfd is on a distinguished road
hi!

some hints:
read the userguide and the programmers guide within the /openfoam/doc/*.. (i dont remember the path right now)

when there's now 'allrun' file it means that all u gotta do is run blockMesh and then the solver..

when the case is over you usually run paraFoam it will touch the files and lauch the paraview...

gl
__________________
Best Regards
/calim

"Elune will grant us the strength"
calim_cfd is offline   Reply With Quote

Old   November 30, 2012, 02:24
Default
  #3
New Member
 
Fergus
Join Date: Sep 2012
Location: Glasgow, UK
Posts: 23
Rep Power: 13
Jaggy_Snake is on a distinguished road
Maybe I can post this question in here as it vaguely follows on from the last post. Apologies if this is a very basic question.

After having executed Allrun, I wish to view the progress of my simulation, i.e my residuals. I believe I can use the gnuplot utility but I'm unsure how to implement this. Thanks


EDIT: On further reading, it seems pyFoam is the way to go.

Last edited by Jaggy_Snake; November 30, 2012 at 03:14.
Jaggy_Snake is offline   Reply With Quote

Old   November 30, 2012, 11:16
Default
  #4
Senior Member
 
calim_cfd's Avatar
 
mauricio
Join Date: Jun 2011
Posts: 172
Rep Power: 17
calim_cfd is on a distinguished road
a simply way to view the residual at the terminal is:

Code:
# <solver> > log &
# tail -f log
__________________
Best Regards
/calim

"Elune will grant us the strength"
calim_cfd is offline   Reply With Quote

Old   November 30, 2012, 13:17
Default
  #5
New Member
 
Jaroslav
Join Date: Nov 2012
Posts: 4
Rep Power: 13
Jaro is on a distinguished road
Hello! Thanks for reply! I knew about both documents / guides for OF. But they are not too comprehensive, particularly they don't answer why some errors occur and how to solve this problems..... I have make several huge mistakes, that's why I had problems with tutorials. I have solved ALL of them, a now tutorials works fine . If anyone (any beginner - I should say) will have problems with tutorials running in blueCFD (under Windows) I recommend to read their installation guide: http://code.google.com/p/bluecfd-singlecore/ and: http://code.google.com/p/bluecfd-sin...wiki/UserGuide There are interesting informations, like: Adapting simulation cases from Linux to Windows and how to install ParaView under Windows... Regards Jaro
Jaro is offline   Reply With Quote

Old   November 30, 2012, 16:47
Default
  #6
Senior Member
 
Lieven
Join Date: Dec 2011
Location: Leuven, Belgium
Posts: 299
Rep Power: 22
Lieven will become famous soon enough
To store the residual data you could also use foamJob (e.g. in case of simpleFoam):

Code:
$ foamJob -s simpleFoam
where -s indicates that the output during the simulation is also piped to the terminal screen (although adding -s is optional). In case you want the job to run in parallel you can simply add -p but make sure you have the system/decomposeParDict set correctly.

After running the solver with foamJob, you can use the foamLog tool to obtain xy-data files of the residuals (simply type foamLog). Plotting can be done with a tool like Gnuplot or any other...

More info can be found at http://www.openfoam.org/docs/user/mo...#x35-2010006.6

Regards,

L
Lieven is offline   Reply With Quote

Old   December 1, 2012, 02:10
Default
  #7
New Member
 
Fergus
Join Date: Sep 2012
Location: Glasgow, UK
Posts: 23
Rep Power: 13
Jaggy_Snake is on a distinguished road
OK, thanks for the tips. And it's good that the OP has got things working now.
Jaggy_Snake is offline   Reply With Quote

Old   December 4, 2012, 20:12
Default
  #8
Senior Member
 
atmcfd's Avatar
 
ATM
Join Date: May 2009
Location: United States
Posts: 104
Rep Power: 16
atmcfd is on a distinguished road
This was extensively discussed in the forums earlier. Check out this thread....and I you will learn how to write your own gnuplot commands to plot, or use the existing ones :-)


http://www.cfd-online.com/Forums/ope...residuals.html
atmcfd is offline   Reply With Quote

Old   March 16, 2016, 07:27
Smile How to calculate u max and v max for particular values of x and y in openfoam
  #9
New Member
 
narayana vekamulla
Join Date: Oct 2015
Posts: 15
Rep Power: 10
vnarayana is on a distinguished road
Good evening friends,
i am doing simulation using buoyantBoussinesqSimpleFoam , i got some results. please tell me how to find U max and V max for a particular values of X and Y ? With respect to time how to calculate velocities ?
Thank you
vnarayana is offline   Reply With Quote

Reply

Tags
openfoam, problems, running, tutorials


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
Tutorials for incompressible flow and different turbulence models Sandu69 OpenFOAM 2 April 20, 2010 12:17
All Tutorials and Example Problems Definitions bucksfan OpenFOAM 2 July 6, 2009 08:14
All Tutorials and Example Problems Definitions bucksfan OpenFOAM 2 July 3, 2009 10:25
Kubuntu uses dash breaks All scripts in tutorials platopus OpenFOAM Bugs 8 April 15, 2008 07:52
Problem running tutorials sega OpenFOAM Pre-Processing 2 March 23, 2008 03:48


All times are GMT -4. The time now is 11:45.