How to determine mdot for choked airflow through a valve, given T,P

AI Thread Summary
The discussion focuses on determining the mass flow rate (mdot) for choked airflow through a valve during a transient process involving air at high pressure and temperature. The user is facing challenges in calculating flow velocity, which is essential for determining the Mach number at various timesteps, as the pressure in the upstream container decreases while the downstream pressure increases. Although they have equations for both choked and unrestricted flow, the transient nature of the process complicates the calculations. The user is exploring the Local Mass Flow Function from White's Fluid Mechanics as a potential solution, which does not require the Mach number, and seeks clarification on the correct pressures to use in the function. This inquiry highlights the complexities of modeling transient flow in compressible fluids.
CoryDinkle
Messages
3
Reaction score
0
TL;DR Summary
Compressible, choked airflow through an orifice
Hello, I am working on a project that involves air at high pressure and temperature flowing through an orifice (valve) from one container to another. For each container, the volume, temperatures and pressures are known. The valve diameter is also known, and the fluid is air (which can be considered an Ideal Gas). I am solving this with Matlab, using a forward differencing approach with a mass balance and an energy balance. I am interpolating specific heat with a table.

I have found some equations to determine flow that accounts for both unrestricted and choked flow, but they require the Mach number, which itself requires the flow velocity. I am having difficulty determining the flow velocity, as it is essentially the only component of the mdot that is unknown (A is known, rho can be found from the T and P, leaving v as the unknown).

Any help would be greatly appreciated!
 
Last edited:
Engineering news on Phys.org
If the flow is choked, you know the Mach number at the throat by definition. Mass flow at that point only depends on upstream ##p_0## and ##T_0## plus the throat area and gas properties. Have you done a search for choked mass flow?
 
Hello boneh3ad, thanks for the reply!

Yes, I've done a search for choked mass flow (as I mentioned in the second paragraph that I have the equations for unrestricted and choked flow), and also yes, if I only needed the mass flow rate at choked flow this would be an easy problem, as I could just set the Mach number to unity. The difficulty with this problem is that I am trying to solve for a transient process; the pressure in the upstream container will be decreasing as the pressure in the downstream container increases (clearly the temperatures will change as well).

Being as it is a transient process, and not steady-state, I need to determine the Mach number for all timesteps (as the generalized equation for both types of flow requires the Mach number). Initially, the flow will be choked due to the large pressure delta, but that will eventually minimize such that flow will be unrestricted, and I will need to determine the Mach number during this process.

Hopefully this additional information clarifies the difficulty I am describing; I need the Mach number at all timesteps to determine the transient flow. To get the Mach number, I need the fluid velocity at all timesteps. Being as I am trying to solve for the mass flow rate with T,P, and A already known, the fluid velocity is the only variable I do not have. Yes, I can determine the velocity at exactly the moment when the Mach number equals 1, but I will need more than that.

I am currently looking into using the Local Mass Flow Function from White's Fluid Mechanics, as it does not require the Mach number, I just haven't had the time to attempt it in my code yet, as this project is not a high priority. If you are familiar with this function, would you happen to think that this is a good route? I can divide the Local Mass Flow function by (sqrt(R*T_0))/(A*P_0), and that should give me mdot.

1636747624427.png
 
Last edited:
I suppose a question I have is: for the above Local Mass Flow function, would p be the downstream pressure, and p_0 and T_0 be the upstream properties?
 
Thread 'What type of toilet do I have?'
I was enrolled in an online plumbing course at Stratford University. My plumbing textbook lists four types of residential toilets: 1# upflush toilets 2# pressure assisted toilets 3# gravity-fed, rim jet toilets and 4# gravity-fed, siphon-jet toilets. I know my toilet is not an upflush toilet because my toilet is not below the sewage line, and my toilet does not have a grinder and a pump next to it to propel waste upwards. I am about 99% sure that my toilet is not a pressure assisted...
After over 25 years of engineering, designing and analyzing bolted joints, I just learned this little fact. According to ASME B1.2, Gages and Gaging for Unified Inch Screw Threads: "The no-go gage should not pass over more than three complete turns when inserted into the internal thread of the product. " 3 turns seems like way to much. I have some really critical nuts that are of standard geometry (5/8"-11 UNC 3B) and have about 4.5 threads when you account for the chamfers on either...
Thread 'Physics of Stretch: What pressure does a band apply on a cylinder?'
Scenario 1 (figure 1) A continuous loop of elastic material is stretched around two metal bars. The top bar is attached to a load cell that reads force. The lower bar can be moved downwards to stretch the elastic material. The lower bar is moved downwards until the two bars are 1190mm apart, stretching the elastic material. The bars are 5mm thick, so the total internal loop length is 1200mm (1190mm + 5mm + 5mm). At this level of stretch, the load cell reads 45N tensile force. Key numbers...
Back
Top