|
[Sponsors] |
Assign limit in udf for Temperaure and Pressure |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
October 15, 2012, 11:45 |
Assign limit in udf for Temperaure and Pressure
|
#1 |
New Member
Yogini Patel
Join Date: Jan 2010
Location: Finland
Posts: 15
Rep Power: 16 |
Hello,
I am writing my udf in fluent for material properties. Where I have to assign certain limit for both temperature and pressure in the beginning of the udf. Also this bounded value, I want to use it in other properties in the same udf. Can any one give me some ideas how I can define limit in udf ? Thank you BR, -Yogini |
|
October 16, 2012, 22:25 |
|
#2 | |
Senior Member
Ehsan Asgari
Join Date: Apr 2010
Posts: 473
Rep Power: 18 |
Quote:
You can establish a loop over either faces or cells and check the parameters you wish. If their values would have exceeded maximum range, you can be informed by an if-clause, for example: if (C_P(c,t) > 1e+10) Error("pressure has exceeded maximum range"); Above command lines will stop UDF procedure. Goodluck |
||
October 17, 2012, 11:11 |
|
#3 |
New Member
Yogini Patel
Join Date: Jan 2010
Location: Finland
Posts: 15
Rep Power: 16 |
Hello,
Thank you for your reply. In my case I am using wet-steam udf for calculating thermodynamical properties (like, P, T, Cp, Cv, rho, etc). All are the functions of T and Rho in polynomial form. In my case, the calculated values in fluent increased too much. That's why I want to set a certain limit for Temp. and rho. Like one example, P = f(T,rho), if T > 360 K then T = 360 K else T = T Same for rho also. I want to put this 'if-else' clause in my udf, can you guide me how to write it? -Yogini |
|
October 17, 2012, 12:44 |
|
#4 | |
Senior Member
Ehsan Asgari
Join Date: Apr 2010
Posts: 473
Rep Power: 18 |
Quote:
Tell us more about your UDF. What kind of Macro is used? |
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
calculation average pressure in a plane with UDF | Vitalij | FLUENT | 1 | April 10, 2007 04:39 |
Setting pressure value for specific cells, UDF | Amir | FLUENT | 2 | September 1, 2005 19:59 |
UDF CALL FOR PRESSURE | D Harvey | FLUENT | 2 | June 3, 2004 22:46 |
Hydrostatic pressure in 2-phase flow modeling (long) | DS & HB | Main CFD Forum | 0 | January 8, 2000 16:00 |
UDF in Fluent to Match Mass Flow at Pressure Outlet | Jonas Larsson | Main CFD Forum | 1 | April 29, 1999 11:44 |