Skip to content

Commit 5647e80

Browse files
committed
changes to optimization
1 parent fca9f11 commit 5647e80

File tree

6 files changed

+426
-461
lines changed

6 files changed

+426
-461
lines changed

Regional_Jet_Optimization/Procedure.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ def post_process(nexus):
230230
# Static stability calculations
231231
CMA = -10.
232232
for segment in results.base.segments.values():
233-
max_CMA = np.max(segment.conditions.stability.static.cm_alpha[:,0])
233+
max_CMA = np.max(segment.conditions.stability.static.Cm_alpha[:,0])
234234
if max_CMA > CMA:
235235
CMA = max_CMA
236236

0 commit comments

Comments
 (0)