|
[Sponsors] |
April 8, 2021, 06:10 |
Spherical heat transfer
|
#1 |
Member
Robin Kamenicky
Join Date: Mar 2016
Posts: 74
Rep Power: 11 |
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 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 |
|
October 17, 2024, 08:39 |
|
#2 |
New Member
Yixiang Liao
Join Date: Oct 2024
Posts: 1
Rep Power: 0 |
I have the same concern.
|
|
Tags |
eulerian multiphase model, heat transfer coefficeint, spherical heat transfer, twophaseeulerfoam |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Flow around heatsink with heat transfer | S Mughal | FLUENT | 0 | April 13, 2018 14:06 |
UDF for mass and heat source with heat transfer | rajendra1 | Fluent UDF and Scheme Programming | 35 | October 13, 2017 05:04 |
Error finding variable "THERMX" | sunilpatil | CFX | 8 | April 26, 2013 08:00 |
Question about heat transfer simulation | Anna Tian | Main CFD Forum | 0 | January 25, 2013 19:53 |
Convective Heat Transfer - Heat Exchanger | Mark | CFX | 6 | November 15, 2004 16:55 |