Now for something more instructive and less smart-alecky!
This is a simple gas dynamics problem with a few twists. You are going to need to know the temperature of the air in the chamber. First the assumptions:
1) inviscid, isentropic flow
2) the pressure is constant in the chamber, that is, the mass flow out of the nozzle is constant.
outside, ambient pressure is atmospheric, 14.7 ksi==pb (back pressure)
Call the chamber pressure "pr" which stands for reservoir pressure. If the flow is 'choked', the Mach number at the throat is 1.0, the mass flow out of the nozzle is maximum.
First determine if the back pressure is low enough to choke the flow in the nozzle (meaning maximum mass flow through the nozzle). Since this is air, choked flow results if
pb <= pr*0.5283
Therefore if your chamber pressure is 110 psi, any ambient pressure less than 58.11 psi will cause the flow in the nozzle to choke--the nozzle is choked for 14.7 psi ambient. It seems odd to think that the back pressure that results in choked flow--remember one of the key assumptions-the pressure is constant in the chamber. If the nozzle area was 'large,' then it is possible the nozzle is not choked, but in that case I think you would see the pressure drop in the chamber.
This pressure 58.11 is the actual exit pressure at the nozzle exit, so call it 'pe', for exit pressure.
Because the flow is choked, the Mach number at the nozzle is 1.0 (sonic, that is). You need to know the temperature in the chamber, call that Tr (reservoir temperature). The mass flow rate through the nozzle is sometimes called "m-dot" (sorry, can't write it here, it's an 'm' with a small period centered over the top of the 'm').
m-dot=rho*A*V where 'rho' is the density of the air at a given temperature and pressure, A is the nozzle area, V is the velocity.
Mind if I switch to SI units here? They are much cleaner; therefore pr=758.21 kPa, pe=400 kPa
rho==density=pe/(R*Te), where 'pe' is the exit pressure, here 400 kPa, R is the gas constant for
air, R(air)=0.287 kJ/(kg*K), Te still needs to be calculated:
Te=0.8333*Tr--convert this temperature to Kelvin, Kelvin=Celsius+273.16
The area of your nozzle exit is Ae=(pi/4)*De^2 (you said the nozzle opening is 2.5 mm, I assume that
is the diameter De). 2.5 mm is 0.0025 meters.
m-dot=(pe/(R*Te))*Ae*Me*sqrt(gamma*R*Te)
gamma is the ratio of specific heats, in this case, 1.4 for air. The square root quantity is the speed of sound at temperature Te.
Sample calculation: I have to assume the temperature in the chamber. Say it is 100 degrees F=37.78 degrees Celsius=310.9 Kelvin. Very important to get the units right here! 1kPa=1 kN/m^2=1000 N/m^2.
m-dot=(400 kPa/(0.287 kN-m/(kg-K))*310.9 K)*(pi/4)*(0.0025 m)^2 * 1.0 *sqrt(1.4*(0.287 kN-m/(kg-K))*310.9 K*1000)
m-dot=7.78e-3 kg/s
The exit velocity from the nozzle is at most the speed sound, which is equal to sqrt(gamma*R*Te). This is choked flow. Again it seems odd, but if the back pressure pe is low enough, the exit velocity is not a function of the area of the nozzle. Assuming you have air, gamma and R are fixed, so the only way to increase the exit velocity is to boost the temperature of the chamber! Te=0.8333*Tr, increasing Tr increases Te and hence the speed of sound, which in this case is the exit velocity.
Anybody is welcome of course to check my math and my logic!