Skip to content

Commit

Permalink
Added FLOPS EOMs
Browse files Browse the repository at this point in the history
  • Loading branch information
crecine committed Feb 7, 2024
1 parent a3efaaf commit 0ba3629
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aviary/mission/flops_based/ode/landing_ode.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ def setup(self):
'aviary_options': options['aviary_options']}

self.add_subsystem(
'eoms',
'landing_eom',
FlareEOM(**kwargs),
promotes_inputs=[
Dynamic.Mission.FLIGHT_PATH_ANGLE, Dynamic.Mission.VELOCITY, Dynamic.Mission.MASS, Dynamic.Mission.LIFT,
Expand Down
2 changes: 1 addition & 1 deletion aviary/mission/flops_based/ode/takeoff_ode.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ def setup(self):
'aviary_options': options['aviary_options']}

self.add_subsystem(
'eoms', TakeoffEOM(**kwargs),
'takeoff_eom', TakeoffEOM(**kwargs),
promotes_inputs=[
Dynamic.Mission.FLIGHT_PATH_ANGLE, Dynamic.Mission.VELOCITY, Dynamic.Mission.MASS, Dynamic.Mission.LIFT,
Dynamic.Mission.THRUST_TOTAL, Dynamic.Mission.DRAG, 'angle_of_attack'],
Expand Down

0 comments on commit 0ba3629

Please sign in to comment.