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);
@ COUNT
Amount of items in the enum.
Definition Ionosphere.hpp:31
@ None
Ionosphere model turned off.
Definition Ionosphere.hpp:29
@ ISA
ICAO Standard Atmosphere.
Definition Pressure.hpp:27
@ GPT2
GPT2.
Definition Pressure.hpp:28
@ GPT3
GPT3.
Definition Pressure.hpp:29
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.