CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > ANSYS > FLUENT > Fluent UDF and Scheme Programming

List of variable using in UDF

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   July 31, 2014, 00:15
Default List of variable using in UDF
  #1
Member
 
Tleja
Join Date: Sep 2013
Posts: 40
Rep Power: 12
Tleja is on a distinguished road
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
Tleja is offline   Reply With Quote

Old   July 31, 2014, 03:21
Default
  #2
Senior Member
 
Join Date: Nov 2013
Posts: 1,965
Rep Power: 26
pakk will become famous soon enough
I am sorry but I don't understand exactly what it is that you are asking...
pakk is offline   Reply With Quote

Old   July 31, 2014, 09:53
Default
  #3
Sun
Senior Member
 
Sun's Avatar
 
Join Date: Nov 2010
Posts: 103
Rep Power: 15
Sun is on a distinguished road
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
cheers!
Sun is offline   Reply With Quote

Old   July 31, 2014, 10:51
Default
  #4
Member
 
Tleja
Join Date: Sep 2013
Posts: 40
Rep Power: 12
Tleja is on a distinguished road
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
Tleja is offline   Reply With Quote

Old   July 31, 2014, 11:57
Default
  #5
Sun
Senior Member
 
Sun's Avatar
 
Join Date: Nov 2010
Posts: 103
Rep Power: 15
Sun is on a distinguished road
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
Sun is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
[swak4Foam] Error bulding swak4Foam sfigato OpenFOAM Community Contributions 18 August 22, 2013 12:41
[swak4Foam] funkySetFields compilation error tayo OpenFOAM Community Contributions 39 December 3, 2012 05:18
friction forces icoFoam ofslcm OpenFOAM 3 April 7, 2012 10:57
OpenFOAM on MinGW crosscompiler hosted on Linux allenzhao OpenFOAM Installation 127 January 30, 2009 19:08
DxFoam reader update hjasak OpenFOAM Post-Processing 69 April 24, 2008 01:24


All times are GMT -4. The time now is 09:01.