17#include <fmt/format.h>
55struct fmt::formatter<NAV::WaterVaporModel> : fmt::formatter<std::string>
61 template<
typename FormatContext>
64 return fmt::formatter<std::string>::format(NAV::to_string(data), ctx);
@ None
None.
Definition GlobalActions.hpp:21
@ COUNT
Amount of items in the enum.
@ ISA
ICAO Standard Atmosphere.
WaterVaporModel
Available Water vapor Models.
Definition WaterVapor.hpp:24
bool ComboWaterVaporModel(const char *label, WaterVaporModel &waterVaporModel)
Shows a ComboBox to select the water vapor model.
double calcWaterVaporPartialPressure(double temp, double humidity_rel, WaterVaporModel waterVaporModel)
Calculates the partial pressure of water vapor.