ARTS 2.5.11 (git: 725533f0)
species_info.cc
Go to the documentation of this file.
1
9#include "species_info.h"
10#include "absorption.h"
11#include "wigner_functions.h"
12
13Numeric get_lande_spin_constant(const Species::Species species) noexcept {
14 if (Species::fromShortName("O2") == species)
15 return 2.002064;
16 if (Species::fromShortName("NO") == species)
17 return 2.00071;
18 if (Species::fromShortName("OH") == species)
19 return 2.00089;
20 if (Species::fromShortName("ClO") == species)
21 return 2.00072;
22 if (Species::fromShortName("SO") == species)
23 return 2.002106;
24 return 2.00231930436182;
25}
26
27Numeric get_lande_lambda_constant() noexcept { return 1.0; }
Declarations required for the calculation of absorption coefficients.
Numeric get_lande_spin_constant(const Species::Species species) noexcept
Get the Lande spin constant.
Numeric get_lande_lambda_constant() noexcept
Get the Lande Lambda constant.
Some molecular constants.
Wigner symbol interactions.