[AR] Re: [AR] Re: [AR] Rocket engine plumbing Q’s

  • From: Stephen Daniel <swd@xxxxxxxxx>
  • To: arocket@xxxxxxxxxxxxx
  • Date: Wed, 3 Feb 2021 11:21:05 -0500

Pressure sensors on a budget: you can buy them on eBay for $35.  No
branding, no specs.  They have 3 wires, 5V power, ground, and sense out.
The sense out is 0.5V when there is no pressure, and 4.5V when at the max
pressure the sensor is rated for.

If you are going to use an Arduino to control everything, get one like
this:  https://www.pjrc.com/store/teensy40.html.   It's cheap, it is _very_
fast, and it has a reasonable A/D converter for managing sensors.

You protect sensors by having 6 to 10" of 1/8" OD metal tubing between the
sensor and whatever you are sensing.  That gives you enough distance so you
won't toast them.  In oxygen service, pack the sensor with krytox grease.
That will keep the oxygen away from the active elements and any seals that
are in the sensor.


I know that fittings is a subject that many have opinions on.  For small
projects, which means small orifices in your valves, I would avoid NPT
fittings when possible.  I have spent more time opening up valves and
picking bits of teflon tape out of the valve than I care to admit.
Whenever possible I use 37-dgree flare fittings (AN type).  No teflon tape
required, and they can be taken apart and put back together a reasonable
number of times.  They are not cheap, but fittings that actually work never
are.   In addition to the fittings you'll need a flaring tool.  Of course,
some number of NPT fittings are inevitable.

On ignition sources: I would start by building a torch igniter.  This is
essentially a small rocket motor that is ignited by a spark plug.  You can
get spark plugs that will fit into a #10-40 threaded screw hole.  You make
your igniter robust enough so that when the propellants light, even if the
igniter lights with a pop, nothing comes apart.  Build the igniter with a
port for a pressure sensor.  That will allow your arduino to know if the
igniter is lit, because the combustion chamber pressure will come up.  Once
the igniter is lit you can sequence up the main propellant valves.  I would
build the igniter and get it working reliably before I spent a dime on
parts for the rest of the motor.

-- Steve

On Wed, Feb 3, 2021 at 10:41 AM Robert Steinke <robert.steinke@xxxxxxxxx>
wrote:

Hi Charlie,

Welcome to arocket.  It sounds like you are taking the right attitude of
experimenting safely and I hope you learn a lot and have fun with your
project.  I'm going to give some meta-advice about how to proceed in
general.

1) Your first two questions in any situation should be "Do I have enough
knowledge to do this safely?" and "How could this go wrong and hurt me?".
When I started working with hydrogen peroxide as an oxidizer I knew nothing
about peroxide and little about rockets, but I had a mentor who did know
hydrogen peroxide that I could go to with questions.  I also read a lot
about what other people had done with it before.  So I felt confident, not
that I knew everything, but that I could experiment while being aware of
the hazards and how to manage them.  If you don't have that confidence
don't give up, just read and ask questions more.  Having someone more
experienced who can review what you plan to do is a great help.  Asking on
arocket is a great resource.  If you still have parts of the system that
worry you don't be afraid to switch to something safer.  Just measuring the
thrust of a water rocket is quite an involved project.

2) Focus on subsystems.  Don't think "I'm going to build a rocket", think
"First, I'm going to build (or get) a valve that I can open and close by
flipping a switch from the other side of that wall."  You are in for a long
and involved process, and focusing on small goals will keep that feeling of
making progress.  You may think that being able to demonstrate a remotely
operated valve is a small easy task.  If you are doing it with stuff from
the local hardware store on a low budget it's not.

3) If you are building your system with inexpensive off the shelf parts
you will often be in the frustrating position of not being able to get as
much information as you would like about them.  Rockets tend to have pretty
specific requirements, especially on the oxidizer side, and mass produced
consumer devices are where you can get complex parts cheap.  You may find
yourself wondering, what material is this o-ring?  and the answer is, this
part is for a Mazda MX-5.  Why do you need to know that.  Just install it
in your car.  But you're not planning on using it in a car.  There really
isn't any solution to this other than you are going to be spending a lot of
time hunting for spec sheets, and your decision of which part to buy may
depend on which has the most complete spec sheet.  It's also depressing to
disassemble a brand new perfectly working part that you just bought just so
you know exactly what's in there and what materials the oxidizer touches
and then you replace all of the o-rings with ones you bought that you know
what the material is even though the existing o-rings might be that
material, but you can't be sure.  Sometimes that's what you need to do to
be confident that you are operating safely.


On Tue, Feb 2, 2021 at 3:19 PM Charlie Jackson <
charliejackson8629@xxxxxxxxx> wrote:

Hi everyone,

I’m looking into various parts for the plumbing side of my engine
(valves, pipes, regulators etc) and I have a few questions.

1)Can generic, fairly inexpensive solenoid valves be used for
fuel(isopropyl alcohol)  and Gox lines on the inlets? I’m not concerned
about high pressure as all lines will have a safety check valve downstream.
For fuel tanks I certainly will have high pressure valves.
2)I intend to implement a microcontroller for autonomous abort options,
any tips on ways to actively read combustion chamber properties like
temperature and pressure electrically with a sensor and how would I prevent
it from getting damaged?
3)Some parts of the plumbing will be quite awkward to bend into various
directions so I’ll have to use fittings, is this prone to leakage? I’m
using nitrogen, gaseous oxygen, and alcohol. And if so, how should I
mitigate the leakage?.
4)How do you suggest I implement ignition sources into my design? I’m
looking for engine re-start capability so things like electrical matches do
not suffice

Apologies for the non-stop questions I ask on here. I’m fairly young (14
years old) and I love learning about rocket propulsion so I can’t
articulate how thankful I am to all of you.

From Charlie.


Other related posts: