Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed a typo and takeoff plotting #68

Merged
merged 1 commit into from
May 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading