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 Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   February 8, 2007, 01: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

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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


All times are GMT -4. The time now is 17:30.