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

radial distribution function

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   June 24, 2007, 11:09
Default radial distribution function
  #1
hosein
Guest
 
Posts: n/a
Hi feind, I have a problem for creacting of Gidaspow radial distribution function as UDF, because this experssion does not exist in fluent 6.2.16 default. If it is possible, please guide me for Creating of this UDF. this function is identifyed as: g=3/5*[1-(solid volume fraction/max solid voule fraction)^-1]^(1/3) (fluidized bed field) thanks.
  Reply With Quote

Old   September 7, 2012, 02:10
Default
  #2
New Member
 
Join Date: Jul 2012
Posts: 19
Rep Power: 13
ravindra is on a distinguished road
hey friend..
i hope u must have written the udf about radial distribution function .....i hv to write the same udf......i hv written it but it does not work .....
#include "udf.h"

DEFINE_PROPERTY(cell_radial,c,t)
{
real rad_dis;
real a_a;

a_a=1-pow(((1.-C_VOF(c,t))/0.63),(1/3));
rad_dis=(3/5)*pow(a_a,-1);

return rad_dis;
}

waiting for ur reply ....
ravindra 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
Second Derivative Zero - Boundary Condition fu-ki-pa OpenFOAM 11 March 27, 2021 04:28
OpenFOAM static build on Cray XT5 asaijo OpenFOAM Installation 9 April 6, 2011 12:21
blockMesh error ... balkrishna OpenFOAM Pre-Processing 0 August 17, 2010 02:39
latest OpenFOAM-1.6.x from git failed to compile phsieh2005 OpenFOAM Bugs 25 February 9, 2010 04:37
Residence time distribution function Roustam Phoenics 3 February 26, 2002 08:47


All times are GMT -4. The time now is 03:02.