CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > ANSYS > FLUENT > Fluent UDF and Scheme Programming

Convective and Radiative heat B.C. in Free surface modelling

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   July 24, 2017, 18:43
Default 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
Tushar_Telmasre is on a distinguished road
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.
Tushar_Telmasre is offline   Reply With Quote

Reply


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
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


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