Documentation/propulsion design update
2 unresolved threads
2 unresolved threads
Description
Provide a concise explanation of the changes made in this merge request.
Related Issue(s)
- Closes #[feature issues]
- Fixes #[bug report issue]
- Resolves #[any other issues]
Other Changes
- [Mention refactoring, tests, etc.]
Screenshots/Logs
Attach screenshots or log outputs if applicable.
Testing Instructions
- [Step 1: How to test]
- [Step 2: Expected outcome]
- [Step 3: Additional steps if required]
Developer Checklist
-
Code has been tested locally and/or in pipeline. -
(if applicable) documentation updated. -
(if applicable) impact of new dependencies reviewed and included in project. -
Merge conflicts resolved with the target branch.
Additional Notes
Add any information reviewers should focus on, e.g., specific files, functions, or changes of interest.
Merge request reports
Activity
requested review from @maren.huxel
assigned to @tobi747
1 # Overview {#mainpage} 2 The propulsion_design tool provides the engine data and the engine integration on the aircraft. The steps are shown in the following figure: 3 4  5 6 Required inputs for propulsion design are therefore: 7 8 - The thrust to weight ratio (First from initial_sizing sizing then from constraint_analysis). 9 - The MTOW of the aircraft. 10 - The type of propulsors and the according thrust share. 11 12 With this the engines are designed one by one with the following approach: 13 14 {html: width=600} 15 16 The outputs are the engine xml file as well as the different deck values as csv files in projects as well as the following xml snippet for each engine: changed this line in version 3 of the diff
18 {html: width=1200} 19 20 Readout of the engine data can and should only be done using the engine library! 21 22 The csv files contain engine data that depends on the operating point. The operating point is defined as 23 24 - Flight Mach number 25 - Flight altitude 26 - Low pressure spool speed / power setting 27 28 An example is shown in the following figure. 29 30  31 32 The data is readout by the engine library which has an efficient parser for the deck values using a linear interpolation between two existing deck values. Penalties, like shaft power offtake or bleed air offtake, are also calculated using the engine library. The description of the engine library can be found here as well. 33 The description of the engine library can be found [here](../../../libraries/engine/). changed this line in version 3 of the diff
mentioned in commit 3ae3da40
Please register or sign in to reply