About¶
Authors¶
The jetfuelburn package was developed by Michael Weinold under the supervision of Prof. Russell McKenna as part of his doctoral research at ETH Zurich and Paul Scherrer Institute (PSI).
Contributors¶
| Contributor | Role | Contributions | Date |
|---|---|---|---|
| Noe Marty | Semester Project Student at ETH Zurich | Comparison of Methods | 2025-2026 |
| Olivier Schnyder | Semester Project Student at ETH Zurich | Benchmarking of Reduced-Order Methods | 2026 |
Citing the Tool¶
To cite the use of jetfuelburn in academic work, please use the main publication:
Weinold and McKenna, (2026). JetFuelBurn: A Python package for calculating fuel burn of commercial aircraft. Journal of Open Source Software, 11(117), 9280, doi:10.21105/joss.09280.
BibTeX Entry
@article{weinold2026jetfuelburn,
title={JetFuelBurn: A Python package for calculating fuel burn of commercial aircraft},
author={Weinold, Michael P and McKenna, Russell},
journal={Journal of Open Source Software},
volume={11},
number={117},
pages={9280},
year={2026},
doi={10.21105/joss.09280}
}
Publications using the Tool¶
| Year | Authors | Title |
|---|---|---|
| 2025 | Weinold et al. | Estimating Fuel Consumption of Commercial Aircraft |
| 2026 | Weinold and McKenna | JetFuelBurn: A Python package for calculating fuel burn of commercial aircraft |
Funding¶
Funding was provided by the Swiss Innovation Agency Innosuisse through the "WISER" Flagship Project (PFFS-21-72). Michael Weinold gratefully acknowledges the support of the Swiss Study Foundation.
License¶
MIT License
Copyright © 2026 Paul Scherrer Institute (PSI) and Contributors
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.