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

The heat transfer coefficient in OF is different from Fluent

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   April 13, 2023, 09:03
Post The heat transfer coefficient in OF is different from Fluent
  #1
New Member
 
Please select
Join Date: Aug 2021
Posts: 4
Rep Power: 4
ZhangPikai is on a distinguished road
Hello, FOAMers.
I found that the coefficient of heat transfer from particle to carrier gas due to the surface reaction in OpenFOAM, is different from that in ANSYS Fluent. Below is the code of OpenFOAM v8 (src/lagrangian/intermediate/parcels/Templates/reactingMultiphaseParcel.C). “coeff” is equal to “f_h” (see the picture below)? but the “coeff” is based on the parcel temperature, which is not shown in the description of “f_h” in the theory guide of Fluent. Does anybody know why this in OpenFOAM? Is there any reference to this? Thank you very much!

Code:
670* const scalar xsi = min(T/cloud.constProps().TMax(), 1.0);
671* const scalar coeff =
672* (1.0 - xsi*xsi)*cloud.constProps().hRetentionCoeff();
673*
674* Sh += coeff*hReaction/dt;
675*
676* dhsTrans += (1.0 - coeff)*hReaction;
Attached Images
File Type: png Fluent.png (108.8 KB, 18 views)
ZhangPikai is offline   Reply With Quote

Reply

Tags
heat tranfer coefficient, surface reactions, temperature dependent


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
Interphase mass transfer of a reaction cfx_ws1992 Main CFD Forum 0 May 15, 2017 21:42
Ansys CFX problem: unexpected very high temperatures in premix laminar combustion faizan_habib7 CFX 4 February 1, 2016 17:00
Heat Transfer Coefficient in Fluent kalene86 FLUENT 0 July 25, 2013 13:23
Error finding variable "THERMX" sunilpatil CFX 8 April 26, 2013 07:00
heat transfer coefficient from fluent antonio22 Main CFD Forum 0 April 27, 2011 04:32


All times are GMT -4. The time now is 00:56.