Aether
0.0
Ionosphere-Thermosphere model
include
bfield.h
1
// Copyright 2020, the Aether Development Team (see doc/dev_team.md for members)
2
// Full license can be found in License.md
3
4
#ifndef INCLUDE_BFIELD_H_
5
#define INCLUDE_BFIELD_H_
6
7
struct
bfield_info_type
{
8
precision_t b[3];
9
precision_t lon;
10
precision_t lat;
11
};
12
13
arma_vec get_magnetic_pole(
int
IsNorth,
14
Planets
planet,
15
Inputs
input,
16
Report
&report);
17
18
bfield_info_type
get_bfield(precision_t lon,
19
precision_t lat,
20
precision_t alt,
21
Planets
planet,
22
Inputs
input,
23
Report
&report);
24
25
bfield_info_type
get_dipole(precision_t lon,
26
precision_t lat,
27
precision_t alt,
28
Planets
planet,
29
Inputs
input,
30
Report
&report);
31
32
#endif // INCLUDE_BFIELD_H_
bfield_info_type
Definition:
bfield.h:7
Planets
Definition:
planets.h:16
Inputs
Definition:
inputs.h:10
Report
Definition:
report.h:28
Generated by
1.8.17