|
[Sponsors] |
January 31, 2013, 11:35 |
Forced convection with OF
|
#1 |
Senior Member
Andrea
Join Date: Feb 2012
Location: Leeds, UK
Posts: 179
Rep Power: 16 |
Hi,
I would like to simulate a forced convection heat transfer problem using OF. The flow is incompressible and turbulent. Any hints for the choose of the right solver, BCs and other settings are welcome. Thanks, Andrea |
|
January 31, 2013, 15:28 |
|
#2 |
Senior Member
Roman Thiele
Join Date: Aug 2009
Location: Eindhoven, NL
Posts: 374
Rep Power: 21 |
For heat transfer problems with incompressible flow, take a look at bouyantBoussinesqSimpleFoam and buoyantBoussinesqPimpleFoam, for steady state and transient calculations respectively. There are a couple of tutorials included in OpenFOAM
__________________
~roman |
|
February 1, 2013, 07:55 |
|
#3 |
Senior Member
Andrea
Join Date: Feb 2012
Location: Leeds, UK
Posts: 179
Rep Power: 16 |
Hi Roman,
thank you for your reply. These solvers are suitable only for buoyant flows, or are still valid in case of forced convection? |
|
February 1, 2013, 08:33 |
|
#4 |
Senior Member
Roman Thiele
Join Date: Aug 2009
Location: Eindhoven, NL
Posts: 374
Rep Power: 21 |
yes, they are also valid for forced convection. The "buoyant" part of the name just states that they use the boussinesq approximation for buoyancy, where small changes in density are modeled through a temperature difference. but other than that the density is constant.
__________________
~roman |
|
February 1, 2013, 10:18 |
|
#5 |
Senior Member
Andrea
Join Date: Feb 2012
Location: Leeds, UK
Posts: 179
Rep Power: 16 |
Ok, their names are a little bit misleading.
I'll have a look to the source code and run some test cases. Thank you for the infos. Andrea |
|
February 1, 2013, 10:21 |
|
#6 |
Senior Member
Roman Thiele
Join Date: Aug 2009
Location: Eindhoven, NL
Posts: 374
Rep Power: 21 |
Hej,
it doesn't really matter that the buoyant part this is in the solver, since in forced convection your change in density and the buoyancy forces associated with it will be minimal (the flow will not be affected by it). Therefore, the solvers can be used for forced convection and for natural convection.
__________________
~roman |
|
April 4, 2013, 15:49 |
|
#7 |
Member
Jubayer
Join Date: Oct 2009
Location: The University of Western Ontario, London, Ontario
Posts: 42
Blog Entries: 1
Rep Power: 17 |
Hi Andrea,
I am also simulating forced convection over a solar panel in the atmospheric boundary layer. I am using buoyantBoussinesqPimpleFoam. Based on nOuterCorrectors you can switch between Pimple and Piso. Also, I am using 0 gravity which makes p and p_rgh same. However, I am facing bounding problem with omega specially (using SST k omega), trying different limited schemes, no luck yet. But, to test the solver, I ran a simulation with forced convection over a flat plate with high Re and found a good match with the turbulent boundary layer correlation in theory. Also, I think to solve forced convection correctly, boundary layer has to be resolved completely (y+<1) without using wall functions. Jubayer |
|
April 4, 2013, 16:03 |
|
#8 |
Senior Member
Andrea
Join Date: Feb 2012
Location: Leeds, UK
Posts: 179
Rep Power: 16 |
Hi Jubayer,
Unfortunately I had to stop my testing with OF in forced convection because right now I'm pretty busy with other undertakings; however I would be glad if you can attach your convection over a flat plate case. Thanks in advance, Andrea |
|
April 5, 2013, 05:53 |
|
#10 |
Senior Member
Andrea
Join Date: Feb 2012
Location: Leeds, UK
Posts: 179
Rep Power: 16 |
Thank you so much
Andrea |
|
May 11, 2015, 12:47 |
Forced convection with OF
|
#13 |
New Member
Sandeep Rapol
Join Date: Feb 2015
Posts: 11
Rep Power: 11 |
Hi,
I would like to simulate a forced convection heat transfer problem using OpenFOAM. The flow is compressible and turbulent. Which solver is suitable? Thanks & Regards, Sandeep Rapol |
|
May 12, 2015, 04:53 |
|
#14 | |
Senior Member
Roman Thiele
Join Date: Aug 2009
Location: Eindhoven, NL
Posts: 374
Rep Power: 21 |
Quote:
You probably want to take one of the solvers from the compressible family. They are nicely explained there and you should think about whatelse your solver should do. Steady state or transient, supersonic or subsonic flow, do you want to include buoyancy at a later stage (then take a look at the heat transfer solver family). It shouldn't be too hard to find the right solver for your purpose.
__________________
~roman |
||
May 13, 2015, 10:42 |
|
#15 |
Member
Join Date: Apr 2015
Location: EU
Posts: 38
Rep Power: 11 |
Setting gravity vector to zero should disable all buoyancy effects and enable pure forced convection.
__________________
beep-beep |
|
February 29, 2016, 17:04 |
Flow in a straight pip-reg
|
#16 |
New Member
John Handel Kennedy
Join Date: Feb 2016
Posts: 2
Rep Power: 0 |
Hi,
I am trying to simulate Flow in a Straight Pipe with Heat transfer. I am using the buoyantBoussinesqSimpleFoam solver. I have made g and beta to be zero. The temperature of the wall is 373K and inlet fluid temperature is 293K. The inlet velocity is 1m/s. The diameter of the pipe is 1m and the nu value is 0.01 which makes a Reynolds number to be 100. The laminar Prandtl number is 1.5. I got fully developed flow in simpleFoam i.e. the velocity jumped to 2m/s. However I am not able to get the same velocity profile in buoyantBoussinesqSimpleFoam, The velocity is decreasing towards the outlet. How do we solve this problem? What should I specify in the alpha_t and p_rgh files? Regards John |
|
October 3, 2016, 10:30 |
|
#17 | |
New Member
Ali
Join Date: Mar 2014
Posts: 4
Rep Power: 12 |
Quote:
|
||
October 4, 2016, 07:29 |
|
#18 | |
Senior Member
Roman Thiele
Join Date: Aug 2009
Location: Eindhoven, NL
Posts: 374
Rep Power: 21 |
Quote:
For more information on how to relate the buoyant forces to the viscous and momentum forces have a look at https://en.wikipedia.org/wiki/Forced_convection . Cheers, Roman
__________________
~roman |
||
October 4, 2016, 09:24 |
|
#19 |
Member
Join Date: Jul 2013
Posts: 39
Rep Power: 13 |
Hello, if you want to model forced convection using bouyantBoussinesqSimpleFoam, you need to give gravity and beta values zero. Therefore, it turns into forced convection case.
|
|
October 4, 2016, 17:37 |
|
#20 |
New Member
Ali
Join Date: Mar 2014
Posts: 4
Rep Power: 12 |
thank for romant and cfdsolver1. my question was in general, can we use the Boussinesq in forced convection?
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
thermo settings for natural and forced convection | braennstroem | OpenFOAM Running, Solving & CFD | 3 | May 1, 2011 13:33 |
Coupled vs Seg - Natural vs. Forced Convection | Alex | Siemens | 5 | December 12, 2007 05:58 |
help please with forced convection | lucia | FLUENT | 3 | September 7, 2007 17:59 |
heat convection in a forced fluid | Daniele | COMSOL | 0 | December 20, 2005 09:09 |
giving natural and forced convection bc's | Venu Gopal | FLUENT | 0 | August 29, 2004 11:59 |