Why does a spray bottle work?
21–30 of 132 posts
Re: Why does a spray bottle work?
#22This is a nice example to show the illusion of explanatory depth [0]. Most people would say they know how a spray bottle works, but fail to describe all relevant details of the implementation, [0] https://www.edge.org/response-detail/27117
[0] https://www.lesswrong.com/posts/W9rJv26sxs4g2B9bL/transcript...
Re: Why does a spray bottle work?
#23I found his write-up on MBTA bus mirror positioning to be a short but interesting read as well: https://alexanderellis.github.io/blog/posts/mbta-bus/
Re: Why does a spray bottle work?
#24How does the nozzle diffuse?
A low speeds (laminar flow), Rayleigh's analysis shows that a simple liquid jet breaks up due to surface tension effects.
https://en.wikipedia.org/wiki/Plateau%E2%80%93Rayleigh_insta...
At higher speeds (e.g., transitional or turbulent flows), the mechanisms change. For your typical spray bottle (without a swirl chamber) I'd say turbulence is the primary cause of breakup. Aerodynamic influence won't factor in at typical air densities and cavitation isn't happening as it probably would break the nozzle.
Here's a conference paper I wrote on turbulent breakup theory, which hopefully is readable for anyone with an understanding of probability theory and basic turbulence theory: https://engrxiv.org/35u7g/
(RMS velocity is just the standard deviation of the velocity. Turbulent kinetic energy is an energy formed from the RMS velocity. Kolmogorov's 5/3 theory is used a bit, but you can just view it as power law distribution. Etc.)
I also have some small spray bottles with swirl chambers, which makes the bulk fluid spin, destabilizing the interface, leading to droplet formation. The spray angle for these is large compared against the simple pressure atomizer described previously.
Re: Why does a spray bottle work?
#25A very simple design, based on a principle that was discovered over 2000 years ago. http://www.mdpi.com/2073-4441/7/9/5031/pdf (see page 13-14) https://en.wikipedia.org/wiki/Piston_pump
Edit: grammar
Re: Why does a spray bottle work?
#26One way valves are basically diodes, but for fluids rather than electrons. You can also make logic gates out of just diodes (or one way valves). Imagine writing software for a hydraulic computer!
The analog of the fluid in that analogy is electric charge/current, not electrons which move in the other direction (which kinda breaks the analogy as a result).
Re: Why does a spray bottle work?
#27One way valves are basically diodes, but for fluids rather than electrons. You can also make logic gates out of just diodes (or one way valves). Imagine writing software for a hydraulic computer!
Re: Why does a spray bottle work?
#28Instead of a normal plastic tube inside a bottle with an opening at the end, he designed a tube with millions of tiny perforations along its length. This meant the spray bottle could operate at any angle (even upside down) and could empty all liquid in a bottle with no leftover.
Here is a 1 min demo of the spray: https://vimeo.com/195318537
Here's an explanation of how it works https://www.youtube.com/watch?v=xXk46rvzdpY
And here's the original pitch he made on Dragon's Den https://www.youtube.com/watch?v=RjOvyjeZyIw
Re: Why does a spray bottle work?
#29Having source be in the "staging area" after "git add" makes more sense to me now :-)