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

Spherical heat transfer

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   April 8, 2021, 05:10
Default Spherical heat transfer
  #1
Member
 
Robin Kamenicky
Join Date: Mar 2016
Posts: 74
Rep Power: 11
Robin.Kamenicky is on a distinguished road
Dear Foamers,


I want to discuss the implementation of a spherical heat transfer model. Thus the calculation of heat transfer coefficient between sphere surface and fluid within the sphere for Eulerian multi-fluid approach. The code is in sphericalHeatTransfer.C for both ESI and Foundation versions.


The code is following:
Code:
60.0
  *max(pair_.dispersed(), residualAlpha_)
 *pair_.continuous().kappa()
 /sqr(pair_.dispersed().d());


which effectively means in pseudo-code
Code:
6*alpha_d/d *Nu_d*kappa_c/d
where the Nu is the Nusselt number equal to 10 and 6*alpha_d/d is the interfacial area concentration. alpha is volume fraction, kappa thermal conductivity, d is particle diameter, subscript c stands for continuous phase and subscript d for dispersed phase.


I would expect to use kappa_d instead of kappa_c because the model is used for heat transfer coefficient into dispersed phase (into the fluid within the sphere). What do you think?


Also, if somebody has the analytical solution for the heat transfer from a sphere surface into the fluid inside it, I would appreciate sharing it.


Have a good day,
Robin
Robin.Kamenicky is offline   Reply With Quote

Reply

Tags
eulerian multiphase model, heat transfer coefficeint, spherical heat transfer, twophaseeulerfoam


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
Flow around heatsink with heat transfer S Mughal FLUENT 0 April 13, 2018 13:06
UDF for mass and heat source with heat transfer rajendra1 Fluent UDF and Scheme Programming 35 October 13, 2017 04:04
Error finding variable "THERMX" sunilpatil CFX 8 April 26, 2013 07:00
Question about heat transfer simulation Anna Tian Main CFD Forum 0 January 25, 2013 18:53
Convective Heat Transfer - Heat Exchanger Mark CFX 6 November 15, 2004 15:55


All times are GMT -4. The time now is 23:15.