CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Programming & Development

OF1.6 : RosinRammler.C

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   May 19, 2011, 09:51
Default OF1.6 : RosinRammler.C
  #1
New Member
 
fairus
Join Date: Apr 2010
Posts: 20
Rep Power: 16
mfmohdyasin is on a distinguished road
Dear all,
I'm trying to understand why the constant pre multiplier for Rosin Rammler distribution function is calculated as below:
...
...
ls_(d_),
..
..
scalar sMax = 0;
label n = d_.size();
for (label i=0; i<n; i++)
{
scalar s = exp(-1.0);
for (label j=0; j<n; j++)
{
if (i!=j)
{
scalar xx = pow(d_[j]/d_[i], n_[j]);
scalar y = xx*exp(-xx);
s += y;
}
}

sMax = max(sMax, s);
}

for (label i=0; i<n; i++)
{
ls_[i] /= sMax;
}

In the case of a unitInjector (n=1), ls_[0]=d/exp(-1). What does it mean by mean diameter/ exp(-1)?

Fairus
mfmohdyasin is offline   Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
StreamFunction Utility in OF1.6 maruthamuthu_venkatraman OpenFOAM 5 September 28, 2011 09:28
subMesh, patch type differs OF1.5dev and OF1.6 nikwin OpenFOAM Programming & Development 0 March 23, 2011 06:28
Arbitrary crack propagation using OF1.6 gilav OpenFOAM Programming & Development 1 May 22, 2010 06:52
compressibleInterDyMFoam on OF1.6 lucadauria OpenFOAM Running, Solving & CFD 2 February 24, 2010 20:18
InterTrackFoam in OF1.6? M_Harrer OpenFOAM Running, Solving & CFD 2 November 17, 2009 09:43


All times are GMT -4. The time now is 05:46.