-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathstats_settings.json
61 lines (61 loc) · 1.52 KB
/
stats_settings.json
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
51
52
53
54
55
56
57
58
59
60
61
{
"name":"stats_example",
"itterations":10,
"launch_site":{
"rail_length":[10,0.01],
"rail_yaw":[0,0.03],
"rail_pitch":[0,0.03],
"alt":[0,1],
"long":[0.1160127,0.01],
"lat":[52.2079404,0.01],
"fast_wind":1,
"launch_datetime":"20210428 15:00",
"variable_wind":1
},
"aero_file":"data/Martlet4RasAeroII.CSV",
"aero":{
"COP":0.05,
"CN":0.05,
"CA":0.05,
"ref_area":[0.0305128422,0.01],
"area_per_fin":[0.07369928,0.01],
"fins":4
},
"parachute":{
"main_s":[13.9,0.05],
"main_c_d":[0.78,0.05],
"drogue_s":[1.13,0.05],
"drogue_c_d":[0.78,0.05],
"main_alt":[1000,0.05],
"attatch_distance":[0,0],
"failure_rate":0.01
},
"enviromental":{
"gravity":0.01,
"pressure":0.05,
"density":0.05,
"speed_of_sound":0.05
},
"motor_file":"novus_sim_6.1/motor_out.csv",
"motor_pos":6.529,
"thrust_error":{
"magnitude":0.03,
"alignment":0.0006
},
"mass":{
"dry_mass":[60,0.01],
"rocket_length":[6.529,0.01],
"rocket_radius":[98.5e-3,0.01],
"rocket_wall_thickness":[1e-2,0.01],
"pos_tank_bottom":[4.456,0.01],
"pos_solidfuel_bottom_base":[4.856,0.01],
"length_port":0.01,
"lden":0.01,
"lmass":0.01,
"smass":0.01,
"sden":0.01,
"vmass":0.01,
"vden":0.01,
"fuel_diameter":0.01
}
}