Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.13 KB

README.md

File metadata and controls

17 lines (14 loc) · 1.13 KB

Aircraft Engine Design Software

(c) 2022 Ganeshkumar V, IIT Gandhinagar, India

Release 1.1 features

Aircraft Engine Design software 1.1 can predict the performances of the Engine, provided the flight conditions and mission details. Software takes Flight conditions, Technology Level of the Engines, Engine size and predicts the performances. Software can be used to optimize the engine parameters like Bypass ratio, Compressor Pressure Ratio, Fan Pressure Ratio, Flight Speed and altitude for minimum fuel consumption (TSFC) and to achieve required thrust for the mission (ST). Present version can handle Real Turbofan Aircraft Engines Seperate Flow and Mixed Flow Turbofan Engine performances can be studied in this version. Software can handle range of inputs to compare and select optimized parameters for minimum fuel consumption (TSFC).

Folders, Files and their purposes

"images/" folder contains Images required for the software.
"dependencies/" folder contains Backend programs.
"main.py" is the Main program for the Software.
"setup.py" is the setup program required to freeze the software and generate executables.