more tubefin refinement (should be squashed with prev commit)

This commit is contained in:
JoePfeiffer 2022-05-04 07:22:34 -06:00
parent 1611fd2876
commit 0b8276b6c8

View File

@ -37,7 +37,7 @@ public abstract class TubeCalc extends RocketComponentCalc {
// These calculations come from a mix of theoretical and empirical
// results, and are marked with (t) for theoretical and (e) for empirical.
// The theoretical results should not be modified; the empirical can be adjusted
// to better simulate real rockets.
// to better simulate real rockets as we get data.
// Temperature
final double T = conditions.getAtmosphericConditions().getTemperature();