|
[Sponsors] |
October 7, 2017, 17:25 |
No heat transfer across interface for CHT
|
#1 |
New Member
vaibhav
Join Date: Sep 2016
Posts: 15
Rep Power: 10 |
Hello,
I am using OF4.0, Why no heat transfer occuring through the interface ? I am using this bc:- f1_to_s3 { type compressible::turbulentTemperatureCoupledBaffleMix ed; refValue uniform 300; refGradient uniform 0; valueFraction uniform 1; value uniform 300; Tnbr T; thicknessLayers 0(); kappaLayers 0(); kappaMethod solidThermo; kappa none; } |
|
October 8, 2017, 15:41 |
|
#2 |
Senior Member
|
Hi,
I think the reason is that you set: Code:
kappaLayers 0(); The strange thing is that with Code:
thicknessLayers 0(); Hope this helps. Regards. PS:In any case, if you can, I truly suggest to upgrade to OF5.x-dev |
|
October 13, 2017, 06:55 |
|
#3 |
Member
Marc
Join Date: May 2017
Posts: 42
Rep Power: 9 |
I'm curious, why do you say so? I'm currently using cht solvers in OF4.1 because it is the version installed in my local cluster but maybe if OF5.x-dev is worthwhile I can convince them to install this version too. In which sense is it better?
|
|
October 13, 2017, 16:26 |
|
#4 |
Senior Member
Lasse Brams Vinther
Join Date: Oct 2015
Posts: 118
Rep Power: 11 |
Hello vs1
I have used a custom solver based upon the CHT solver and the reactingfoam solver, using the following for heat transfer boundary condition through fluid to solid interface for the fluid side and solidThermo for the solid side and it worked like a charm. Code:
type compressible::turbulentTemperatureCoupledBaffleMixed; value uniform 692; kappaMethod fluidThermo; Tnbr T; Best regards Lasse |
|
Tags |
cht coupling, heat transfer |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
GETVAR Error in Multiband Monte Carlo Radiation Simulation with Directional Source | silvan | CFX | 3 | June 16, 2014 10:49 |
Water subcooled boiling | Attesz | CFX | 7 | January 5, 2013 04:32 |
No results for solid domain | Gary Holland | CFX | 10 | March 13, 2009 04:30 |
How can I increase Heat Transfer at Domain Interf? | B.Simon | CFX | 3 | October 28, 2008 19:53 |
Convective Heat Transfer - Heat Exchanger | Mark | CFX | 6 | November 15, 2004 16:55 |