Skip to content

Commit

Permalink
fixed typo and takeoff plotting (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
kanekosh authored May 31, 2024
1 parent fb9bae6 commit 7ab3c6a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion doc/features/mission.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ The additional takeoff phases are:
- ``v0v1``: from a standstill to decision speed (v1). An instance of ``GroundRollPhase``.
- ``v1vr``: from v1 to rotation. An instance of ``GroundRollPhase``.
- ``rotate``: rotation in the air before steady climb. An instance of ``RotationPhase`` or ``RobustRotationPhase``.
- ``v1vr``: energency stopping from v1 to a stop. An instance of ``GroundRollPhase``.
- ``v1v0``: energency stopping from v1 to a stop. An instance of ``GroundRollPhase``.

We use ``BLIImplicitSolve`` to solve for the decision speed ``v1`` where the one-engine-out takeoff distance is equal to the braking distance for rejected takeoff.

Expand Down
1 change: 0 additions & 1 deletion openconcept/examples/HybridTwin.py
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,6 @@ def show_outputs(prob):
phases,
x_label=x_label,
y_labels=y_labels,
marker="-",
plot_title="Takeoff Profile",
)

Expand Down

0 comments on commit 7ab3c6a

Please sign in to comment.