Atmosphere Calculator
My first Java program for calculating atmospheric properties.
About
Atmosphere Calculator is a simple tool I built in 2019 as my first programming project. It's a basic Java-based app that calculates temperature, pressure, and density from a given altitude using the International Standard Atmosphere (ISA) model. It supports altitudes up to 47,000 m. This tool was developed for first-year BSc Aerospace Engineering students at TU Delft to facilitate the calculation of the standard atmosphere. It provides a quick, accurate, and intuitive way to determine important atmospheric parameters for homework and academic projects.
Features
- Calculate temperature in K & °C
- Calculate pressure in Pa
- Determine density in kg/m³
- Simple Java Swing GUI
How to Use It
- Enter any altitude between 0 and 47,000 meters.
- Click the Calculate button.
- See the temperature, pressure, and density update instantly.
What I Learned
- Basic Java programming
- GUI development with Swing