|
[Sponsors] | |||||
|
|
|
#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) } |
|
|
||
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Implementation of boundary conditions for FVM | Tom | Main CFD Forum | 6 | April 1, 2012 09:31 |
| 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 |