reilleya / openMotor

An open-source internal ballistics simulator for rocket motor experimenters
GNU General Public License v3.0
400 stars 78 forks source link

motor now tracks volume as a total and per grain #115

Closed AstroChuck closed 4 years ago

AstroChuck commented 5 years ago

Simulator now tracks grain gas volume

Totals for Mass Flow and Volume

Also fixed a bug with the calculation of the initial volume of the motor

Now Supports End-Burner grains

Fix miscalculation of grain volume near burnout

AstroChuck commented 5 years ago

@reilleya a poke for review and merge.

reilleya commented 5 years ago

Any progress on this?

AstroChuck commented 5 years ago

units.py and defaults.py updated. massFlowTotal removed. UI and variable name updated for Gas Volume (was volume) Pylint isn't clean, but I don't believe any of the sins are mine. This should be ready to merge.