|
Aether
0.0
Ionosphere-Thermosphere model
|
Data Structures | |
| struct | waveinfotype |
| struct to describe a single line in the EUV CSV file: More... | |
Public Member Functions | |
| Euv (Inputs args, Report report) | |
| int | euvac (Times time, Indices indices, Report &report) |
| int | scale_from_1au (Planets planet, Times time, Report report) |
| int | pair_euv (Neutrals &neutrals, Ions ions, Report report) |
Data Fields | |
| int | nWavelengths |
| number of wavelengths in spectrum: | |
| int | nLines |
| std::vector< waveinfotype > | waveinfo |
| All of the information in the EUV CSV file. | |
| std::vector< float > | wavelengths_short |
| EUV Spectrum, lower wavelength of the bins: | |
| std::vector< float > | wavelengths_long |
| EUV Spectrum, upper wavelength of the bins: | |
| std::vector< float > | wavelengths_energy |
| EUV Spectrum, energy of bin: | |
| std::vector< float > | wavelengths_intensity_1au |
| EUV Spectrum, intensity flux of each spectral bin at 1 AU: | |
| std::vector< float > | wavelengths_intensity_top |
| EUV Spectrum, intensity flux of each spectral bin scaled to Earth: | |
| std::vector< float > | euvac_f74113 |
| EUVAC model linear coefficients (1): | |
| std::vector< float > | euvac_afac |
| EUVAC model linear coefficients (2): | |
1.8.17