-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmodel.json
More file actions
61 lines (61 loc) · 1.21 KB
/
model.json
File metadata and controls
61 lines (61 loc) · 1.21 KB
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
{
"activeVariant": 3,
"initialVars": [
{
"vehicle": "apollo",
"planet": "Earth",
"launchConditions": {
"V": 10904,
"Th": -8.9298,
"Psi": 45,
"H": 120000,
"W": -15,
"L": 1
},
"dT": 0.1,
"description": "Apollo-type capsule reentry vehicle. No retro-rocket landing. Moon reentry scenario"
},
{
"vehicle": "lifting_body",
"planet": "Earth",
"launchConditions": {
"V": 10904,
"Th": -6.9298,
"Psi": 45,
"H": 120000,
"W": -15,
"L": 1
},
"dT": 0.1,
"description": "Biconic lifting body with high L/D ration (1.2 - 1.3 ). Moon reentry scenario"
},
{
"vehicle": "apollo_deorbit",
"planet": "Earth",
"launchConditions": {
"V": 7650,
"Th": -1.5,
"Psi": 0,
"H": 120000,
"W": 0.25,
"L": 0.5
},
"dT": 0.1,
"description": "Apollo-type capsule reentry vehicle. No retro-rocket landing. LEO deorbit scenarion"
},
{
"vehicle": "lifting_body_deorbit",
"planet": "Earth",
"launchConditions": {
"V": 7650,
"Th": -1.5,
"Psi": 0,
"H": 120000,
"W": 0.25,
"L": 0.5
},
"dT": 0.1,
"description": "Biconic lifting body with high L/D ration (1.2 - 1.3 ). LEO deorbit scenario"
}
]
}