Antkeeper
0.0.1
|
Ozone-related constants and functions. More...
Functions | |
template<class T > | |
constexpr T | cross_section_293k (T wavelength) |
Returns the cross section of ozone at temperature 293k and a given wavelength in the visible spectrum. More... | |
template<class T > | |
T | absorption (T cross_section, T density) |
Calculates an ozone absorption coefficient (wavelength-dependent). More... | |
Variables | |
constexpr double | cross_sections_280nm_780nm_293k [781 - 280] |
Cross sections of ozone from wavelength 280nm to 780nm, in increments of 1nm, at a temperature of 293K, in m-2/molecule. More... | |
Ozone-related constants and functions.
T physics::gas::ozone::absorption | ( | T | cross_section, |
T | density | ||
) |
Calculates an ozone absorption coefficient (wavelength-dependent).
cross_section | Ozone cross section of a wavelength, in m-2/molecule. |
density | Molecular number density of ozone, in mol/m-3. |
|
constexpr |
|
constexpr |
Cross sections of ozone from wavelength 280nm to 780nm, in increments of 1nm, at a temperature of 293K, in m-2/molecule.