https://github.com/marek-cel/mc-aero
MC-Aero ia an aerodynamic characteristics (drag coefficient and lift coefficient) approximation tool for the full range of angle of attack.
https://github.com/marek-cel/mc-aero
aerodynamic-characteristics aerodynamics aerospace aerospace-engineering aviation
Last synced: 5 months ago
JSON representation
MC-Aero ia an aerodynamic characteristics (drag coefficient and lift coefficient) approximation tool for the full range of angle of attack.
- Host: GitHub
- URL: https://github.com/marek-cel/mc-aero
- Owner: marek-cel
- License: cc0-1.0
- Created: 2021-04-16T17:05:16.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-12-17T18:20:15.000Z (over 4 years ago)
- Last Synced: 2024-01-28T02:10:44.987Z (over 2 years ago)
- Topics: aerodynamic-characteristics, aerodynamics, aerospace, aerospace-engineering, aviation
- Language: C++
- Homepage: http://marekcel.pl/mc-aero
- Size: 304 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- License: LICENSE
Awesome Lists containing this project
README
# MC-Aero
Aerodynamic characteristics (drag coefficient and lift coefficient) approximation tool for the full range of angle of attack, based on [NASA TM-102267](https://ntrs.nasa.gov/citations/19910009728).
## Installation
### Linux
Linux [dpkg package](https://github.com/marek-cel/mc-aero/releases/download/0.2/mc-aero_0.2_focal_amd64.deb) is provided for Ubuntu 20.04 LTS / LinuxMint 20.x.
### Windows
Windows [zip package](https://github.com/marek-cel/mc-aero/releases/download/0.2/mc-aero_0.2_win64.zip) is provided. It does not require installation.
## Building from source
### Dependencies
MC-Aero requires Qt and Qt Widgets for Technical Applications.
* [Qt5](https://www.qt.io/)
* [Qwt](https://qwt.sourceforge.io/)
#### Linux
On Ubuntu based Linux distributions those dependencies can be installed with the following command:
```apt install libqt5svg5-dev libqwt-qt5-dev qtbase5-dev```
#### Windows
On Windows those dependencies have to be installed manually.
### Building using qmake
MC-Aero can be built with ```qmake``` tool. Run qmake on ```mc-aero.pro``` file and then use appropriate building system. You can also use Qt Creator.
