|
[Sponsors] |
January 18, 2010, 06:24 |
FLUENT variables for the use in UDF
|
#1 |
Senior Member
Sebastian Gatzka
Join Date: Mar 2009
Location: Frankfurt, Germany
Posts: 729
Rep Power: 20 |
Hello World.
I think prior to using the UDF correctly I have to know how the internal variables work in FLUENT. Is there a manual on all these C_...- and other variables? Like: Code:
C_DPMS_YI(c,t,0) += mp_dot*dpm_relax; C_DPMS_ENERGY(c,t) -= mp_dot*dpm_relax* MATERIAL_PROP(sp,PROP_Cp)*(C_T(c,t)-298.15); C_DPMS_ENERGY(c,t) -= mp_dot*dpm_relax* MATERIAL_PROP(sp,PROP_latent_heat);
__________________
Schrödingers wife: "What did you do to the cat? It's half dead!" |
|
January 18, 2010, 08:20 |
|
#2 |
Senior Member
Bernhard
Join Date: Sep 2009
Location: Delft
Posts: 790
Rep Power: 22 |
In your Fluent Documentation, you can go to the UDF Manual > Additional Macros for Writing UDFs > Data Acces Macros. This in 3.2 in my case, but it differs from version to version.
|
|
January 19, 2010, 04:41 |
|
#3 |
Senior Member
Sebastian Gatzka
Join Date: Mar 2009
Location: Frankfurt, Germany
Posts: 729
Rep Power: 20 |
Thank you!
Thats exactly what I was searching for!
__________________
Schrödingers wife: "What did you do to the cat? It's half dead!" |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Two questions on Fluent UDF | Steven | Fluent UDF and Scheme Programming | 7 | March 23, 2018 04:22 |
fluent UDF external library lapack problem | Rick | FLUENT | 0 | May 7, 2008 11:16 |
Fluent UDF: Thru external input | BS | FLUENT | 0 | March 26, 2008 19:53 |
developing FLUENT UDF programs by VC++ 6.0 IDE | huang peng | FLUENT | 2 | February 25, 2007 15:58 |
Can somebody send me a Fluent 6 UDF manual?? | KKLAU | FLUENT | 4 | April 14, 2004 17:37 |