|
[Sponsors] |
February 17, 2020, 09:47 |
Heated wall by radiation
|
#1 |
Member
Yann Guyot
Join Date: Feb 2019
Posts: 37
Rep Power: 7 |
Dear all,
I have a question that i suppose quiet simple but I can not find the answer. I would like to know what type of boundary condition for temperature i should apply to a wall that is heated by a high heat source (like fire) emitting radiation? I am able to compute the radiation flux received by the wall (with fvDOM) but I don't know how to make it heat my wall. If any of you know how to simulate this in OpenFOAM i will really appreciate. All the best, Yann |
|
February 17, 2020, 17:28 |
|
#2 |
Senior Member
Peter Hess
Join Date: Apr 2011
Location: Austria
Posts: 250
Rep Power: 17 |
Hello!
I am not sure to understand your question right way... Anyway, see the pdf here: http://www.nextfoam.co.kr/lib/downlo...bb43ccfe025b25 and look to 4.8. Regards Peter |
|
February 18, 2020, 06:59 |
|
#3 |
Senior Member
anonymous
Join Date: Jan 2016
Posts: 416
Rep Power: 14 |
Hi!
You can use the following BC for example: https://openfoam.com/documentation/g...d.html#details For example you can use in flux mode with 0 prescribed flux. Thus your wall will be adiabatic. This BC will create a heat flux BC based on the radiative field and you prescribed flux, thus: qwall = qPrescribed + qRad So it will "put back" the radiative flux to the wall. |
|
February 18, 2020, 08:45 |
|
#4 |
Member
Yann Guyot
Join Date: Feb 2019
Posts: 37
Rep Power: 7 |
Hello
Thank you very much for your replies, I actually tried this BC (externalWallHeatFluxTemperature) with zero flux, but my simulations were crashing, and i didn't understand why. Do you have working examples using this type of BC? Cheers Yann |
|
February 18, 2020, 09:04 |
|
#5 |
Senior Member
anonymous
Join Date: Jan 2016
Posts: 416
Rep Power: 14 |
Hi!
Sorry, now I don't have a shareable case. But if your temperature blows up, you can try to relax it in the bc somehow like this, but maybe the radiation relaxation is enough and you don't need the temperature relaxation. Also you can decrease the relaxation of the radiative field if you feel that it will help. Code:
<patchName> { type externalWallHeatFluxTemperature; mode flux; q 0; kappaMethod fluidThermo; qr qr; relaxation 0.7; //Temperature relaxation qrRelaxation 0.7; //Radiation relaxation value $internalField; } |
|
February 18, 2020, 09:23 |
|
#6 |
Member
Yann Guyot
Join Date: Feb 2019
Posts: 37
Rep Power: 7 |
Thank you very much, I will try it and keep you in touch!
|
|
February 19, 2020, 06:06 |
|
#7 |
Member
Yann Guyot
Join Date: Feb 2019
Posts: 37
Rep Power: 7 |
It works!
I tried with simulations looking like those from comsol tutorial (min 14:30) https://www.comsol.com/video/simulat...l-multiphysics Simulation parameters are not exactly the same but I did it in a way that i could see a difference with or without this BC. I removed the relaxation on temperature since results where physically wrong. Code:
{ type externalWallHeatFluxTemperature; mode flux; q 0; kappaMethod fluidThermo; qr qr; qrRelaxation 0.7; value $internalField; } Thank very much for your help All the best |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Natural convection in a closed domain STILL NEEDING help! | Yr0gErG | FLUENT | 4 | December 2, 2019 01:04 |
Enhanced Wall Treatment | paduchev | FLUENT | 24 | January 8, 2018 12:55 |
How model radiation of both solid wall and fluid£¿ | Harry Qiu | FLUENT | 2 | February 4, 2013 00:04 |
External Radiation Boundary Condition (Two sided wall), Grid Interface | CFD XUE | FLUENT | 0 | July 8, 2010 07:49 |
Radiation between heated rods | lego | Main CFD Forum | 1 | November 13, 2003 09:39 |