23#include "units/Density.h"
24#include "units/Distance.h"
25#include "units/Pressure.h"
26#include "units/Temperature.h"
39 QML_VALUE_TYPE(atmosphere)
static Q_INVOKABLE Units::Distance height(Units::Pressure pressure)
Computation of height as a function of pressure.
static Q_INVOKABLE Units::Density density(Units::Pressure p, Units::Temperature t)
Computation of density as a function of pressure and temperature, using the perfect gas law.
static Q_INVOKABLE Units::Pressure pressure(Units::Distance height)
Computation of pressure as a function of height.
static Q_INVOKABLE Units::Distance height(Units::Density d)
Computation of height as a function of density.
static Q_INVOKABLE Units::Density density(Units::Distance h)
Computation of density as a function of height.
static Q_INVOKABLE double relativeHumidity(Units::Temperature temperature, Units::Temperature dewpoint)
Computation of relative humidity as a function of temperature and dewpoint.
Convenience class for density computations.
Convenience class for distance computations.
Convenience class for pressure computations.
Convenience class for temperature computations.