https://github.com/marek-cel/mc-mass
MC-Mass ia an aircraft mass characteristics (empty mass, center of mass and inertia tensor) estimation tool.
https://github.com/marek-cel/mc-mass
aerospace aerospace-engineering aviation
Last synced: 5 months ago
JSON representation
MC-Mass ia an aircraft mass characteristics (empty mass, center of mass and inertia tensor) estimation tool.
- Host: GitHub
- URL: https://github.com/marek-cel/mc-mass
- Owner: marek-cel
- License: gpl-3.0
- Created: 2021-04-16T17:05:45.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-08-24T13:39:37.000Z (10 months ago)
- Last Synced: 2025-08-24T13:40:35.432Z (10 months ago)
- Topics: aerospace, aerospace-engineering, aviation
- Language: C++
- Homepage: http://marekcel.pl/mc-mass
- Size: 2.58 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- License: LICENSE
Awesome Lists containing this project
README
# MC-Mass
Aircraft mass characteristics (empty mass, center of mass and inertia tensor) estimation tool, which uses formulas from [Raymer D.P. Aircraft Design: A Conceptual Approach](http://doi.org/10.2514/4.104909) and [NASA TP-2015-218751](https://ntrs.nasa.gov/citations/20150021267).
## Documentation
Documentation is available [here](https://github.com/marek-cel/mc-mass/docs/mc-mass.pdf).
## Installation
### Linux
Linux [dpkg package](https://github.com/marek-cel/mc-mass/releases/download/1.0/mc-mass_1.0_focal_amd64.deb) is provided for Ubuntu 20.04 LTS / LinuxMint 20.x.
### Windows
Windows [zip package](https://github.com/marek-cel/mc-mass/releases/download/1.0/mc-mass_1.0_win64.zip) is provided. It does not require installation.
## Building from source
### Dependencies
MC-Mass requires Qt and libmcutil.
* [Qt5](https://www.qt.io/)
* [libmcutil](https://github.com/marek-cel/libmcutil)
#### Linux
On Ubuntu based Linux distributions Qt can be installed with the following command:
```apt install libqt5svg5-dev qtbase5-dev```
#### Windows
On Windows those dependencies have to be installed manually.
### Building using qmake
MC-Mass can be built with ```qmake``` tool. Run qmake on ```mc-mass.pro``` file and then use appropriate building system. You can also use Qt Creator.
