Fix fuel factors and adapt convergence criteria for m0 calculation
Compare changes
@@ -228,9 +228,8 @@ void TawAnalytical::calculateFuelFraction() {
@@ -264,7 +263,7 @@ void TawAnalytical::calculateMassEstimation() {
Fix fuel factors and adapt convergence criteria for m0 calculation
The fuel factor for kerosene and hydrogen in the mass calculation where switched. In combination with high fuel fractions this led to the iteration not converging. The higher fuel factor should not be a problem for hydrogn aircraft since the mass fraction calculation is also different for hydrogen and will lead to lower fuel fractions.