ARTS  2.2.66
tmatrix.h
Go to the documentation of this file.
1 /* Copyright (C) 2013 Oliver Lemke
2  *
3  * This program is free software: you can redistribute it and/or modify
4  * it under the terms of the GNU General Public License as published by
5  * the Free Software Foundation, either version 3 of the License, or
6  * (at your option) any later version.
7  *
8  * This program is distributed in the hope that it will be useful,
9  * but WITHOUT ANY WARRANTY; without even the implied warranty of
10  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11  * GNU General Public License for more details.
12  *
13  * You should have received a copy of the GNU General Public License
14  * along with this program. If not, see <http://www.gnu.org/licenses/>.
15  *
16  */
17 
26 #ifndef tmatrix_h
27 #define tmatrix_h
28 
29 #include "messages.h"
30 #include "optproperties.h"
31 
32 
52  ConstMatrixView ref_index_real,
53  ConstMatrixView ref_index_imag,
54  const Numeric equiv_radius = 200,
55  const Index np = -1,
56  const Numeric aspect_ratio = 1.000001,
57  const Numeric precision = 0.001);
58 
59 
68 void tmatrix_ampld_test(const Verbosity& verbosity);
69 
70 
79 void tmatrix_tmd_test(const Verbosity& verbosity);
80 
81 
126 void calc_ssp_random_test(const Verbosity& verbosity);
127 
174 void calc_ssp_fixed_test(const Verbosity& verbosity);
175 
176 #endif // tmatrix_h
177 
INDEX Index
The type to use for all integer numbers and indices.
Definition: matpack.h:35
void tmatrix_ampld_test(const Verbosity &verbosity)
T-Matrix validation test.
Definition: tmatrix.cc:1189
#define precision
Definition: logic.cc:45
Declarations having to do with the four output streams.
void tmatrix_tmd_test(const Verbosity &verbosity)
T-Matrix validation test.
Definition: tmatrix.cc:1256
Structure which describes the single scattering properties of a particle or a particle distribution...
Definition: optproperties.h:84
void calcSingleScatteringDataProperties(SingleScatteringData &ssd, ConstMatrixView ref_index_real, ConstMatrixView ref_index_imag, const Numeric equiv_radius=200, const Index np=-1, const Numeric aspect_ratio=1.000001, const Numeric precision=0.001)
Calculate SingleScatteringData properties.
Definition: tmatrix.cc:927
NUMERIC Numeric
The type to use for all floating point numbers.
Definition: matpack.h:29
A constant view of a Matrix.
Definition: matpackI.h:596
void calc_ssp_random_test(const Verbosity &verbosity)
Single scattering properties calculation for randomly oriented particles.
Definition: tmatrix.cc:1351
void calc_ssp_fixed_test(const Verbosity &verbosity)
Single scattering properties calculation for particles with fixed orientation.
Definition: tmatrix.cc:1409
Scattering database structure and functions.