Problem D4(b) - Terminal Velocity of Falling Particles |POLVER05_1 f(vt)=vt^2*(3*CD*rho)-4*g*(rhop-rho)*Dp # rho=994.6 # g = 9.80665*30 # rhop=1800 # Dp=0.208e-3 # vis=8.931e-4 # Re=Dp*vt*rho/vis # CD=if (Re<0.1) then (24/Re) else (24*(1+0.14*Re^0.7)/Re) # vt(min)=0.0001, vt(max)=0.05