Saturday, May 28, 2016

Dynamic test fire: Jet force and pressure relationship

Now that we've nailed down the moment of inertia using two different methods, it's time to verify the jet force as accurately as possible. And we don't just need a single number; we need to characterize the jet force as a function of gas pressure supplied to the 3D-printed nozzles. The pendulum-based method we're using now gives a way to double-check the force/pressure relationship measured earlier by the force-sensitive resistor pads on the static test fire stand. The pads were difficult to calibrate and I suspected the data was pretty sloppy.

First we need to make a quick conversion of the trifilar pendulum apparatus. The pendulum only oscillates back and forth; it cannot rotate through large angles, and it certainly can't spin around completely. In the test firing we're about to do, the HAPP needs to rotate freely with minimal resistance.

I replaced the pendulum's three perpendicular suspension lines with a 3-stranded bundle of 20-pound braided monofilament hung from the center of the pendulum support. The entire weight of the test rig can hang from this single bundle and spin quite easily. However, the test platform also needs to stay level, so I used three single monofilament lines to create a hanging basket "tripod" that attaches to the end of the central bundle. I also kept the digital scales in-line to provide continuing validation that the rig is properly balanced.


Ready to spin

Next I programmed the on-board Arduino to fire the jets for a short interval (350 milliseconds) and measure (1) the angular acceleration using the IMU chipset; and (2) the manifold pressure using the pressure transducer. Knowing acceleration and the moment of inertia, we can back-solve for jet force using Newton's Second Law for rotations (or Euler's equation if you prefer). Knowing the instantaneous pressure, we can also quantify the relationship between pressure and force.

Results:

As expected, the results were much more robust than those from the force-sensitive resistor. Although we saw some instantaneous force pad readings over 8 newtons, after a careful (3rd-degree polynomial) curve fit, the true pressure / force relationship measured by the pads is shown by the red line below. According to the jet nozzle math - thank you, thermodynamics - the relationship should be almost linear. Clearly, the force pads exhibit a pronounced non-linearity, despite my best attempts to calibrate around the non-linear response.

The black and grey lines, on the other hand, show the pressure / force relationship from our new and improved method based on measurement of the moment of inertia. I think this is some impressively clean data given that we're basically dealing with a lab apparatus made of plywood and fishing line!

The black line is for the nozzles v6 A&B, where A&B denote two copies of the same design. The design intent for v6 was 11N thrust at 100 PSI. AT 100 PSI we're seeing 8.04N thrust, which is 73% of design intent.

The grey line is for the nozzles v3 A&B. The design intent for v3 was 7.5N thrust at 100 PSI. At 100 PSI we're seeing 4.12N thrust, which is 55% of design intent.




Why is the force lower than design intent? I think there are two answers. First, for v6, the design intent really challenges the solenoid valve used for these tests. The valve has a flow coefficient of Cv = 0.65, which is right at the edge of the 0.64 required by the nozzle math. Any negative variance around the nominal 0.65 means the valve is not supplying all the air that the nozzle can take, and force would be lower as a result. I think this is very likely as the valve is a cheap consumer model.

Second, the specific 3D printer we used for the nozzles has a worst-case dimensional tolerance of +/- 0.2mm. Therefore, the nozzle throats could be up to 12% smaller than designed. This would reduce the mass flow and therefore the jet force.

These two factors could easily explain the failure to achieve the force as per design intent. The good news is, it doesn't really matter! What we really need is an accurate characterization of the pressure / force relationship for each nozzle, which we've clearly got from the graph above. We can plug the equation for those lines (as determined by linear regression) directly into the controller software. It's like a golfer with a perpetual slice - if the slice is perfectly repeatable, that golfer can win championships. He'll always know exactly where the ball will go.

There's another piece of good news I learned from this exercise. My original design intent of 11N or even 7.5N was excessive. We don't need that strong of a jet force. At more than a few newtons the jets spun the test apparatus violently - too violently if you're trying to take nice smooth video. That implies a few things:

  • We can fly the HAPP with manifold pressures well below 100 PSI, possibly in the range of 40-50 PSI. 
  • We can therefore adopt the amazingly lightweight and fast-response Festo MHJ series valves. These valves also have integrated relays, so we can eliminate a separate electronics board.

Why did I over-estimate the necessary jet force by a factor of 2 or 3? Because my original guess of the HAPP's moment of inertia (before anything was designed or built) was way too high. I told you in a previous post that I had very little feel for MOI, and I wasn't lying!

Next: A big milestone.... the first controlled rotations. Cool video coming up!



No comments:

Post a Comment