You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ifdimensionless_diameter>5E9: # "The boundary layer around the sphere becomes fully turbulent, causing a reduction in drag and an increase in settling velocity" - [1]
183
183
dimensionless_velocity=265000.# Set a maximum dimensionless settling velocity
184
184
elifdimensionless_diameter<0.05: # "At values of D_* less than 0.05, (9) deviates signficantly ... from Stokes' law and (8) should be used." - [1]
185
-
dimensionless_velocity= (dimensionless_diameter**2.) /5832# Using Eq. (8) in [1]
185
+
dimensionless_velocity= (dimensionless_diameter**2.) /5832.# Using Eq. (8) in [1]
0 commit comments