Skip to content

Commit

Permalink
Initial push for adding N+3 hybrid single aisle example
Browse files Browse the repository at this point in the history
  • Loading branch information
eytanadler committed Oct 27, 2021
1 parent 6302bc8 commit 8d99e7d
Show file tree
Hide file tree
Showing 3 changed files with 663 additions and 0 deletions.
7 changes: 7 additions & 0 deletions examples/HybridTwin_active_thermal.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@
from openconcept.utilities.linearinterp import LinearInterpolator
from openconcept.utilities.visualization import plot_trajectory

"""
WARNING: This example has known convergence issues because of the chiller in the
propulsion layout (TwinSeriesHybridElectricPropulsionRefrigerated)
Eytan Adler, 27/10/2021
"""

class AugmentedFBObjective(ExplicitComponent):
def setup(self):
self.add_input('fuel_burn', units='kg')
Expand Down

0 comments on commit 8d99e7d

Please sign in to comment.