Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 1004 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 1004 Bytes

Simulation of Gas Turbine Engines

Copyright 2019 Bernardo Bahia Monteiro

A thesis submitted to the Faculty of the School of Engineering of the Universidade Federal de Minas Gerais in partial fulfillment of the require- ments for the degree of Bachelor of Science in Aerospace Engineering.

Compile report

To compile the LaTeX report just run latexmk tcc.tex

Compile presentation (in Portuguese)

run latexmk presentation.tex

Source code

The source code used to produce the results is inside the directory src. It is very poorly documented. Mostly there are scripts to generate figures and the underlying classes for simulation. I suggest you begin reading the code by the file working_line.py, which generates the most comprehensive figure.

If you have problems reading or running the code, do not try too hard, it is probably my fault. Instead, create an issue here explaining the problem and I will try and have a look at it.