0.3.0
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
WaterVapor.hpp File Reference

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.
 

Detailed Description

Water vapor calculation.

Author
T. Topp (topp@.nosp@m.ins..nosp@m.uni-s.nosp@m.tutt.nosp@m.gart..nosp@m.de)
Date
2023-01-31

Definition in file WaterVapor.hpp.