|
[Sponsors] |
July 31, 2014, 01:15 |
List of variable using in UDF
|
#1 |
Member
Tleja
Join Date: Sep 2013
Posts: 40
Rep Power: 13 |
I'm new in User define function. At the moment i'm learning user define function but i don't know how to define variable. How can i get the list of variable using in user define function?.
If somebody have information about list of variable using in user define function, Please send it to me! Thank you Tleja |
|
July 31, 2014, 04:21 |
|
#2 |
Senior Member
Join Date: Nov 2013
Posts: 1,965
Rep Power: 27 |
I am sorry but I don't understand exactly what it is that you are asking...
|
|
July 31, 2014, 10:53 |
|
#3 |
Senior Member
Join Date: Nov 2010
Posts: 103
Rep Power: 16 |
This might help!
Code:
C_R(c,t); Density C_P(c,t); Pressure C_U(c,t); U-velocity C_DVDX(c,t); Velocity derivative C_DVDY(c,t); Velocity derivative C_DVDZ(c,t); Velocity derivative C_V(c,t); V-velocity C_W(c,t); W-velocity C_T(c,t); Temperature C_H(c,t); Enthalpy C_DWDX(c,t); Velocity derivative C_DWDY(c,t); Velocity derivative C_DWDZ(c,t); Velocity derivative C_K(c,t); Turbulent kinetic energy (k) C_D(c,t); Turbulent dissipation rate (ε) C_O(c,t); Specific dissipation of k (ω) C_MU_L(c,t); Laminar viscosity C_MU_T(c,t); Turbulent viscosity C_MU_EFF(c,t); Effective viscosity C_YI(c,t,i); Species mass fraction C_UDSI(c,t,i); UDS scalars C_UDMI(c,t,i); UDM scalars C_K_L(c,t); Laminar thermal conductivity C_K_T(c,t); Turbulent thermal conductivity C_K_EFF(c,t); Effective thermal conductivity C_CP(c,t); Specific heat C_RGAS(c,t); Gas constant |
|
July 31, 2014, 11:51 |
|
#4 |
Member
Tleja
Join Date: Sep 2013
Posts: 40
Rep Power: 13 |
Thank Sun,
Can i have some more information about this? Such as, granular Diameter,Molecular weight of species, species mass fraction, etc please let me know Tleja |
|
July 31, 2014, 12:57 |
|
#5 |
Senior Member
Join Date: Nov 2010
Posts: 103
Rep Power: 16 |
this is for species mass fraction
C_YI(c,t,i) and here is a fairly complete list: http://jullio.pe.kr/fluent6.1/help/html/udf/node107.htm |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[swak4Foam] Error bulding swak4Foam | sfigato | OpenFOAM Community Contributions | 18 | August 22, 2013 13:41 |
[swak4Foam] funkySetFields compilation error | tayo | OpenFOAM Community Contributions | 39 | December 3, 2012 06:18 |
friction forces icoFoam | ofslcm | OpenFOAM | 3 | April 7, 2012 11:57 |
OpenFOAM on MinGW crosscompiler hosted on Linux | allenzhao | OpenFOAM Installation | 127 | January 30, 2009 20:08 |
DxFoam reader update | hjasak | OpenFOAM Post-Processing | 69 | April 24, 2008 02:24 |