|
[Sponsors] |
August 25, 2013, 21:49 |
Can two udf's used simultaneously in Fluent?
|
#1 |
New Member
Dinesh
Join Date: Nov 2009
Location: India
Posts: 25
Rep Power: 17 |
Dear Friends,
I want to use DEFINE_PROPERTY udf to vary viscosity as per variation in temperature and second udf DEFINE_EXECUTE_END for modifying output temperature. Can i use both simultaneously? How to use it? (I have written the udf's separately) THanks in advance |
|
August 26, 2013, 02:17 |
|
#2 |
Senior Member
Paritosh Vasava
Join Date: Oct 2012
Location: Lappeenranta, Finland
Posts: 732
Rep Power: 23 |
You can put them in one file as following. It should work.
#include ......... #include......... DEFINE_PROPERTY{ ........ ....... } DEFINE_EXECUTE_END{ ........ ....... } |
|
August 26, 2013, 09:32 |
|
#3 |
New Member
Dinesh
Join Date: Nov 2009
Location: India
Posts: 25
Rep Power: 17 |
thanks vasava. I will try.
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Problem with Compiling UDFs in Ansys Fluent 13 (lnx64) | Ali.beh | Fluent UDF and Scheme Programming | 3 | August 27, 2018 05:22 |
heat transfer with RANS wall function, over a flat plate (validation with fluent) | bruce | OpenFOAM Running, Solving & CFD | 6 | January 20, 2017 07:22 |
Error in reading Fluent 13 case file in fluent 12 | apurv | FLUENT | 2 | July 12, 2013 08:46 |
Linking pre-compiled UDFs to Fluent | gracerlima | Fluent UDF and Scheme Programming | 2 | April 3, 2010 15:16 |
Fluent - mulitple displays simultaneously? | Chris | FLUENT | 2 | February 14, 2003 10:01 |