BrownianMotionForce: Corrected expression for s0
Patch provided by Bruno Santos Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=2036
This commit is contained in:
parent
c1c4862028
commit
04fe885920
1 changed files with 1 additions and 2 deletions
|
|
@ -187,9 +187,8 @@ Foam::forceSuSp Foam::BrownianMotionForce<CloudType>::calcCoupled
|
|||
}
|
||||
else
|
||||
{
|
||||
const scalar rhoRatio = p.rho()/p.rhoc();
|
||||
const scalar s0 =
|
||||
216*muc*sigma*Tc/(sqr(mathematical::pi)*pow5(dp)*(rhoRatio)*cc);
|
||||
216*muc*sigma*Tc/(sqr(mathematical::pi)*pow5(dp)*sqr(p.rho())*cc);
|
||||
f = eta*sqrt(mathematical::pi*s0/dt);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue