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

misprint in solidParticle.C

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

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   November 27, 2009, 06:10
Default misprint in solidParticle.C
  #1
New Member
 
Aurelia Vallier
Join Date: Sep 2009
Posts: 8
Rep Power: 16
AureliaV is on a distinguished road
Hello
In solidParticle.C, the condition on the particle Reynolds number seems wrong.
Usually the Stokes drag applies for Re<0.1, and not 0.01

scalar ReFunc = 1.0;
scalar Re = magUr*d_/nuc;
if (Re > 0.01)
{
ReFunc += 0.15*pow(Re, 0.687);
}

regards
Aurelia
AureliaV 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



All times are GMT -4. The time now is 06:18.