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

Wall boundary conditions for temperature

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   February 8, 2007, 00:30
Default Wall boundary conditions for temperature
  #1
J.Y.Shin
Guest
 
Posts: n/a
Following was the program for specifying that the wall temperature is equal to the "adjacent cell temperature + 10", but it failed.

What's wrong with my program????? ---------------------------------------------------------- #include "udf.h"

DEFINE_PROFILE(face_temp_grad, thread, position) { face_t f; cell_t c;

begin_f_loop(f, thread) {

F_PROFILE(f, thread, position) = C_T(c,thread)+10.; } end_f_loop(f, thread)

}
  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
Implementation of boundary conditions for FVM Tom Main CFD Forum 7 August 26, 2014 05:58
wall functions and boundary conditions in OF 1.7.1 cristobal OpenFOAM 2 May 6, 2011 04:10
RPM in Wind Turbine Pankaj CFX 9 November 23, 2009 04:05
Wall boundary conditions for 3d-cylinder Martin Bellmann FLUENT 1 July 11, 2008 13:04
Boundary conditions? Tom Main CFD Forum 0 November 5, 2002 01:54


All times are GMT -4. The time now is 10:01.