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

thermal udf

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   July 13, 2015, 05:25
Default thermal udf
  #1
New Member
 
hamid fathi
Join Date: Jul 2015
Posts: 2
Rep Power: 0
hamidf5533 is on a distinguished road
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.
hamidf5533 is offline   Reply With Quote

Old   July 14, 2015, 10:08
Default
  #2
Senior Member
 
Join Date: Nov 2013
Posts: 1,965
Rep Power: 26
pakk will become famous soon enough
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)
 }
pakk is offline   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
Fluent UDF for thermal NOx larsschwarzer Fluent UDF and Scheme Programming 1 July 18, 2014 08:39
UDF parallel error: chip-exec: function not found????? shankara.2 Fluent UDF and Scheme Programming 1 January 16, 2012 22:14
FLUENT UDF for thermal condition in BC Pippo Fluent UDF and Scheme Programming 1 May 6, 2009 10:07
UDF for effective thermal conductivity Mona FLUENT 2 January 16, 2006 13:36
DEFINE_GEOM UDF Problems Pat FLUENT 0 August 14, 2003 13:16


All times are GMT -4. The time now is 08:14.