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

BoussinesqApproximation for incompressible flow

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

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   August 19, 2008, 07:45
Default Hi Fabian, Thank you for at
  #21
Member
 
Masashi IMANO
Join Date: Mar 2009
Location: Tokyo, Japan
Posts: 34
Rep Power: 17
imano is on a distinguished road
Hi Fabian,

Thank you for attaching your code again.

As a matter of fact I have made fixed heat flux B.C. library like you have made,
but I intentionally remove heat flux B.C from the airConditionedRoom tutorial case
in order to decrease installation process like compiling addtional custom library.

However the fixed flux B.C. is more general and elegant in this tutorial indeed,
so I wrote a Wiki page of my fixed heat flux B.C. library and added an
option to use heat flux B.C. into airConditionedRoom tutorial case.

http://openfoamwiki.net/index.php/Contrib_wallHeatFlux
http://openfoamwiki.net/index.php/Ma...onditionedRoom

Please have a look at Wiki pages and source code for detail.

The Last question about the wall function:
The separate treatment for temperature might be needed indeed,
but currently I have no plan to implement them soon...
So I wish someone get started on them...

Masashi
imano is offline   Reply With Quote

Old   August 19, 2008, 13:24
Default Nice :-) Do you have a hint, a
  #22
Senior Member
 
Fabian Braennstroem
Join Date: Mar 2009
Posts: 407
Rep Power: 19
braennstroem is on a distinguished road
Nice :-) Do you have a hint, about implementing it?
braennstroem is offline   Reply With Quote

Old   August 19, 2008, 13:24
Default ... I mean the wall treatment.
  #23
Senior Member
 
Fabian Braennstroem
Join Date: Mar 2009
Posts: 407
Rep Power: 19
braennstroem is on a distinguished road
... I mean the wall treatment.
braennstroem is offline   Reply With Quote

Old   November 4, 2008, 06:12
Default In the code by Masashi, the wa
  #24
Member
 
Christian Lindbäck
Join Date: Mar 2009
Posts: 55
Rep Power: 17
christian is on a distinguished road
In the code by Masashi, the wall heat transfer is calculated as:
temperature gradient = q/(alpha_eff*Cp0*rho0)

Cp will not vary much with temperature, but density will change more than negligable for my case. What do you think, wouldn't it be better to express rho in terms of rho0, beta, g, T and T0 (Boussinesq approximation)?

Hope to have someones opinion.

Regards,
Christian Lindbäck
christian is offline   Reply With Quote

Old   November 17, 2008, 03:56
Default Hi to all What is beta here
  #25
emilianyassenov
Guest
 
Posts: n/a
Hi to all

What is beta here?

can anyone tell me?

Emo
  Reply With Quote

Old   November 17, 2008, 04:35
Default Beta is the thermal expansion
  #26
New Member
 
Se-min JEONG
Join Date: Mar 2009
Location: Japan
Posts: 2
Rep Power: 0
jeong is on a distinguished road
Beta is the thermal expansion coefficient.

http://web.njit.edu/topics/Prog_Lang_Docs/html/FLUENT/fluent/fluent5/ug/html/nod e296.htm
jeong is offline   Reply With Quote

Old   November 17, 2008, 05:11
Default Hi Jeong Thanks for the qui
  #27
emilianyassenov
Guest
 
Posts: n/a
Hi Jeong

Thanks for the quick answer...
but i could not open your site...is it without dimension or?

thanks in advance!!
  Reply With Quote

Old   November 17, 2008, 07:26
Default Dear Emilian, The dimensio
  #28
New Member
 
Se-min JEONG
Join Date: Mar 2009
Location: Japan
Posts: 2
Rep Power: 0
jeong is on a distinguished road
Dear Emilian,

The dimension is [1/K].

You can check its dimension and value in the "/constant/transportProperties" file of the example directory.

http://www.engineeringtoolbox.com/ai...ies-d_156.html
http://en.wikipedia.org/wiki/Coeffic...rmal_expansion

Jeong
jeong is offline   Reply With Quote

Old   November 28, 2008, 03:59
Default Dear Hrvoje, is the Boussin
  #29
scurtu
Guest
 
Posts: n/a
Dear Hrvoje,

is the Boussinesq approximation solver
/OpenFOAM-1.4.1-dev/applications/solvers/heatTransfer/boussinesqBuoyantFoam/
compatible with OpenFOAM-1.5?
If not what modifications it request?

Nicoleta
  Reply With Quote

Old   November 28, 2008, 05:38
Default I think it will work with no c
  #30
Senior Member
 
Hrvoje Jasak
Join Date: Mar 2009
Location: London, England
Posts: 1,905
Rep Power: 33
hjasak will become famous soon enough
I think it will work with no changes - try to compile and see what happens.

There sound le no problems.

Enjoy.

Hrv
__________________
Hrvoje Jasak
Providing commercial FOAM/OpenFOAM and CFD Consulting: http://wikki.co.uk
hjasak is offline   Reply With Quote

Old   May 13, 2009, 05:20
Default boussinesq approximation
  #31
New Member
 
Bintoro Aji
Join Date: Apr 2009
Posts: 1
Rep Power: 0
bintoro is on a distinguished road
Hi,
I am new to OpenFoam. I'd like to solve the problem of natural convection heat transfer in rod bundle that generating 200 kW of power. Is the boussinesq approximation solver enough for this case, since there will be two phase flow when boiling happen?

bintoro
bintoro is offline   Reply With Quote

Old   July 15, 2009, 03:54
Default
  #32
New Member
 
Praveen
Join Date: Mar 2009
Location: Goteborg, Sweden
Posts: 8
Rep Power: 17
prabhu is on a distinguished road
hello Masashi,

I am trying to solve solidification problem and have written a code. Im using the wallHeatFlux BC for cooling the walls of the mould provided by you on the wiki page.

When the liquid starts to solidify, i see that the temperature at the walls become lower and goes negative. could u give any suggestions about how to overcome this problem.
prabhu 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
boussinesqapproximation mkk OpenFOAM Running, Solving & CFD 0 August 2, 2006 09:32
convert compressible flow into incompressible flow Hun Jung Main CFD Forum 4 August 11, 2003 10:10
AMR with Incompressible Flow Shahriar Main CFD Forum 7 March 7, 2003 08:53
Incompressible Flow A.M.Yang Main CFD Forum 1 July 3, 2002 07:58
How to set BC of incompressible flow zhwm FLUENT 5 February 7, 2002 21:44


All times are GMT -4. The time now is 01:09.