|
[Sponsors] |
February 8, 2007, 01:30 |
Wall boundary conditions for temperature
|
#1 |
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) } |
|
|
|
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 |