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
Ca = (mu * Q) / (gamma * w * h) where mu is the hydrodynamic resistance of the fluid, Q is the flow rate, gamma is the interfacial tension between the continuous and dispersed fluids, and w, h are the width and height of the channel
Droplet resistance currently uses a hard-coded capillary number, so we can do better.
The text was updated successfully, but these errors were encountered:
Ca = (mu * Q) / (gamma * w * h)
wheremu
is the hydrodynamic resistance of the fluid,Q
is the flow rate,gamma
is the interfacial tension between the continuous and dispersed fluids, andw
,h
are the width and height of the channelDroplet resistance currently uses a hard-coded capillary number, so we can do better.
The text was updated successfully, but these errors were encountered: