EricKvaalen (Chemical) 9 Apr 05 03:55
First a comment to sshep--adiabatic does not mean constant enthalpy. If the gas does some work or accelerates, then its enthalpy decreases even if no heat is transferred out of the gas. (I think this is what hacksaw was saying.)
Now some comments on the calculation of a series of orifices. When an orifice is in critical flow (or "choked"), then the flow is related simply to the upstream conditions, as sailoday has stated:
W = A const. (Pb/Tb^.5)
(I use Tb and Pb for the stagnation temperature and pressure before the orifice.)
This can be solved for any unknown if the others are known.
But when the flow is not critical, the situation is more complicated. The flow is
W = A rho v = A v M Pa / (R To) = A v M Pa / (R Tb) (Pb/Pa)^(R/Cp)
(M is molecular weight, Pa is pressure after the orifice (and in the orifice), To is temperature in orifice.)
The velocity is related to the pressures by
M v^2 / 2 = Cp Tb [1 - (Pa/Pb)^(R/Cp)]
Combining the above, we have
W^2 = 2 A^2 M Pa^2 (Cp/R) [(Pb/Pa)^(R/Cp) - 1] / (R Tb)
This cannot be solved for Pa explicitly, but it can be solved for other things. For instance,
Pb = Pa [1 + W^2 R Tb (R/Cp) / (2 A^2 M Pa^2)]^(Cp/R)
In the two-orifice case, we can calculate the flow W either from P0 and P1 (that is, before and after the first orifice), or from P1 alone using the simpler equation for the second orifice (assuming it is critical). Equating these two expressions for W gives an equation for P1 in terms of P0, A, etc. This can be solved for P1, but requires an iterative method (it is not a quadratic equation).
In the case of three orifices, one can also use an iterative method, as I wrote on March 25. We know P0 and P3, but not P1 or P2. We can assume a W, find P2 (simple equation assuming third orifice is critical), then find P1 (complicated equation), then find the P0 which would give our assumed W. We compare this with the desired P0 and iterate.
If the last orifice is not critical for the assumed W, then we just have to use the complicated formula to find P2 instead of the simple formula. It doesn't change anything essential.
There are other variants, such as assuming P1, finding W from this and P0, then finding P2 from W (using choked orifice 3), then finding P1 from W and P2, and comparing with the assumed P1.
But if you do it wisely, there is only one iteration to do--no nesting or solving for more than one variable simultaneously.