Aerodynamic characteristics (drag coefficient and lift coefficient) approximation tool for the full range of angle of attack, based on NASA TM-102267.
Linux dpkg package is provided for Ubuntu 20.04 LTS / LinuxMint 20.x.
Windows zip package is provided. It does not require installation.
MC-Aero requires Qt and Qt Widgets for Technical Applications.
On Ubuntu based Linux distributions those dependencies can be installed with the following command:
apt install libqt5svg5-dev libqwt-qt5-dev qtbase5-dev
On Windows those dependencies have to be installed manually.
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.