-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpluvial.json
More file actions
37 lines (37 loc) · 748 Bytes
/
Copy pathpluvial.json
File metadata and controls
37 lines (37 loc) · 748 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
{
"intensidad_mm_h": 180.0,
"coeficiente_escorrentia": 1.0,
"manning_n": 0.011,
"llenado_diseno": 0.80,
"red": {
"salida": {
"padre": null
},
"colector": {
"padre": "salida",
"longitud_m": 12.0,
"pendiente_pct": 1.0,
"tipo": "horizontal"
},
"bajada_frente": {
"padre": "colector",
"longitud_m": 5.5,
"tipo": "bajada",
"area_m2": 85.0
},
"bajada_fondo": {
"padre": "colector",
"longitud_m": 5.5,
"tipo": "bajada",
"area_m2": 75.0
},
"patio": {
"padre": "colector",
"longitud_m": 8.0,
"pendiente_pct": 1.0,
"tipo": "horizontal",
"area_m2": 30.0,
"coeficiente_escorrentia": 0.90
}
}
}