Difference between revisions of "Ball Drop"

From MPSWiki
Jump to: navigation, search
 
Line 21: Line 21:
  
 
<center>[[File:Drag_vs_re.png]]</center>
 
<center>[[File:Drag_vs_re.png]]</center>
 +
 +
<code>re</code> - Reynolds number
 +
 +
<center><code>re=rho*V*d/mu</code></center>
 +
 +
where
 +
 +
<code>rho</code> - density of the fluid
 +
 +
<code>V</code> - velocity of the fluid with respect to the object
 +
 +
<code>d</code> - diameter of spherical object
 +
 +
<code>my</code> - viscosity of the fluid
 +
 +
[https://en.wikipedia.org/wiki/Reynolds_number Reynolds number - follow wikipedia]

Latest revision as of 13:02, 3 September 2018

Ball-Drop Multistage Fracturing

Equation used to calculate ball speed in fluid:

V=sqrt(4*g*d(rhos-rho)/rho/(3*Cd))

Terminal velocity - follow wikipedia

where

V - Velocity

g - gravitational accelerations

d - diameter of spherical object

rhos - density of object

rho - density of fluid

Cd - drag coefficient (Drag coefficient - follow wikipedia), calculated as:

Drag vs re.png

re - Reynolds number

re=rho*V*d/mu

where

rho - density of the fluid

V - velocity of the fluid with respect to the object

d - diameter of spherical object

my - viscosity of the fluid

Reynolds number - follow wikipedia