{"id":19330566,"url":"https://github.com/alexandrerouma/aero0014_bemt","last_synced_at":"2025-02-24T07:12:52.471Z","repository":{"id":239367876,"uuid":"777421270","full_name":"AlexandreRouma/aero0014_bemt","owner":"AlexandreRouma","description":"BEMT Implementation for the AERO0014 Aerospace Propulsion course","archived":false,"fork":false,"pushed_at":"2024-05-22T01:29:57.000Z","size":134,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-06T08:20:40.593Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AlexandreRouma.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"license.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-03-25T20:25:16.000Z","updated_at":"2024-05-22T01:30:32.000Z","dependencies_parsed_at":"2025-01-06T08:31:06.930Z","dependency_job_id":null,"html_url":"https://github.com/AlexandreRouma/aero0014_bemt","commit_stats":null,"previous_names":["alexandrerouma/aero0014_bemt"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexandreRouma%2Faero0014_bemt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexandreRouma%2Faero0014_bemt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexandreRouma%2Faero0014_bemt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexandreRouma%2Faero0014_bemt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AlexandreRouma","download_url":"https://codeload.github.com/AlexandreRouma/aero0014_bemt/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240434308,"owners_count":19800550,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-10T02:37:08.034Z","updated_at":"2025-02-24T07:12:52.433Z","avatar_url":"https://github.com/AlexandreRouma.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BEMT Simulator Implementation\n\nThis software was written for the BEMT project of the AERO0014 Aerospace Propulsion class at the University of Liège.\n\n## How to Install\n\n### Step 1: Create a Virtual Environement\n```\npython -m venv .venv\n```\n\n### Step 2: Activate the Virtual Environment\nOn windows\n```\n.venv/Scripts/Activate.ps1\n```\n\nOn unix (Linux, BSD and MacOS)\n```\nsource .venv/bin/activate\n```\n\n### Step 3: Install dependencies\n```\npip install -r ./requirements.txt\n```\n\n# How to Run\n```\npython ./main.py\n```\n\n# Viewing Results\nThe software creates the `output` directory to write out every plot. Non-plot results are printed directly to the terminal along with the progress.\n\n# Source Structure\nThe structure of the code is as follows\n\n* `airfoils` contains for the data for the airfoils to be used in simulation. At the moment, only the Clark-Y airfoil is provided\n* `bemt` is the main python module responsible for implementing the BEMT method\n* `experimental_data` contains data extracted from the NACA experiments from Biermann et al.\n* `questions` contains the code used to generate the answer to each question of the statement.\n* `statement` contains values given in the project statement\n* `utils` contains various utility files\n* `main.py` creates the `output` directory if it doesn't exist and calls every question code.\n\n# Acknowledgements\n\nThe API of this BEMT library was inspired by the [Rotare](https://gitlab.uliege.be/rotare/rotare) project by Thomas Lamber.\n\nCopyright(c) 2024 Alexandre Rouma","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexandrerouma%2Faero0014_bemt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falexandrerouma%2Faero0014_bemt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexandrerouma%2Faero0014_bemt/lists"}