Skip to content

Commit

Permalink
fixed constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
crecine committed Feb 7, 2024
1 parent 0ba3629 commit f735c9a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -880,7 +880,7 @@ def build_phase(self, aviary_options: AviaryValues = None):
phase.add_path_constraint(
'v_over_v_stall', lower=1.25, ref=2.0)

phase.add_boundary_constraint('eoms.forces_vertical', loc='initial', equals=0,
phase.add_boundary_constraint('takeoff_eom.forces_vertical', loc='initial', equals=0,
ref=100000)

return phase
Expand Down

0 comments on commit f735c9a

Please sign in to comment.