CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM Running, Solving & CFD (https://www.cfd-online.com/Forums/openfoam-solving/)
-   -   Forced convection with OF (https://www.cfd-online.com/Forums/openfoam-solving/112596-forced-convection.html)

Andrea1984 January 31, 2013 10:35

Forced convection with OF
 
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

romant January 31, 2013 14:28

Quote:

Originally Posted by Andrea1984 (Post 405329)
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

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

Andrea1984 February 1, 2013 06:55

Hi Roman,

thank you for your reply.
These solvers are suitable only for buoyant flows, or are still valid in case of forced convection?

romant February 1, 2013 07:33

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.

Andrea1984 February 1, 2013 09:18

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

romant February 1, 2013 09: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.

cm_jubayer April 4, 2013 14:49

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

Andrea1984 April 4, 2013 15:03

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

cm_jubayer April 4, 2013 15:20

You can download it from here


Jubayer

Andrea1984 April 5, 2013 04:53

Thank you so much

Andrea

aamo January 14, 2014 12:10

Quote:

Originally Posted by cm_jubayer (Post 418412)
You can download it from here


Jubayer

Hi Jubayer, I think you have removed the files from your dropbox. could u please upload it again.

cm_jubayer January 14, 2014 12:35

Here is the link again:

https://dl.dropboxusercontent.com/u/...atPlate.tar.gz


Jubayer

sandeeprapol May 11, 2015 11:47

Forced convection with OF
 
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

romant May 12, 2015 03:53

Quote:

Originally Posted by sandeeprapol (Post 545886)
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

Take a look at this site http://cfd.direct/openfoam/user-guid.../#x13-890003.5

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.

roadRunner May 13, 2015 09:42

Setting gravity vector to zero should disable all buoyancy effects and enable pure forced convection.

John Handel Kennedy February 29, 2016 16:04

Flow in a straight pip-reg
 
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

hello77 October 3, 2016 09:30

Quote:

Originally Posted by romant (Post 405512)
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.

hi, could you please justify this for me. I mean is the Boussinesq can be used in forced convection?

romant October 4, 2016 06:29

Quote:

Originally Posted by hello77 (Post 620123)
hi, could you please justify this for me. I mean is the Boussinesq can be used in forced convection?

If the influence is almost zero, then it can be used in forced convection. The Boussinesq term is g*rho*beta(T-T_ref). This will give you an extra acceleration in the flow, if there is a temperature different. However, this acceleration can be small compared to the forces which are acting on the fluid due to the flow itself. In forced convection the influence of the buoyant forces is small and therefore the having this added term does not influence the flow much.

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

cfdsolver1 October 4, 2016 08:24

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.

hello77 October 4, 2016 16:37

thank for romant and cfdsolver1. my question was in general, can we use the Boussinesq in forced convection?

cfdsolver1 October 4, 2016 21:12

Dear hello77, yes you can use if you want, but not needed. Boussinesq approximation is defined as rho = rho0*(1 - alpha*(T-T0)). where also you can obtain (rho-rho0)/rho.
The effect of Boussinesq approximation can be understood by calculating Richardson (Ri) number. If Ri << 1, the change of density with temperature is very low. Therefore, even you calculate Boussinesq approximation, it will be very small as (rho-rho0)/rho goes to zero. Therefore, you can ignore it. For example, run your case with fully forced convection, after that solve the same problem when Ri = 0.01. You will obtain the same results.

Kim97 February 1, 2017 15:01

Forced convection heattransfer
 
Quote:

Originally Posted by cm_jubayer (Post 418412)
You can download it from here


Jubayer

I am trying to simulate a forced convection heat transfer problem using OpenFOAM. In my case, the hot flow flows through a pipe and the outside of the pipe is cooled by jet impingement. I am using chtMultiregionSimpleFoam and so far no luck and the tutorial is not much of a help. I am wondering if you still have your simulation with forced convection over a flat plate. If you do, would it possible for you to upload it again?

Kim97 February 2, 2017 04:31

What BC to be used in the p_rgh file for foced convection?

mbennour September 23, 2019 03:50

Hi Jubayer, I'm doing my Master thesis on Openfoam could you please upload again the removed files from your dropbox. thank you very much

mbennour September 23, 2019 04:09

Quote:

Originally Posted by cm_jubayer (Post 418412)
You can download it from here


Jubayer

hi Jubayer
I'm doing my Master thesis on Openfoam could you please upload the removed files on dropbox
thank you very much


All times are GMT -4. The time now is 03:24.