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

udf as Boundary condition

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   May 23, 2007, 06:14
Default udf as Boundary condition
  #1
anup
Guest
 
Posts: n/a
hii have u ever implemented a udf as a boundary condition ?? cos i hv know temp at certain positions of my wall and i want to put them as a boundary condition , so in other words its like :

x,y = 370,0 temp = 600 C x,y = 370,50 temp = 650 C . . . n so on

i m not able to write the C code .. i hv no idea what will be the inputs and how the fluent will understand the output .... can u please help me .. i thhink its a very short code ...

plzz i m stuck badly .. help
  Reply With Quote

Old   May 23, 2007, 08:15
Default Re: udf as Boundary condition
  #2
Neil
Guest
 
Posts: n/a
If you don't know how to write the code why not just split the wall into smaller sections in the geometry so you can define the temperature for each small section individually. You may end up with alot of small sections but its a work around solution to save having to figure out how to program a UDF
  Reply With Quote

Old   May 23, 2007, 11:51
Default Re: udf as Boundary condition
  #3
Prasad Dudhgaonkar
Guest
 
Posts: n/a
You can create a text file (.PROF) and read it (File-Read-Profile). This profile file needs certain format. You can find it in documentation. For ready reference I am giving a specimen for two data points referred by you. x, y in meters and temp in K.

((airinlet point 2) (x 370 370 ) (y 0 50 ) (temp 873 923 ) )
  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
Resolved: Changing boundary condition with UDF according to pressure outlet boundary alpemre Fluent UDF and Scheme Programming 12 February 24, 2014 10:18
UDF for inhomogenous Neumann boundary condition akhilesh Fluent UDF and Scheme Programming 3 December 24, 2012 11:14
Boundary Condition Types Using Scheme and UDF Nasir FLUENT 0 September 15, 2008 21:54
UDF for the boundary condition Sridhar FLUENT 3 July 13, 2001 19:18
UDF : boundary condition ID Flav FLUENT 4 June 28, 2001 09:52


All times are GMT -4. The time now is 12:50.