https://github.com/wolgemoth/international-standard-atmosphere
A C++ port of Max Bernard's C# solution for calculating temperature, pressure and air density at a given altitude, according to the ISA.
https://github.com/wolgemoth/international-standard-atmosphere
atmosphere atmosphere-model cpp cpp17 density earth header-only header-only-library international-standards isa pressure temperature template templated templates
Last synced: about 2 months ago
JSON representation
A C++ port of Max Bernard's C# solution for calculating temperature, pressure and air density at a given altitude, according to the ISA.
- Host: GitHub
- URL: https://github.com/wolgemoth/international-standard-atmosphere
- Owner: wolgemoth
- License: mit
- Created: 2024-05-01T13:18:47.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-07-30T16:40:50.000Z (about 1 year ago)
- Last Synced: 2025-02-08T02:05:00.816Z (8 months ago)
- Topics: atmosphere, atmosphere-model, cpp, cpp17, density, earth, header-only, header-only-library, international-standards, isa, pressure, temperature, template, templated, templates
- Language: C++
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# International Standard Atmosphere
### About
This is a C++ port of Max Bernard's C# solution for calculating temperature, pressure and air density at a given altitude according to the ISA.
It is heavily templated and suitable for use with different scalar types.
If you find a bug or have a feature-request, please raise an issue.
### Instructions
The implementation is header-only and written in templated C++17. You should not need to make any adjustments to your project settings or compiler flags.
Simply include it in your project and you are ready to start!