|
[Sponsors] |
how chtMultiRegionFoam calculates the convective heat transfer coefficient |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
August 25, 2012, 19:43 |
how chtMultiRegionFoam calculates the convective heat transfer coefficient
|
#1 |
New Member
Join Date: Jul 2012
Posts: 21
Rep Power: 14 |
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 |
|
August 26, 2012, 02:59 |
convective heat transfer coeffiecient
|
#2 | |
Senior Member
|
Quote:
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 |
||
August 26, 2012, 07:48 |
|
#3 |
New Member
Join Date: Jul 2012
Posts: 21
Rep Power: 14 |
hello Ahmed,
thanks a lot for your answer! do you know where exactly we specify the Nusselt number? all the best |
|
August 29, 2012, 05:19 |
convective heat transfer coefficient
|
#4 | |
Senior Member
|
Quote:
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 |
||
August 30, 2012, 21:37 |
|
#5 |
New Member
Join Date: Jul 2012
Posts: 21
Rep Power: 14 |
you are awesome
thank you very much! |
|
August 31, 2012, 03:59 |
|
#6 |
Disabled
Join Date: Mar 2011
Posts: 174
Rep Power: 15 |
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 :-) |
|
October 4, 2012, 05:56 |
|
#7 |
New Member
Join Date: Jul 2012
Posts: 21
Rep Power: 14 |
very interesting. Can you elaborate a bit more please? where exactly is the temperature continuity imposed?
|
|
December 19, 2012, 09:47 |
|
#8 |
Senior Member
|
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 |
|
July 18, 2013, 16:26 |
|
#9 |
New Member
sebastian n
Join Date: Nov 2012
Posts: 17
Rep Power: 14 |
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)?
|
|
September 9, 2013, 10:02 |
|
#10 | |
Senior Member
|
Quote:
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:
i wish it will bee helpful |
||
Tags |
chtmultiregionfoam, convection |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Simulation of a single bubble with a VOF-method | Suzzn | CFX | 21 | January 29, 2018 01:58 |
calculate heat transfer coefficient in repeated geometry | mullenc525 | CFX | 4 | January 24, 2017 15:30 |
Heat Transfer Coefficient in Compressible Flow 3D turbine cascade | Karkoura | CFX | 0 | March 10, 2011 16:35 |
No results for solid domain | Gary Holland | CFX | 10 | March 13, 2009 04:30 |
UDF convective heat transfer correlations | sarah | FLUENT | 0 | March 29, 2007 10:52 |