-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
53 lines (53 loc) · 979 Bytes
/
config.json
File metadata and controls
53 lines (53 loc) · 979 Bytes
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
{
"geom": {
"l": 1.2,
"d": 0.15,
"base_ratio": 0.0
},
"op": {
"V": 12.0,
"rho": 0.4135,
"nu": 3.7e-05,
"Mach": 0.78
},
"cf_model": {
"mode": "turbulent",
"k_transition": 1700.0,
"threeD_correction": 1.07
},
"builder": {
"parametrization_method": "tubular",
"nose_type": "Haack",
"Ln_frac": 0.2,
"C_haack": 0.3333333333333333,
"Nn": 200,
"Lt_frac": 0.8,
"r_tip": 0.01,
"enforce_tail_angle": true,
"alpha_max_deg": 12.0,
"Nt": 200,
"FRn": 1.5,
"FRt": 2.5,
"Lc": 0.2,
"Ln": 0.2,
"Lt": 0.2,
"hw": -0.02,
"hu": 0.5,
"rn": 5.0,
"use_double_nose": true,
"psi": 45.0,
"theta": 0.0
},
"mass": {
"use_surface_density": false,
"sigma_surface": 1.0,
"rho_material": 2800.0,
"t_skin": 0.002,
"include_base_disk_area": false,
"g": 9.81
},
"io": {
"export_csv": true,
"csv_path": "results/data/fuselaje_xy.csv"
}
}