Skip to content
Snippets Groups Projects
Commit fd1177dd authored by Tobias Weckenmann's avatar Tobias Weckenmann
Browse files

Adapts docu slightly

parent bd284a6a
No related branches found
No related tags found
3 merge requests!76Draft: Updated Python code example,!73Initial open source version,!56Adapts docu slightly
Pipeline #1621993 waiting for manual action
......@@ -124,11 +124,15 @@ The detailed description of the engine library can be found [here](../../../libr
The underlying principle is the scaling of the mass flow with constant velocities. The following scaling is done using the scale factor (SF):
- **Thrust:** Linear
- **Fuel Flow:** Linear → TSFC remains constant
- **Diameter:** \( SF^{0.5} \)
- **Weight:** \( SF^{1.1} \)
- **Length:** \( SF^{0.4} \)
- **LTO Fuel Flow:** Linear
- **LTO Emissions:** Constant
Scaled Value = Base Value * \( SF^{X} \)
- **Thrust:** X=1
- **Fuel Flow:** X=1 → TSFC remains constant
- **Diameter:** X=0.5
- **Weight:** X=1.1
- **Length:** X=0.4
- **LTO Fuel Flow:** X=1
- **LTO Emissions:** 0
- **Mass Flow:** X=1
- **Max bleed:** X=1
- **Max shaft offtake:** X=1
\ No newline at end of file
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