|
[Sponsors] |
October 18, 2012, 12:31 |
UDF basics - boundary conditions
|
#1 |
New Member
Join Date: Oct 2012
Posts: 8
Rep Power: 14 |
Hi,
I'm new to writing UDFs for Fluent 6.3. I am trying to write a UDF for a Velocity Inlet boundary condition. For every time step, I want this boundary condition to be updated to a new temperature (same velocity). The new updated value should be a function of the average temperature of all cell faces in another boundary that is updated with a new calculated value at every time step. Summary of what i want to write: T1(t) = f ( face_temp_average( T2(t) ) ) I do not know what define macro I should be using for the temperature update, how I can get the average of all faces on a face thread, and finally how I can call the values of another boundary when writing a UDF for a boundary condition. I would reaeaealy appriciate it if someone can give me some help on this. Even some names of the macros I should be learning about helps. Thanks |
|
October 20, 2012, 14:25 |
|
#2 |
Member
Join Date: Mar 2011
Posts: 64
Rep Power: 15 |
Hi.
You should first write a UDF to loop around the cell thread to calculate the average temperature. Then use the average in inlet profile.
__________________
Saeed Sadeghi Ansys Fluent CFD Consultant |
|
October 22, 2012, 13:33 |
|
#3 | |
New Member
Join Date: Oct 2012
Posts: 8
Rep Power: 14 |
Quote:
Thank you so much for your reply. Now, how do I refer to another boundary condition when I am writing my UDF for velocity inlet boundary condition. I mean do boundary conditions have numbers or names so that I can use their name when using them in my UDF? |
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
mesh file for flow over a circular cylinder | Ardalan | Main CFD Forum | 7 | December 15, 2020 14:06 |
mass flow in is not equal to mass flow out | saii | CFX | 12 | March 19, 2018 06:21 |
CFX13 Post Periodic interface | EtaEta | CFX | 7 | December 8, 2011 18:15 |
read boundary conditions with udf | Bernhardt | FLUENT | 0 | May 31, 2007 10:46 |
A problem about setting boundary conditions | lyang | Main CFD Forum | 0 | September 19, 1999 19:29 |