![]() |
0.5.1
|
Water vapor calculation. More...
Go to the source code of this file.
Namespaces | |
| namespace | NAV |
Enumerations | |
| enum class | NAV::WaterVaporModel : uint8_t { NAV::None , NAV::ISA , NAV::GPT2 , NAV::GPT3 , NAV::COUNT } |
| Available Water vapor Models. More... | |
Functions | |
| double | NAV::calcWaterVaporPartialPressure (double temp, double humidity_rel, WaterVaporModel waterVaporModel) |
| Calculates the partial pressure of water vapor. | |
| bool | NAV::ComboWaterVaporModel (const char *label, WaterVaporModel &waterVaporModel) |
| Shows a ComboBox to select the water vapor model. | |
| const char * | NAV::to_string (WaterVaporModel waterVaporModel) |
| Converts the enum to a string. | |