diff --git a/example_cycles/high_bypass_turbofan.py b/example_cycles/high_bypass_turbofan.py index 64de995..b61964b 100644 --- a/example_cycles/high_bypass_turbofan.py +++ b/example_cycles/high_bypass_turbofan.py @@ -436,7 +436,7 @@ def setup(self): prob.set_solver_print(level=-1) prob.set_solver_print(level=2, depth=1) - flight_env = [(0.8, 35000), (0.7, 35000), (0.4, 35000), + flight_env = [(0.8, 35000), (0.7, 35000), (0.55, 35000), (0.4, 35000), (0.4, 20000), (0.6, 20000), (0.8, 20000), (0.8, 10000), (0.6, 10000), (0.4, 10000), (0.2, 10000), (0.001, 10000), (.001, 1000), (0.2, 1000), (0.4, 1000), (0.6, 1000), @@ -476,4 +476,4 @@ def setup(self): print() - print("Run time", time.time() - st) \ No newline at end of file + print("Run time", time.time() - st)