Antkeeper
0.0.1
|
#include <engine/math/interpolation.hpp>
Go to the source code of this file.
Namespaces | |
physics | |
Physics. | |
physics::gas | |
physics::gas::ozone | |
Ozone-related constants and functions. | |
Functions | |
template<class T > | |
constexpr T | physics::gas::ozone::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 | physics::gas::ozone::absorption (T cross_section, T density) |
Calculates an ozone absorption coefficient (wavelength-dependent). More... | |
Variables | |
constexpr double | physics::gas::ozone::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... | |