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

BuoyantSimpleFoam Channel problem

Register Blogs Community New Posts Updated Threads Search

Like Tree1Likes
  • 1 Post By mkraposhin

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   August 11, 2008, 01:56
Default Hello, I do not think buoy
  #1
Member
 
Prashant Ojha
Join Date: Mar 2009
Posts: 38
Rep Power: 17
prashant24983 is on a distinguished road
Hello,

I do not think buoyantSimpleFoam is suitable for your application. Read more on boussinesqBuoyantFoam in the dev version. buoyantSimpleFoam uses the perfect gas equation to calculate the density of media, for your case with water, boussinesq approximation is most appropriate.

http://openfoam-extend.svn.sourceforge.net/svnroot/openfoam-extend/trunk/Core/Op enFOAM-1.4.1-dev/applications/solvers/heatTransfer/boussinesqBuoyantFoam/
prashant24983 is offline   Reply With Quote

Old   August 11, 2008, 02:17
Default Helo,, use fixedFluxBuoyantP
  #2
New Member
 
Pawan
Join Date: Mar 2009
Location: Pune, Maharastra, India
Posts: 3
Rep Power: 17
pawan is on a distinguished road
Helo,,
use fixedFluxBuoyantPressure boundary conditon for pd .
pawan is offline   Reply With Quote

Old   August 11, 2008, 10:10
Default Hi, thanks for the answer.
  #3
Senior Member
 
tian's Avatar
 
Tian
Join Date: Mar 2009
Location: Berlin, germany
Posts: 119
Rep Power: 17
tian is on a distinguished road
Hi,

thanks for the answer. Prashant, I use air as fluid in the channel. The channel is open in the top and buttom (inlet and outlet). So, my task is to find out how many fluid is driven because of hot cylinder inside (buoyancy flow) near the bottom.

Yesterday, I copied "boussinesqBuoyantFoam" in OF 1.5 and wmake it. It is working. I also compiled "calcMassFlow" to see how many fluid goes through my inlet and outlet (3D case).

It is difficult to explain. So I found a small video and a picture. Maybe you can have a look and see:

http://www.building-engineering.de/OpenFOAM/t.mpeg

http://www.building-engineering.de/O...xamples001.png

I am not sure about the boundary conditions.

Inlet: I do not know about the velocity
Outlet: I do not know about the velocity
Hot pipe inside: Temperature constant
Air inside: Temperature at the beginning I know
wall: adiabatic

I hope you can understand my poor englisch :-)
I also will try out "fixedFluxBuoyanPressure"

Thanks for help

Bye
Tian
__________________
BIM HVACTool, The Green Building Simulation Tool for OpenFOAM, Energy Plus and Radiance.
tian is offline   Reply With Quote

Old   August 28, 2008, 06:38
Default Hi, Until now I not find a
  #4
Senior Member
 
tian's Avatar
 
Tian
Join Date: Mar 2009
Location: Berlin, germany
Posts: 119
Rep Power: 17
tian is on a distinguished road
Hi,

Until now I not find a solution for my problem. I am confused why "buoyantSimpleFoam" need at time 0 the values for "p" and "pd"? The version OF 1.4.1 only need p. How I have to setup a outlet and inlet at time 0? Velocity for inlet and zeroGradiet for p... Outlet zeroGradient for u and fixedValue for p but pd, I have not an idea about it... Can some body give me advice? Thanks a lot.

Bye
Thomas
__________________
BIM HVACTool, The Green Building Simulation Tool for OpenFOAM, Energy Plus and Radiance.
tian is offline   Reply With Quote

Old   September 17, 2008, 07:59
Default you can try fixedFluxBuoyantPr
  #5
Senior Member
 
mkraposhin's Avatar
 
Matvey Kraposhin
Join Date: Mar 2009
Location: Moscow, Russian Federation
Posts: 355
Rep Power: 21
mkraposhin is on a distinguished road
you can try fixedFluxBuoyantPressure for p and
fluxCorrectedVelocity for U

i am also interested in natural convection simulation, can you post image of your study?

what BC's are using for turbulence model?
mkraposhin is offline   Reply With Quote

Old   September 17, 2008, 08:43
Default Hi, thanks Kraposhin, I can
  #6
Senior Member
 
tian's Avatar
 
Tian
Join Date: Mar 2009
Location: Berlin, germany
Posts: 119
Rep Power: 17
tian is on a distinguished road
Hi,

thanks Kraposhin, I can send to your email some screenshot.

I change my solver to the boussinesqBouyantSimpleFoam Solver for my study. The application also use RAS turbulence model.

Bye
Thomas
__________________
BIM HVACTool, The Green Building Simulation Tool for OpenFOAM, Energy Plus and Radiance.
tian is offline   Reply With Quote

Old   September 17, 2008, 09:55
Default Hi, I tried the BC's fixedF
  #7
Senior Member
 
tian's Avatar
 
Tian
Join Date: Mar 2009
Location: Berlin, germany
Posts: 119
Rep Power: 17
tian is on a distinguished road
Hi,

I tried the BC's fixedFluxBuoyantPressure with fluxCorrectedVelocity for U but there are some errors if I start the solver. Can you explain me more about how I can use this BC's?

Thanks a lot.
Thomas
__________________
BIM HVACTool, The Green Building Simulation Tool for OpenFOAM, Energy Plus and Radiance.
tian is offline   Reply With Quote

Old   September 18, 2008, 04:50
Default ok, my e-mail is mkraposhin@in
  #8
Senior Member
 
mkraposhin's Avatar
 
Matvey Kraposhin
Join Date: Mar 2009
Location: Moscow, Russian Federation
Posts: 355
Rep Power: 21
mkraposhin is on a distinguished road
ok, my e-mail is mkraposhin@inbox.ru

the difference between boussinesqBouyantSimpleFoam and buoyantSimpleFoam is only that boussinesqBouyantSimpleFoam uses simplified boussinesq assumption. Both solvers can be used for solving natural convection tasks. What RAS model are you using? How do you calculate initial turbulence parameters on boundaries and in internal domain?

about BC's
fixedFluxBuoyantPressure is used to setup full pressure field on boundaries (p+r*g*h)

fluxCorrectedVelocity can be used when pressure field is already known. Another way, i think, is to use pressureInletVelocity for inlet and zeroGradient for outlet.

sorry for bad English
parthigcar likes this.
mkraposhin 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
Second order scheme with buoyantSimpleFoam mighelone OpenFOAM Running, Solving & CFD 2 September 26, 2012 10:28
BuoyantSimpleFoam amitshah OpenFOAM Running, Solving & CFD 4 June 3, 2009 06:04
BuoyantSimpleFoam massFlowRate hellorishi OpenFOAM Running, Solving & CFD 0 March 13, 2009 05:57
BuoyantSimpleFoam solver crashes prashant24983 OpenFOAM Running, Solving & CFD 6 October 28, 2008 06:03
Instability in buoyantSimpleFoam smehdi609 OpenFOAM Running, Solving & CFD 1 August 20, 2008 15:38


All times are GMT -4. The time now is 10:53.