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

Small adaption

parent 19e9e680
No related branches found
No related tags found
1 merge request!45Build create mission XML documentation
Pipeline #1610625 waiting for manual action
......@@ -59,7 +59,7 @@ ICAO-A and ICAO-B should tackle this, but it is not ready yet :construction:
| cruise | cruise | clean | N/A | N/A | N/A |
| descend to approach | idle | clean | 10000 ft | N/A | CAS over flight level 100 descend |
After reaching $10\,000\,ft$ the aircraft accelerates to the next higher speed limit `CAS_over_flight_level_100_climb` which is usually $300\,kts$ calibrated airspeed. Then it keeps on climbing until the `initial_cruise_altitude` from where it accelerates to the `initial_cruise_mach_number` without climbing any further. In the table above, only one flight level change is displayed. How many of them will be initiated can be determined in the following way:
After reaching $10\,000\,ft$ the aircraft accelerates to the next higher speed limit `CAS_over_flight_level_100_climb` which is usually $300\,kts$ calibrated airspeed. Again, you can change this in the aircraft XML, but when you want to stick to current regulations, you should keep $300\,kts (= 154.3334 m/s)$. Then the aircraft keeps on climbing until the `initial_cruise_altitude` from where it accelerates to the `initial_cruise_mach_number` without climbing any further. In the table above, only one flight level change is displayed. How many of them will be initiated can be determined in the following way:
- Short Range ($\leq 1\,000\,NM$):
- 1 cruise climb step
......@@ -71,7 +71,7 @@ After reaching $10\,000\,ft$ the aircraft accelerates to the next higher speed l
!!! node
If climbs during cruise are disabled (`no_steps` node in the [Configuration File](getting_started.md/#config_file)), then only 1 climb step is generated. Also when automatic flight level changes are activated, [Mission Analysis](../../analysis/mission_analysis/index.md) will try to find an optimum by itself.
Once the end of cruise is reached, the aircraft shall descend to approach using the maximum descend speed. Again, this is normally $300\,kts$ until it reaches $10\,000\,ft$.
Once the end of cruise is reached, the aircraft shall descend to approach ($10\,000\,ft$) using the maximum descend speed.
## Approach
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment