Skip to content

Commit

Permalink
regional jet
Browse files Browse the repository at this point in the history
  • Loading branch information
planes committed Dec 25, 2020
1 parent 8e8c2b8 commit 573d52e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Regional_Jet_Optimization/Optimize.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@ def setup():
# Inputs
# -------------------------------------------------------------------

# [ tag , initial, lb,ub) , scaling , units ]
# [ tag , initial, (lb , ub) , scaling , units ]
problem.inputs = np.array([
[ 'wing_area' , 90 , ( 50. , 130. ) , 100. , Units.meter**2],
[ 'cruise_altitude' , 10 , ( 6. , 12. ) , 10. , Units.km],
[ 'wing_area' , 80 , ( 50. , 130. ) , 100. , Units.meter**2],
[ 'cruise_altitude' , 8 , ( 6. , 12. ) , 10. , Units.km],
])

# -------------------------------------------------------------------
Expand Down

0 comments on commit 573d52e

Please sign in to comment.