File tree Expand file tree Collapse file tree 1 file changed +2
-17
lines changed
Expand file tree Collapse file tree 1 file changed +2
-17
lines changed Original file line number Diff line number Diff line change 1- # tut_mission_Embraer_E190_constThr .py
1+ # tut_payload_range .py
22#
33# Created: Aug 2014, SUAVE Team
4- # Modified: Jun 2015, SUAVE Team
5-
6- """ setup file for a mission with a E190
7- """
8-
4+ # Modified: Apr 2016, T. Orra
95
106# ----------------------------------------------------------------------
117# Imports
@@ -58,7 +54,6 @@ def main():
5854
5955 return
6056
61-
6257# ----------------------------------------------------------------------
6358# Analysis Setup
6459# ----------------------------------------------------------------------
@@ -904,16 +899,6 @@ def plot_mission(results,line_style='bo-'):
904899 axes .set_ylabel ('Thrust (N)' )
905900 axes .grid (True )
906901
907- try :
908- Pitching_moment = segment .conditions .stability .static .cm_alpha [:,0 ]
909- axes = fig .add_subplot (4 ,1 ,4 )
910- axes .plot ( time , Pitching_moment , line_style )
911- axes .set_xlabel ('Time (min)' )
912- axes .set_ylabel ('Pitching_moment (~)' )
913- axes .grid (True )
914- except :
915- pass
916-
917902 # ------------------------------------------------------------------
918903 # Aerodynamics 1
919904 # ------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments