Skip to content
Snippets Groups Projects
Commit 0af39a32 authored by Gizem Özler's avatar Gizem Özler
Browse files

Updated particlesTransport.f90

parent 28ba78c1
No related branches found
No related tags found
1 merge request!2Updated particlesTransport.f90
......@@ -81,7 +81,7 @@
do 1 n=1,np
urel= sqrt((uf(n)-up(n))**2+(vf(n)-vp(n))**2+(wf(n)-wp(n))**2)
Reyp= max(1.e-10_pr,2._pr*radp(n)*urel/nuf)
Reyf= radp(n)**2/nuf*sqrt(dufdy(n)**2+dufdz(n)**2)
Reyf= 4*radp(n)**2/nuf*sqrt(dufdy(n)**2+dufdz(n)**2)
beta= Reyf/Reyp/2._pr
if (Reyp.le.40._pr) then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment