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

Bird Correction for Heat-Transfer Model (Particles)

Register Blogs Community New Posts Updated Threads Search

Like Tree1Likes
  • 1 Post By jairoandres

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   January 19, 2021, 08:43
Default Bird Correction for Heat-Transfer Model (Particles)
  #1
Super Moderator
 
Tobi's Avatar
 
Tobias Holzmann
Join Date: Oct 2010
Location: Bad Wörishofen
Posts: 2,711
Blog Entries: 6
Rep Power: 52
Tobi has a spectacular aura aboutTobi has a spectacular aura aboutTobi has a spectacular aura about
Send a message via ICQ to Tobi Send a message via Skype™ to Tobi
Dear Community,

I do have a question regarding the Bird Correction we can activate in the heat-transfer model in OpenFOAM. The question is related to the usage of the model.
  • When do we have to activate the Bird correction?

After some short research, it seems that it is related to the Stefan Flow? However, I am not sure about that and maybe I am mixing things up here (probably). So if you are aware of that correction, I would be happy to have some information as return
__________________
Keep foaming,
Tobias Holzmann
Tobi is offline   Reply With Quote

Old   April 30, 2021, 05:25
Default
  #2
New Member
 
Join Date: Apr 2019
Posts: 10
Rep Power: 7
Lehaibmo is on a distinguished road
I also want to know
Lehaibmo is offline   Reply With Quote

Old   May 18, 2021, 23:01
Default
  #3
Member
 
Jairo A. Gutiérrez S
Join Date: Nov 2014
Posts: 60
Rep Power: 12
jairoandres is on a distinguished road
See in: https://pure.tue.nl/ws/files/9110053...02016_main.pdf

"Bird correction is applied to Nu to account the reduction in heat transfer due to evaporation". I suppose this is related to the change in Nu due to the vapour film near the droplet, which if my brain does not trick me, is related to the Stephan flow phenomena.

In the code, it clearly seen that the BirdCorrection modifies the htc (heat transfer coefficient):

if (BirdCorrection_ && (mag(htc) > ROOTVSMALL) && (mag(NCpW) > ROOTVSMALL))
{
const scalar phit = min(NCpW/htc, 50);
if (phit > 0.001)
{
htc *= phit/(exp(phit) - 1.0); // Always reduces the value of htc.
}
}

return htc;
}
Tobi likes this.
jairoandres is offline   Reply With Quote

Reply


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
[swak4Foam] swakExpression not writing to log alexfells OpenFOAM Community Contributions 3 March 16, 2020 19:19
Radiation in semi-transparent media with surface-to-surface model? mpeppels CFX 11 August 22, 2019 08:30
Centrifugal fan-reverse flow in outlet lesds to a mass in flow field xiexing CFX 3 March 29, 2017 11:00
Enhanced wall treatment, low re k-e model, k-w model with low Re correction junz FLUENT 0 April 21, 2015 16:36
Interphase transfer model sjtusyc CFX 1 September 6, 2012 07:13


All times are GMT -4. The time now is 09:44.