Closed reilleya closed 5 years ago
http://www.rasaero.com/TECH_SUMMARY.htm shows how to relate thrust coefficient to nozzle geometry.
Check out my old code here for some other ideas. including some other departures from idea performance such as skin friction: https://github.com/tuxxi/OpenBurn/blob/master/openburn/core/internalballistics.py#L165
BurnSim's "efficiency" is called "two-phase flow efficiency" in the literature afaict.
Thanks, that is exactly what I was looking for!
Change how thrust is calculated. Calculations should take into account details like convergent/divergent section angles and throat length to reduce dependence on the "efficiency" that thrust is currently scaled by.