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

how chtMultiRegionFoam calculates the convective heat transfer coefficient

Register Blogs Community New Posts Updated Threads Search

Like Tree1Likes
  • 1 Post By anon_a

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   August 25, 2012, 18:43
Default how chtMultiRegionFoam calculates the convective heat transfer coefficient
  #1
New Member
 
Join Date: Jul 2012
Posts: 21
Rep Power: 13
turbulencious is on a distinguished road
dear FOAMers,

I was wondering about something and I thought of posting it here, in case somebody already knows and wants to share.

I use the solver chtMultiRegionFoam and I would like to discuss in my report how the solver (or the BC?) calculates the convective heat transfer coefficient (h or α). My problem is strongly defined by this parameter and since the calculation is based on empirical relations ( and there are a few), it would be good to know.

thanks a lot
giorgos
turbulencious is offline   Reply With Quote

Old   August 26, 2012, 01:59
Default convective heat transfer coeffiecient
  #2
Senior Member
 
Ahmed Khattab's Avatar
 
ahmed
Join Date: Feb 2010
Posts: 182
Blog Entries: 1
Rep Power: 16
Ahmed Khattab is on a distinguished road
Quote:
Originally Posted by turbulencious View Post
dear FOAMers,

I was wondering about something and I thought of posting it here, in case somebody already knows and wants to share.

I use the solver chtMultiRegionFoam and I would like to discuss in my report how the solver (or the BC?) calculates the convective heat transfer coefficient (h or α). My problem is strongly defined by this parameter and since the calculation is based on empirical relations ( and there are a few), it would be good to know.

thanks a lot
giorgos

Hi Giorgos,

i think it calculates it from nusselt number specified in one of case system files and conduction coefficient K specified in thermoproperties file.

BR,
Ahmed
Ahmed Khattab is offline   Reply With Quote

Old   August 26, 2012, 06:48
Default
  #3
New Member
 
Join Date: Jul 2012
Posts: 21
Rep Power: 13
turbulencious is on a distinguished road
hello Ahmed,

thanks a lot for your answer! do you know where exactly we specify the Nusselt number?

all the best
turbulencious is offline   Reply With Quote

Old   August 29, 2012, 04:19
Thumbs up convective heat transfer coefficient
  #4
Senior Member
 
Ahmed Khattab's Avatar
 
ahmed
Join Date: Feb 2010
Posts: 182
Blog Entries: 1
Rep Power: 16
Ahmed Khattab is on a distinguished road
Quote:
Originally Posted by turbulencious View Post
hello Ahmed,

thanks a lot for your answer! do you know where exactly we specify the Nusselt number?

all the best
Hi giorgos,

prantle number is specified in file thermoPhysicalProrerties file in path:

chtMultiRegionFoam/multiRegionHeater/constant/bottomAir


and in same file in topAir.

then nu=a Re^b Pr^c.

then nu= h/K.l,

K: is specified in same file belong heater and solid areas.

in this way h could be calculated.

Best Regards,
Ahmed
Ahmed Khattab is offline   Reply With Quote

Old   August 30, 2012, 20:37
Default
  #5
New Member
 
Join Date: Jul 2012
Posts: 21
Rep Power: 13
turbulencious is on a distinguished road
you are awesome
thank you very much!
turbulencious is offline   Reply With Quote

Old   August 31, 2012, 02:59
Default
  #6
Disabled
 
Join Date: Mar 2011
Posts: 174
Rep Power: 15
anon_a is on a distinguished road
Sorry to intervene, just a question: Do you know where h is calculated or used in the code?

The multiRegionHeater tutorial for example uses "compressible::turbulentTemperatureCoupledBaffleMi xed" as BC.
Checking the code in src/turbulenceModels/compressible/turbulenceModel/derivedFvPatchFields/turbulentTemperatureCoupledBaffleMixed, I see that the only thing happening is to impose continuity of temperature and conductive heat flux on the boundary.

But I may be wrong, I have been wrong plenty of times before :-)
Ahmed Khattab likes this.
anon_a is offline   Reply With Quote

Old   October 4, 2012, 04:56
Default
  #7
New Member
 
Join Date: Jul 2012
Posts: 21
Rep Power: 13
turbulencious is on a distinguished road
very interesting. Can you elaborate a bit more please? where exactly is the temperature continuity imposed?
turbulencious is offline   Reply With Quote

Old   December 19, 2012, 08:47
Default
  #8
Senior Member
 
Ahmed Khattab's Avatar
 
ahmed
Join Date: Feb 2010
Posts: 182
Blog Entries: 1
Rep Power: 16
Ahmed Khattab is on a distinguished road
Hi giorgos and dear Foamers,

sorry giorgos it was along time from your post, i reviewed your post again and recently, i began with chtMultRegionFoam so i reviewed the tutorial case and boundary condition.

firstly, about heat convective coefficient, if you want to put it as input in your case there is no need to do this. if you reviewed the energy equation (which solver uses) you will find that only temperature, velocity, properties of solid and fluid are required. heat transfer coefficient in required as input if solver uses correlations which isn't applied in over solver.

secondly, if you want to get the overall coefficient based on temperature distribution gotten from your solver, i think there is a command you can use (you may have to search to get it).

finally, I'd like from you and anon_a to discuss this post with me. it was useful for me last time to get your feed back to re-review the case.

good luck,

ahmed
Ahmed Khattab is offline   Reply With Quote

Old   July 18, 2013, 15:26
Default
  #9
New Member
 
sebastian n
Join Date: Nov 2012
Posts: 17
Rep Power: 13
gruenertee is on a distinguished road
Quote:
Originally Posted by rebel ahmed View Post

secondly, if you want to get the overall coefficient based on temperature distribution gotten from your solver, i think there is a command you can use (you may have to search to get it).

ahmed
I am very grateful for your explanation about chtMultiRegionFoam and the heat transfer coefficient; but can you or anyone of the foamers tell which command to use to get the overall heat transfer coefficient (OpenFoam2.2.0 Solver chtMultiRegionfoam)?
gruenertee is offline   Reply With Quote

Old   September 9, 2013, 09:02
Default
  #10
Senior Member
 
Ahmed Khattab's Avatar
 
ahmed
Join Date: Feb 2010
Posts: 182
Blog Entries: 1
Rep Power: 16
Ahmed Khattab is on a distinguished road
Quote:
Originally Posted by gruenertee View Post
I am very grateful for your explanation about chtMultiRegionFoam and the heat transfer coefficient; but can you or anyone of the foamers tell which command to use to get the overall heat transfer coefficient (OpenFoam2.2.0 Solver chtMultiRegionfoam)?

Hi gruenertee,

i looked in OpenFoam file in order to try answering your question. i reached to a result may give a clue to this issue. i didn't test it but i think it will make use.

if you go to this directory
/opt/openfoam210/platforms/linuxGccDPOpt/bin

you will find a list of all executables in openFOAM among it you will find wallHeatFlux

if you go to source file in this directory

/opt/openfoam210/utilities/postProcessing/wall/wallHeatFlux.

you will find wallHeatFlux.c which contains file description as
PHP Code:
Description
    Calculates 
and writes the heat flux for all patches as the boundary field
    of a volScalarField 
and also prints the integrated flux for all wall
    patches

i think we can get overall heat transfer coefficient by using wall heat flux and temp. difference.

i wish it will bee helpful
Ahmed Khattab is offline   Reply With Quote

Reply

Tags
chtmultiregionfoam, convection


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
Simulation of a single bubble with a VOF-method Suzzn CFX 21 January 29, 2018 00:58
calculate heat transfer coefficient in repeated geometry mullenc525 CFX 4 January 24, 2017 14:30
Heat Transfer Coefficient in Compressible Flow 3D turbine cascade Karkoura CFX 0 March 10, 2011 15:35
No results for solid domain Gary Holland CFX 10 March 13, 2009 03:30
UDF convective heat transfer correlations sarah FLUENT 0 March 29, 2007 09:52


All times are GMT -4. The time now is 20:22.