Enroute Flight Navigation
A navigation app for VFR pilots
|
This class calculates the density altiude according to temperature, QNH, Altitude (and dewpoint) More...
#include <DensityAltitude.h>
Static Public Member Functions | |
static Units::Distance | calculateDensityAltitudeDryAirApproximation (Units::Temperature oat, Units::Pressure qnh, Units::Distance geometricAltitude) |
calculates the density altiude without dewpoint information | |
static Units::Distance | calculateDensityAltitude (Units::Temperature oat, Units::Pressure qnh, Units::Distance geometricAltitude, Units::Temperature dewPoint) |
calculates the density altiude with dewpoint information | |
This class calculates the density altiude according to temperature, QNH, Altitude (and dewpoint)
Definition at line 31 of file DensityAltitude.h.
|
static |
calculates the density altiude with dewpoint information
oat | outside air temperature |
qnh | The atmospheric pressure at sea level |
geometricAltitude | The elevation above sea level |
dewPoint | dew point |
|
static |
calculates the density altiude without dewpoint information
oat | outside air temperature |
qnh | The atmospheric pressure at sea level |
geometricAltitude | The elevation above sea level |