In answering this issue, I noticed that my current Isp pressure model is linear:
[math]
I(p) = I_0 \max\left(0, 1-p \frac{I_0 - I_r}{p_r I_0}\right)
[/math]
for vacuum Isp I_0, and Isp I_r at reference pressure p_r. This means that a thruster will not generate any thrust at ambient pressures
[math]
p \ge \frac{p_r I_0}{I_0-I_r}
[/math]
I wonder if an exponential model would be more appropriate:
[math]
I(p) = I_0 \exp(-\alpha p)
[/math]
with
[math]
\alpha = -\frac{1}{p_r} \ln \frac{I_r}{I_0}
[/math]
Any opinions?
[math]
I(p) = I_0 \max\left(0, 1-p \frac{I_0 - I_r}{p_r I_0}\right)
[/math]
for vacuum Isp I_0, and Isp I_r at reference pressure p_r. This means that a thruster will not generate any thrust at ambient pressures
[math]
p \ge \frac{p_r I_0}{I_0-I_r}
[/math]
I wonder if an exponential model would be more appropriate:
[math]
I(p) = I_0 \exp(-\alpha p)
[/math]
with
[math]
\alpha = -\frac{1}{p_r} \ln \frac{I_r}{I_0}
[/math]
Any opinions?