Skip to content

Commit 7ab3c6a

Browse files
authored
fixed typo and takeoff plotting (#68)
1 parent fb9bae6 commit 7ab3c6a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

doc/features/mission.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ The additional takeoff phases are:
4242
- ``v0v1``: from a standstill to decision speed (v1). An instance of ``GroundRollPhase``.
4343
- ``v1vr``: from v1 to rotation. An instance of ``GroundRollPhase``.
4444
- ``rotate``: rotation in the air before steady climb. An instance of ``RotationPhase`` or ``RobustRotationPhase``.
45-
- ``v1vr``: energency stopping from v1 to a stop. An instance of ``GroundRollPhase``.
45+
- ``v1v0``: energency stopping from v1 to a stop. An instance of ``GroundRollPhase``.
4646

4747
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.
4848

openconcept/examples/HybridTwin.py

-1
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,6 @@ def show_outputs(prob):
322322
phases,
323323
x_label=x_label,
324324
y_labels=y_labels,
325-
marker="-",
326325
plot_title="Takeoff Profile",
327326
)
328327

0 commit comments

Comments
 (0)