-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdefault_conf.xml
51 lines (50 loc) · 1.22 KB
/
default_conf.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<configuration>
<params>
<indirect>
<max_iter_grid>30</max_iter_grid>
<tol_unit_norm>1.0e-4</tol_unit_norm>
<n_init>2</n_init>
<exchange>True</exchange>
<tol_lin_prog>1.0e-11</tol_lin_prog>
<tol_cvx>1.0e-11</tol_cvx>
<max_iter_cvx>100</max_iter_cvx>
<n_check>10000</n_check>
</indirect>
<direct>
<DV_min>1.0e-5</DV_min>
<n_grid_1norm>10000</n_grid_1norm>
<n_grid_2norm>100</n_grid_2norm>
<tol_lin_prog>1.0e-11</tol_lin_prog>
<tol_cvx>1.0e-11</tol_cvx>
<max_iter_cvx>100</max_iter_cvx>
</direct>
<plot>
<mesh_plot>2000</mesh_plot>
<font>22</font>
</plot>
<other>
<max_stepsize>1.0e-2</max_stepsize>
<verbose>False</verbose>
<tol_kepler>1.e-8</tol_kepler>
<iter_max_kepler>100</iter_max_kepler>
<tol_gamma_LP>1.e-8</tol_gamma_LP>
<iter_max_LP>100</iter_max_LP>
</other>
</params>
<const>
<dist>
<radius_Earth>6371.e3</radius_Earth>
<alt_geo>35786.e3</alt_geo>
<dist_Earth_Moon>384400.e3</dist_Earth_Moon>
<astro_unit>149597870.7e3</astro_unit>
</dist>
<mass>
<mass_Sun>1.9885e30</mass_Sun>
<mass_Earth>5.97237e24</mass_Earth>
<mass_Moon>7.342e22</mass_Moon>
</mass>
<grav>
<G>6.67408e-11</G>
</grav>
</const>
</configuration>