Skip to content
Snippets Groups Projects
Commit c23f1431 authored by gPauls-TUHH's avatar gPauls-TUHH
Browse files

Final commit

parent cafa9aca
No related branches found
No related tags found
1 merge request!24mission_analysis initial commit
Pipeline #1608037 waiting for manual action
......@@ -358,7 +358,7 @@ Beside being a neat dataset to show-off, [Ecological Assessment](../ecological_a
### Reporting
If you don't want to edit your data on your own, but need to see some basic characteristics of your mission, you can simply go to the `reporting` directory next to your [Aircraft Exchange File](#acxml). Within `report_html`, we already provide many graphs and useful insights which might come in handy. If something went wrong or you need to know what **mission_analysis** has done in detail, there is also a `log_files` folder in which the shell output is tracked.
If you don't want to edit your data on your own, but need to see some basic characteristics of your mission, you can simply go to the `reporting` directory next to your [Aircraft Exchange File](#acxml). Within `report_html`, we already provide many graphs and useful insights which might come in handy. If something went wrong or you need to know what **mission_analysis** has done in detail, there is also a `.log` file next to your executable in which the shell output is tracked.
## Mission Configuration {#configuration}
......
......@@ -29,8 +29,6 @@ Once your mission is calculated, you can choose from a wide range of profile dat
## Quick Overview
By now, only a [standard (3D) mission method](methods.md/#midfi) is implemented. Its mid-fidelity version can trigger the three missions mentioned above while the low-fidelity sub-version is only used for the `design_mission`. The later is a Breguet-based estimation of the consumed mission fuel and it is triggered automatically if no initial values where given for the `design_mission`. A 4D trajectory mission is also planned, but it is still in the making.
| Mission method | mission type | Status |
|----------------------------------|---------------------------|----------------------------------------|
| [3D Standard Mission (low-fidelity)](methods.md/#midfi)|`design_mission::breguet`| running :white_check_mark:|
......@@ -39,6 +37,22 @@ By now, only a [standard (3D) mission method](methods.md/#midfi) is implemented.
| [3D Standard Mission (mid-fidelity)](methods.md/#midfi)|`requirements_mission` | running :white_check_mark:|
| [4D_trajectory (high-fidelity)](methods.md/#highfi) |None | under development :construction:|
By now, only a [standard (3D) mission method](methods.md/#midfi) is implemented. Its mid-fidelity version can trigger the three missions mentioned above while the low-fidelity sub-version is only used for the `design_mission`. The later is a Breguet-based estimation of the consumed mission fuel and it is triggered automatically if no initial values where given for the `design_mission`. A 4D trajectory mission is also planned, but it is still in the making.
<pre class='mermaid'>
graph TD;
A[mission_analysis]-->B[design_mission]
B-->E[low-fidelity]
B-->F[mid-fidelity]
B-->G["(high-fidelity)"]
A-->C[study_mission]
C-->H[mid-fidelity]
C-->I["(high-fidelity)"]
A-->D[requirements_mission]
D-->J[mid-fidelity]
D-->K["(high-fidelity)"]
</pre>
## Where to start
......
......@@ -293,6 +293,11 @@ nav: # Customizes the main navigation struc
- Getting Started: documentation/analysis/mission_analysis/getting_started.md
- Mission Methods: documentation/analysis/mission_analysis/methods.md
- Mission Steps: documentation/analysis/mission_analysis/mission_steps.md
- API Reference:
- mission_analysis/classes.md
- mission_analysis/namespaces.md
- mission_analysis/files.md
- mission_analysis/functions.md
- Weight and Balance Analysis:
- Introduction: documentation/analysis/weight_and_balance_analysis/index.md
- Basic Concepts: documentation/analysis/weight_and_balance_analysis/basic-concepts.md
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment