Air Flow Formula Help: Calculating % of Volume Lost in 2.8 Seconds

Click For Summary

Discussion Overview

The discussion revolves around calculating the percentage of air volume lost from a pressurized container with a small orifice over a specified time period. Participants explore the application of fluid dynamics principles, particularly Bernoulli's equation, to estimate air loss based on known variables such as container volume, pressure, orifice size, and time duration.

Discussion Character

  • Technical explanation
  • Exploratory
  • Mathematical reasoning
  • Debate/contested

Main Points Raised

  • One participant seeks a simple formula to estimate air volume loss from a container with a known volume, pressure, and orifice size.
  • Another participant questions the setup, suggesting a misunderstanding of the pressure measurement and its implications.
  • Some participants propose using Bernoulli's equation to derive the velocity of air exiting the orifice, which could then be used to calculate mass flow rate.
  • Concerns are raised about the changing pressure inside the container during the air loss process, complicating the calculations.
  • A participant suggests that the mass flow rate can be expressed in terms of the initial conditions and that numerical integration may be necessary to solve the resulting differential equation.
  • Others note that if the mass change is small compared to the initial mass, a simpler approximation using the initial mass may suffice.
  • One participant expresses confidence in the analysis provided and plans to test the results against the machine's performance.
  • Another participant agrees with the constant mass approximation, given the relatively low pressure difference involved.

Areas of Agreement / Disagreement

Participants exhibit a mix of agreement and disagreement regarding the best approach to calculate air volume loss. While some support the use of Bernoulli's equation and numerical integration, others suggest simpler approximations may be adequate under certain conditions. The discussion remains unresolved regarding the most effective method to apply.

Contextual Notes

Participants acknowledge limitations related to the changing pressure within the container and the assumptions required for different calculation methods. The discussion highlights the complexity of the problem and the need for careful consideration of the variables involved.

Who May Find This Useful

This discussion may be useful for engineers, physicists, or students interested in fluid dynamics, particularly in applications involving pressurized systems and leak detection methodologies.

Mark Selvey
Messages
6
Reaction score
0
Hello

New to the forum and have a fairly simple problem.

I am looking for help in building an equation for volume lost in a container.

Example.

Known variables:

Container has a volume of 44 fl oz
Container will be pressurized to 6" of water column.
Container has an orifice with a .010" dia.
Once container has reached its 6.0" W.C. target pressure, the orifice will be opened for 2.8 seconds.
These are the only variables that can be determined.

How can I determine the % of volume of air lost in that 2.8 secs?
Can it be accomplished with information given?

I only need to find a close estimate so I am not really concerned with other variables such as Altitude, temp etc. I would prefer a clean/simple formula.

Thanks for any help.
 
Physics news on Phys.org
Welcome to the forum :)
Sorry, I'm having trouble understanding what the set-up is.
At the moment I am imagining a container full of air that someone is holding at a fixed depth (6 inches) under a lake. And that the container has a small hole in it, so it is filling with water.
And what does "once container has reached its 6 inches W.C. target pressure" mean?
 
I think mass is a better measure for you here since air is highly compressible.

There are a few questions though. When you open your valve, are you keeping your pressure constant and allowing the volume to change (or feeding more ai into th box) or are you holding volume constant and letting pressure change?
 
Bruce
The container is pressurized to a target of 6" WC. Once the transducer sees the target has been reached, the fill valve closes and the orifice opens. 2.8 seconds later, the transducer takes another measurement and compares the 2 to determine pressure drop.
My problem is, I do not have access to the pressure readings in order to make a conversion from pressure lost to volume lost.
 
Boneh3ad.
No air is added to the container after the target pressure is reached.
When the orifice is open, the pressure will drop along with volume dropping.
 
Maybe a better description will help.

This involves a machine that is used to detect a leak in a container on a production line.
The machine needs to have test parameters ( Pass/Fail ) setup in order to detect holes.
The standard is the machine must detect a .010 dia hole.
It has a setpoint that is called "leak limit %" or in other words, how much air will it allow to be lost before it determines the container has a leak.
When a new product size is setup, the setup guy needs a starting point for lhis "leak limt %"
setpoint. I was hoping to be able to calculate that based on Container volume, pressure, orifice size and time.
 
No, you have enough information. You can use Bernoulli's equation to get the velocity out of the orifice. That velocity will give you a mass flow rate because you will know the density based on your pressure and volume (ideal gas law). The problem is that your pressure inside the container is not steady.

At any rate, reducing Bernoulli's equation will give you the following:

[tex]p_{\textrm{res}} = p_{\textrm{atm}} + \frac{1}{2} \rho v_{\textrm{out}}^2[/tex]

[tex]v_{\textrm{out}} = \sqrt{ \frac{2 \left(p_{\textrm{res}} - p_{\textrm{atm}} \right)}{\rho}}[/tex]

[tex]\dot{m}_{\textrm{out}} = - \frac{dm}{dt}= \rho v_{\textrm{out}} A_{\textrm{out}}[/tex]

[tex]-\frac{dm}{dt} = \frac{\pi D_{\textrm{out}}^2}{4}\sqrt{ 2 \rho \left(p_{\textrm{res}} - p_{\textrm{atm}} \right)}[/tex]

Of course, we know that [itex]p_{\textrm{res}} - p_{\textrm{atm}}[/itex] is just the gage pressure read out on your manometer (since you are using inches of water, I just assumed that is how you were measuring it. Unfortunately, though, it won't help us because we have to use the absolute pressure in the box if we want to relate it to mass, not the gage pressure.

You know from the ideal gas law that [itex]p_{\textrm{res}} = \rho \bar{R} T[/itex] which can be plugged into our previous equation:

[tex]- \frac{dm}{dt} = \frac{\pi D_{\textrm{out}}^2}{4}\sqrt{ 2 \rho \left(\rho \bar{R} T - p_{\textrm{atm}} \right)}[/tex]

We know the definition of density, so can plug [itex]\rho = m/V_{\textrm{res}}[/itex] into the equation.

[tex]- \frac{dm}{dt} = \frac{\pi D_{\textrm{out}}^2}{4}\sqrt{ 2 \frac{m}{V_{\textrm{res}}} \left(\frac{m}{V_{\textrm{res}}} \bar{R} T - p_{\textrm{atm}} \right)}[/tex]

[tex]\frac{dm}{dt} = -\frac{\pi D_{\textrm{out}}^2}{4}\sqrt{ 2 \left( m(t)^2 \frac{\bar{R} T}{V_{\textrm{res}}^2} - m(t) \frac{p_{\textrm{atm}}}{V_{\textrm{res}}} \right)}[/tex]

Unfortunately, that is pretty much as far as it goes. From there you have to solve the differential equation, which isn't separable or integrable, so you would need to do it numerically. That would give you a complete time history of the mass in the container for whatever time period you happen to want.

If you tried earlier to work with [itex]p_{\textrm{gage}}[/itex], you would end up with:

[tex]\frac{dm}{dt} = -\frac{\pi D_{\textrm{out}}^2}{4}\sqrt{ 2 \left( m(t) \frac{p_{\textrm{gage}}}{V_{\textrm{res}}} \right)}[/tex]

This looks a lot nicer at first, but then you have to realize that [itex]p_{\textrm{gage}}[/itex] changes with time, and the only way to relate this to what is physically happening is through the definition of gage pressures, ending in the same place as before.

So again, that gives us the final answer of:

[tex]\boxed{\frac{dm}{dt} = -\frac{\pi D_{\textrm{out}}^2}{4}\sqrt{ 2 \left( m(t)^2 \frac{\bar{R} T}{V_{\textrm{res}}^2} - m(t) \frac{p_{\textrm{atm}}}{V_{\textrm{res}}} \right)}}[/tex]

Which needs to be integrated numerically. The initial conditions are given from converting [itex]p_{\textrm{gage}}[/itex] into an initial mass, and an initial mass loss rate of zero.
 
Thanks Boneh3ad
I will try your final equation and see if the results are consistent with how the machine is responding .

Thanks for the help
 
Yeah maybe someone else can check my math, but the concept is sound. You will definitely need to use a computer to integrate what I came up with so hopefully I am not leading you down the wrong path because of some stupid math error I made in haste somewhere... haha
 
  • #10
boneh3ad's analysis looks good to me. But you don't necessarily have to use numerical integration. If the change in mass is small compared to the initial mass, then you can just use the initial mass instead of time-dependent mass in boneh3ad's final equation.
 
  • #11
BruceW said:
boneh3ad's analysis looks good to me. But you don't necessarily have to use numerical integration. If the change in mass is small compared to the initial mass, then you can just use the initial mass instead of time-dependent mass in boneh3ad's final equation.

True, that would give you a reasonable approximation. The container would have to be quite large and/or the gage pressure quite low. Given that the gage pressure here is about 6" of water, that comes out to something like 0.2 psi, which is pretty small and may allow for the constant mass approximation to be made.
 
  • #12
I think constant mass will work for me also. Outside presure on container will be Atmospheric pressure, inside will be atmospheric plus .216 psi.
Thanks again guys
 

Similar threads

Replies
5
Views
3K
Replies
3
Views
3K
  • · Replies 45 ·
2
Replies
45
Views
7K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 14 ·
Replies
14
Views
3K
  • · Replies 11 ·
Replies
11
Views
4K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 3 ·
Replies
3
Views
8K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K