File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
aviary/subsystems/mass/gasp_based Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -253,10 +253,12 @@ def initialize(self):
253
253
add_aviary_option (self , Aircraft .CrewPayload .NUM_PASSENGERS )
254
254
add_aviary_option (self , Aircraft .CrewPayload .PASSENGER_MASS_WITH_BAGS ,
255
255
units = 'lbm' )
256
+ add_aviary_option (self , Aircraft .CrewPayload .Design .NUM_PASSENGERS )
257
+ add_aviary_option (self , Aircraft .CrewPayload .MAX_CARGO_MASS )
256
258
257
259
def setup (self ):
258
260
add_aviary_input (self , Aircraft .CrewPayload .CARGO_MASS , val = 10040 )
259
- add_aviary_input (self ,Aircraft .CrewPayload .Design .CARGO_MASS , val = 0 )
261
+ add_aviary_input (self , Aircraft .CrewPayload .Design .CARGO_MASS , val = 0 )
260
262
261
263
add_aviary_output (self , Aircraft .CrewPayload .PASSENGER_PAYLOAD_MASS , val = 0 )
262
264
add_aviary_output (self , Aircraft .CrewPayload .TOTAL_PAYLOAD_MASS , val = 0 )
You can’t perform that action at this time.
0 commit comments