Surendhran-P/Propulsion-Assignment
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
*This project helps calculate the performance parameters of aircraft engine. *The code takes engine input in JSON file format and outputs a JSON file with various parameters. *This project itself can be used as a module where a JSON file is given. --- Running Code --- 1. Open the code directory containing main.py file. 2. Make sure there is an input file in JSON format. 3. Run main.py file using the command "python main.py" 4. Output is saved in a separate JSON file.