|
[Sponsors] |
July 13, 2015, 06:25 |
thermal udf
|
#1 |
New Member
hamid fathi
Join Date: Jul 2015
Posts: 2
Rep Power: 0 |
Hi frinds ,
I am working about Maragoni number, For my work i Want to a udf file. I have a Rectangular cube that fulled by water, the serface have have a four surce point that have diffrent temprature with Remnat point of surface. Plz help me for this, i want a udf file that talk this. |
|
July 14, 2015, 11:08 |
|
#2 |
Senior Member
Join Date: Nov 2013
Posts: 1,965
Rep Power: 27 |
You do not really say whay your UDF should do. So here is a random example of a UDF.
Code:
#include "udf.h" DEFINE_PROFILE(inlet_x_velocity, thread, position) { face_t f; begin_f_loop(f,thread) { F_PROFILE(f, thread, position) = 1.0; } end_f_loop(f, thread) } |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Fluent UDF for thermal NOx | larsschwarzer | Fluent UDF and Scheme Programming | 1 | July 18, 2014 09:39 |
UDF parallel error: chip-exec: function not found????? | shankara.2 | Fluent UDF and Scheme Programming | 1 | January 16, 2012 23:14 |
FLUENT UDF for thermal condition in BC | Pippo | Fluent UDF and Scheme Programming | 1 | May 6, 2009 11:07 |
UDF for effective thermal conductivity | Mona | FLUENT | 2 | January 16, 2006 14:36 |
DEFINE_GEOM UDF Problems | Pat | FLUENT | 0 | August 14, 2003 14:16 |