|
[Sponsors] |
Convective and Radiative heat B.C. in Free surface modelling |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
July 24, 2017, 18:43 |
Convective and Radiative heat B.C. in Free surface modelling
|
#1 |
Member
sebastian bergman
Join Date: Mar 2017
Location: seattle
Posts: 52
Rep Power: 9 |
At the free surface in my model i want to incorporate the convective and radiative boundary conditions.
I tried to use the define profile macro at the boundary. my udf is as follows, #include "udf.h" DEFINE_PROFILE(wallheatgenerate,thread,i) { face_t f; real source = 500*(C_T(f,thread)-300) + 0.09*(pow(C_T(f,thread),4)-pow(300,4))); begin_f_loop(f,thread) F_PROFILE(f,thread,i) = source; end_f_loop(f,thread) } here, real source = h*(T_Wall-T_Ambient); + emissivity*(pow(T_wall,4)-pow(T_Ambient,4))); i do not know whether it is right. I am getting convergence issues. i think i have not incorporated cell area into it.(the actual formula being h*A*(T_wall-T_ambient) ) can any one please suggest. I am struggling with this relatively simple problem for a long time. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Convective and Radiative heat B.C. in Free surface modelling during solidification | Tushar_Telmasre | Fluent UDF and Scheme Programming | 0 | July 9, 2017 16:19 |
Convective and Radiative heat transfer in Free surface modelling in solidification | Tushar_Telmasre | Fluent Multiphase | 0 | July 9, 2017 16:17 |
Separate Convective and Radiative heat transfer in CFD post using fluent as a solver | Lemanes | FLUENT | 1 | July 6, 2015 11:31 |
solver radiative and convective heat fluxes in CFD-Post | user | CFX | 3 | August 3, 2010 09:21 |
Convective / Conductive Heat Transfer in Hypersonic flows | enigma | Main CFD Forum | 2 | November 1, 2009 23:53 |