fast-aircraft-design / FAST-OAD

FAST-OAD: An open source framework for rapid Overall Aircraft Design
GNU General Public License v3.0
47 stars 25 forks source link

Using output values in input file #551

Closed christophe-david closed 1 month ago

christophe-david commented 1 month ago

This PR modifies the input reading process so that values of output variables, if present in input file, are also set before computation. In some cases, it might speed up the convergence (Sellar problem is solved in 2 iterations).

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 85.32%. Comparing base (74fa01f) to head (ed49f8c).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #551 +/- ## ========================================== - Coverage 85.33% 85.32% -0.01% ========================================== Files 138 138 Lines 6415 6414 -1 Branches 941 940 -1 ========================================== - Hits 5474 5473 -1 Misses 785 785 Partials 156 156 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.