I'm working on a little project, that once finished could be helpful to those of you working on hybrids or advanced combustions.
I've gotten everything I need other than the percentages for a combustible mix (at atmospheric pressure) of Butane, and the same for MAPP. Also, am I correct that the mix for propane is 4.2%?
Thank you for helping us help you help us all...
Percent by volume for fuel air mixes
- Fnord
- First Sergeant 2
- Posts: 2239
- Joined: Tue Feb 13, 2007 9:20 pm
- Location: Pripyat
- Been thanked: 1 time
- Contact:
http://www.spudfiles.com/spud_wiki/inde ... tle=Butane
http://www.spudfiles.com/spud_wiki/index.php?title=Mapp
3.2% and 4.6% respectively.
Also, it's 4.2% assuming you don't leak that small volume of air when the propane is added. If you do it's closer to 4%.
http://www.spudfiles.com/spud_wiki/index.php?title=Mapp
3.2% and 4.6% respectively.
Also, it's 4.2% assuming you don't leak that small volume of air when the propane is added. If you do it's closer to 4%.

- Secret Squirrel
- Private 3
- Posts: 54
- Joined: Sun Aug 08, 2010 12:24 pm
Thanks
I'm working a simple fueling calculator based off of SpudBlaster15's hybrid fueling 101 thread. I just needed those values as constants for the program.
I'm working a simple fueling calculator based off of SpudBlaster15's hybrid fueling 101 thread. I just needed those values as constants for the program.
- jimmy101
- Sergeant Major 2
- Posts: 3206
- Joined: Wed Mar 28, 2007 9:48 am
- Location: Greenwood, Indiana
- Has thanked: 6 times
- Been thanked: 18 times
- Contact:
Besides the fuel-specific pages Fnord linked there is;
http://www.spudfiles.com/spud_wiki/inde ... n_Spudguns
scroll down to the first table.
Edit: The table also gives values for both "additive" (no air is displace by the fuel) and "displacive" (a volume of air equal to the volume of the fuel is displaced from the chamber)" fueling.
http://www.spudfiles.com/spud_wiki/inde ... n_Spudguns
scroll down to the first table.
Edit: The table also gives values for both "additive" (no air is displace by the fuel) and "displacive" (a volume of air equal to the volume of the fuel is displaced from the chamber)" fueling.

- Secret Squirrel
- Private 3
- Posts: 54
- Joined: Sun Aug 08, 2010 12:24 pm
Well the programming is finished. In its current form it can calculate fueling measurements for traditional meters, chamber (manometric) meters, and syringe (volumetric) meters for propane, butane, and MAPP. It's still going to undergo a little further testing and tweaking, but could be ready soon, if I can figure out how to convert .py to .exe.
Edit: Anyone willing to submit mixes they've successfully used in their hybrids so I can confirm the program's results?
For traditional style meters I would need your fuel, mix #, chamber volume, and meter volume, along with your meter pressure to check my result.
For syringe meters I would need your fuel, mix, and chamber volume, along with the volume of fuel used.
And for manometric meters I would need your fuel and mix along with the increase in chamber pressure during fueling.
I would just like to know that the results are accurate to real hybrids.
Thanks
Edit: Anyone willing to submit mixes they've successfully used in their hybrids so I can confirm the program's results?
For traditional style meters I would need your fuel, mix #, chamber volume, and meter volume, along with your meter pressure to check my result.
For syringe meters I would need your fuel, mix, and chamber volume, along with the volume of fuel used.
And for manometric meters I would need your fuel and mix along with the increase in chamber pressure during fueling.
I would just like to know that the results are accurate to real hybrids.
Thanks
- Technician1002
- Captain
- Posts: 5189
- Joined: Sat Apr 04, 2009 11:10 am
Use Boyle's gas laws and work in Absolute pressure instead of Gauge pressure. This will vary depending on local atmospheric pressure and temperature if you use relative pressure instead of Absolute.And for manometric meters I would need your fuel and mix along with the increase in chamber pressure during fueling.
- Secret Squirrel
- Private 3
- Posts: 54
- Joined: Sun Aug 08, 2010 12:24 pm
I see...saefroch wrote:Here is an already working hybrid spreadsheet.
Well there's a few hours wasted. At least it was good practice for my Computer Science exam Monday.
- jimmy101
- Sergeant Major 2
- Posts: 3206
- Joined: Wed Mar 28, 2007 9:48 am
- Location: Greenwood, Indiana
- Has thanked: 6 times
- Been thanked: 18 times
- Contact:
Not at all. What Saefroch said, and by writing the code you made sure you actually understood the math, chemistry and physics.Secret Squirrel wrote:Well there's a few hours wasted. At least it was good practice for my Computer Science exam Monday.
Plus, there is always a chance that the existing codes are wrong.
(edit for engrish)

Existing codes ARE wrong... my calculation for max fueling error went wacky when I added in the input for atmospheric pressure and the column for syringe metering. I'd appreciate a correction if you come up with one
.

I recall much time spent debugging code I'd failed to comment when I wrote it years ago.saefroch wrote:No time spent programming is wasted!
Suppose it wasn't totally wasted, I now write almost as much in comments as code sometimes. Lesson learned

- Secret Squirrel
- Private 3
- Posts: 54
- Joined: Sun Aug 08, 2010 12:24 pm
I actually spent more time figuring out how to program a GUI for this than anything, and so the actual calculations are a little simplified. Atmospheric pressure was listed as a constant 14.7psi, and I feel like there's still a bug when calculating syringe metering, but all of that should be easily fixed.
I'd also like to add in a unit converter so it also works in metric units, and more fuel options wouldn't hurt.
And I definitely need to add some more comments.
I'd also like to add in a unit converter so it also works in metric units, and more fuel options wouldn't hurt.
And I definitely need to add some more comments.