-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathdefault_inputs.json
More file actions
81 lines (81 loc) · 2.13 KB
/
Copy pathdefault_inputs.json
File metadata and controls
81 lines (81 loc) · 2.13 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"impedance_options": {
"include_impedance": {
"inspection": true,
"financing": true,
"permitting": true,
"engineering": true,
"contractor": true,
"long_lead": false
},
"system_design_time": {
"f": 0.04,
"r": 200,
"t": 1.3,
"w": 8
},
"eng_design_min_days": 14,
"eng_design_max_days": 365,
"mitigation": {
"is_essential_facility": false,
"is_borp_equivalent": false,
"is_engineer_on_retainer": false,
"contractor_relationship": "good",
"contractor_retainer_time": 3,
"funding_source": "private",
"capital_available_ratio": 0.02
},
"impedance_beta": 0.6,
"impedance_truncation": 2,
"default_lead_time": 182,
"demand_surge": {
"include_surge": 1,
"is_dense_urban_area": 1,
"site_pga": 1,
"pga_de": 1
},
"scaffolding_lead_time": 5,
"scaffolding_erect_time": 2,
"door_racking_repair_day": 3,
"flooding_cleanup_day": 5,
"flooding_repair_day": 90
},
"repair_time_options": {
"max_workers_per_sqft_story": 0.001,
"max_workers_per_sqft_story_temp_repair": 0.005,
"max_workers_per_sqft_building": 0.00025,
"max_workers_building_min": 20,
"max_workers_building_max": 260,
"allow_tmp_repairs": 1,
"allow_shoring": 1
},
"functionality_options": {
"calculate_red_tag": 1,
"red_tag_clear_time": 7,
"red_tag_clear_beta": 0.6,
"red_tag_options": {
"tag_coupling_beams_over_height": true,
"ignore_coupling_beam_for_red_tag": false
},
"include_local_stability_impact": 1,
"include_flooding_impact": 1,
"egress_threshold": 0.5,
"fire_watch": true,
"local_fire_damamge_threshold": 0.25,
"min_egress_paths": 2,
"exterior_safety_threshold": 0.1,
"interior_safety_threshold": 0.25,
"door_access_width_ft": 9,
"habitability_requirements": {
"electrical": 0,
"water_potable": 0,
"water_sanitary": 0,
"hvac_ventilation": 0,
"hvac_heating": 0,
"hvac_cooling": 0,
"hvac_exhaust": 0
},
"water_pressure_max_story": 4,
"heat_utility": "gas"
}
}