Calculate Flow Rate of a Syringe: Poiseuille's & Bernoulli's Laws

In summary, the conversation discusses the development of a mathematical model to calculate the amount of liquid in a syringe based on the displacement of the plunger and the speed of the plunger. The Poiseuille's law for laminar flow and Bernoulli's law for pressure difference are mentioned as potential tools for the calculation. However, it is suggested that the mass flow rate of the system can be determined by knowing the dimensions of the syringe and the rate at which the plunger is moving, making the model less complicated.
  • #1
zoom1
65
0
I am trying to come up with a mathematical model so that, when the displacement of the plunger of a syringe is know, I can calculate the amount of a specific liquid in the barrel. Or the relationship between the speed of the plunger and flow rate at the tip of the needle (Again assuming that the properties of the liquid in the barrel is known).

I have very limited knowledge in fluid dynamics.

I made a quick research and found the Poiseuille's law for laminar flow

Flowrate= π.r4 (P-P0) / 8.η.L

where r is the radius of the pipe or tube, P0 is the fluid pressure at one end of the pipe, P is the fluid pressure at the other end of the pipe, η is the fluid's viscosity, and L is the length of the pipe or tube

P0 will be atmospheric pressure if I assume I am injecting in air.
P will be the pressure on the syringe plunger
r is the radius of the barrel
η is the dynamic viscosity of the fluid
L is the length of the fluid inside the barrel.

The flow rate unit is m3/s when I use the SI units.

Also I have the Bernoulli's law to calculate the pressure difference between the syringe barrel, hub and needle, when their cross-section area is given.

So, I will be converting the Pressure at the tip of the needle (which is shown as pressure P2 on the illustration) to pressure at the barrel of the syringe to use for the parameter P0. Am I correct at this point?

Also, therefore, the length I will be using for the parameter L is the dashed red line, which is the distance between the plunger and end of the barrel. This is my assumption, since I already convert the pressure at the tip of the needle to barrel of the syringe. Is this correct?

If I am all correct up until this point, my last question is the following;

I am assuming that I can exert enough pressure for the desired flow rate. How can I convert the P parameter into speed so that I can calculate the speed of the plunger for the desired flow rate?
 

Attachments

  • syringeIllustration.jpg
    syringeIllustration.jpg
    10.9 KB · Views: 3,527
Last edited:
Physics news on Phys.org
  • #2
You seem to be dramatically overcomplicating this. If you know how fast the plunger is moving and the dimensions of the syringe, then you know the volume flow rate (and therefore mass flow rate for a liquid) by default. Since mass is conserved, that means the mass flow rate coming out of the needle has to be the same.
 
  • Like
Likes billy_joule
  • #3
boneh3ad said:
You seem to be dramatically overcomplicating this. If you know how fast the plunger is moving and the dimensions of the syringe, then you know the volume flow rate (and therefore mass flow rate for a liquid) by default. Since mass is conserved, that means the mass flow rate coming out of the needle has to be the same.

So, what you are suggesting is considering the height of the liquid in the barrel and the radius of the plunger along with the length of the needle with its radius. I am ignoring the hub, since its the intermediate part.

Volumebarrel = Volumeneedle + Volumeoutput

rbarrel2 * dhbarrel/dt = rneedle2 * dhneedle/dt

This is what I came up with.
 
  • #4
Not exactly. In the syringe, as you push the plunger, you are reducing the interior volume of the syringe (and therefore the mass of liquid that can fit in there) at a certain rate. If you already know how fast the plunger is moving, then you know how fast the volume/mass in the syringe is reducing. All of that reduction has to go somewhere, and that somewhere is through the needle. So in other words, you know the mass flow rate of the whole system already. You would just need the dimensions of the needle to work out average velocity and other similar values you might care about. You could use that value also to determine the pressure gradient using Poiseuille's law that you cited above, and from there you could get the actual velocity profile in the needle if you felt so inclined.

In essence, if you know that the diameter of the barrel is ##d_{\mathrm{b}}##, the position of your plunger is ##x##, where ##x=0## corresponds to the plunger being fully depressed, and the rate at which your plunger is moving, ##\dot{x}##, then you know that the volume of your syringe, ##V_{\mathrm{b}}##, is changing as ##\dot{V}_{\mathrm{b}} = \frac{\pi}{4}d_{\mathrm{b}}^2\dot{x}##. You could also change that into mass flow rate, ##\dot{m} = \rho \dot{V}_{\mathrm{b}}##, if you know the density. That's all you need to know. That volume/mass of liquid leaving the inside of the syringe at a known rate all has to be moving somewhere, and that somewhere is through the needle.
 
  • Like
Likes zoom1
  • #5
boneh3ad said:
Not exactly. In the syringe, as you push the plunger, you are reducing the interior volume of the syringe (and therefore the mass of liquid that can fit in there) at a certain rate. If you already know how fast the plunger is moving, then you know how fast the volume/mass in the syringe is reducing. All of that reduction has to go somewhere, and that somewhere is through the needle. So in other words, you know the mass flow rate of the whole system already. You would just need the dimensions of the needle to work out average velocity and other similar values you might care about. You could use that value also to determine the pressure gradient using Poiseuille's law that you cited above, and from there you could get the actual velocity profile in the needle if you felt so inclined.

In essence, if you know that the diameter of the barrel is ##d_{\mathrm{b}}##, the position of your plunger is ##x##, where ##x=0## corresponds to the plunger being fully depressed, and the rate at which your plunger is moving, ##\dot{x}##, then you know that the volume of your syringe, ##V_{\mathrm{b}}##, is changing as ##\dot{V}_{\mathrm{b}} = \frac{\pi}{4}d_{\mathrm{b}}^2\dot{x}##. You could also change that into mass flow rate, ##\dot{m} = \rho \dot{V}_{\mathrm{b}}##, if you know the density. That's all you need to know. That volume/mass of liquid leaving the inside of the syringe at a known rate all has to be moving somewhere, and that somewhere is through the needle.

Given
##\dot{V}_{\mathrm{b}} = \frac{\pi}{4}d_{\mathrm{b}}^2\dot{x}##

Then
##\dot{x}_{\mathrm{n}} = \frac{4\dot{V}_{\mathrm{b}}}{\pi d_{\mathrm{n}}^2}##

where subscript ##n## stands for needle.

Asking just to make it sure.

Thanks for the help, this is quite straightforward compared to complex equations I was mentioned before. However, I am still curious, what is the difference between this conversion of mass approach and Poiseuille's law? With Poiseuille's law I can get the required pressure on the plunger for a given flowrate. Is this the only difference or can I get more than this with Poiseuille's law.

Also, how would the actual velocity profile help me more?
 
  • #6
Yes, Poiseulle's law let's you calculate the pressure on the plunger. The actual velocity profile would not be of more help to you.
 

1. How do Poiseuille's and Bernoulli's Laws relate to calculating flow rate in a syringe?

Poiseuille's Law describes the relationship between flow rate, pressure, and resistance in a fluid-filled system, such as a syringe. Bernoulli's Law describes how the velocity and pressure of a fluid are related. Together, these laws can be used to calculate the flow rate of a syringe.

2. What factors affect the flow rate in a syringe?

The flow rate in a syringe is affected by the diameter of the syringe, the viscosity of the fluid, and the pressure applied to the plunger. These factors can be manipulated to control the flow rate and achieve a desired amount of fluid delivered.

3. How do I use Poiseuille's and Bernoulli's Laws to calculate the flow rate in a syringe?

To calculate the flow rate in a syringe using these laws, you will need to know the diameter of the syringe, the viscosity of the fluid, and the pressure applied to the plunger. Using the equations derived from these laws, you can plug in these values and solve for the flow rate.

4. Can I use these laws to calculate the flow rate of any type of fluid in a syringe?

Yes, Poiseuille's and Bernoulli's Laws can be applied to any type of fluid in a syringe as long as the fluid's viscosity is known. However, the equations may need to be modified for non-Newtonian fluids, which have varying viscosity depending on the shear rate.

5. Is there an easier way to calculate the flow rate of a syringe?

While using Poiseuille's and Bernoulli's Laws may seem complicated, they provide a more accurate calculation of flow rate compared to simpler methods. However, there are online calculators and apps available that can help with these calculations if needed.

Similar threads

Replies
9
Views
916
  • Classical Physics
Replies
6
Views
1K
  • Classical Physics
Replies
7
Views
795
Replies
10
Views
3K
  • Classical Physics
2
Replies
35
Views
2K
  • Classical Physics
2
Replies
48
Views
2K
Replies
17
Views
676
Replies
18
Views
1K
  • Introductory Physics Homework Help
Replies
16
Views
1K
Replies
10
Views
819
Back
Top