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

which is appropraite solver for this problem

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   August 2, 2010, 21:41
Default which is appropraite solver for this problem
  #1
Member
 
Naveen
Join Date: Feb 2010
Location: Los Angeles
Posts: 65
Rep Power: 16
vetnav is on a distinguished road
Hello,

I am a beginner and want to simulate a 2D channel flow, what I want to do is give a uniform velocity profile as the inlet condition and take a channel of considerable length and get the well know parabolic profile, so this problem falls under the category of steady state incompressible laminar flow but to my surprise or lack of knowledge of OpenFOAM I don't see any solver mentioning this, only simpleFoam comes close to this but simpleFoam is for turbulent flow, so can anyone please suggest me how to proceed.

I have posted some questions earlier and never got any reply, I feel like this forum is not that much helpful for beginners, and due to limited resources to learn OpenFOAM it is becoming more frustrating to learn if I don't get replies and am struck at some place.

I completed the test cases explained in User guide and my experience shows that it did not give me any confidence to even do a simple channel flow on my own, so could anyone please suggest me what I missed or how to proceed, I saw lot of people in the forum discussing about simulating really complicated problems using OpenFOAM, I am curious to know how they got that expertise in using OpenFOAM and how much time it took.

Eagerly waiting for any reply.

Thank you
vetnav is offline   Reply With Quote

Old   August 3, 2010, 02:36
Default
  #2
Senior Member
 
maddalena's Avatar
 
maddalena
Join Date: Mar 2009
Posts: 436
Rep Power: 23
maddalena will become famous soon enough
Hello and welcome!
Quote:
Originally Posted by vetnav View Post
only simpleFoam comes close to this but simpleFoam is for turbulent flow,
... well... in any case you can switch off turbulence on simpleFoam! on constant/RASProperties:
Code:
RASModel       laminar;
turbulence      off;
and on constant/turbulenceProperties:
Code:
turbulenceModel laminar;
turbulence      off;
Try to check on the forum for something like channel flow or pipe flow. You will have more and more detailed answers there.
Enjoy

mad
maddalena is offline   Reply With Quote

Reply


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
Compilation problem after modifying a solver. PetSul OpenFOAM Running, Solving & CFD 2 October 1, 2009 17:28
patching problem unsteady solver yellow-stuff Main CFD Forum 0 September 25, 2009 01:26
Solver for a ventilation problem vizag OpenFOAM Running, Solving & CFD 4 February 6, 2009 11:34
Problem in tesing the icoFoam solver liuzhw OpenFOAM Running, Solving & CFD 0 November 2, 2005 22:33
Mashing Problem? ji CFX 2 April 4, 2002 05:03


All times are GMT -4. The time now is 18:47.