Wind Speed Settings
This is a global model that predicts CFD wind speed results for a given wind speed an direction on the pedestrian level (1.5m).
The analysis settings for this simulation is a JSON object with the following fields:
analysis-type
: "wind-speed"
wind-speed
: a number representing the input wind speed (m/s) to run the analysis for
wind-direction
: a number representing the the direction (degrees) of the input wind, where 0 is north wind, 90 is east wind, 180 south wind etc
geometries
: the geometries object as discussed here.
Example
{
"analysis-type": "wind-speed",
"wind-speed": 15,
"wind-direction": 35,
"geometries":{
"226e57e8-3417-4f9d-ad3f-ddc2ce169838":{
"coordinates":[
0,
0,
0,
1,
0,
0,
1,
1,
0,
0,
1,
0
],
"indexes":[
0,
2,
1,
0,
3,
2
]
},
"6fbf2238-3fba-42a8-b7d0-a7ac1b24a709":{
"coordinates":[
5,
5,
5,
6,
5,
5,
6,
6,
5,
5,
6,
5
],
"indexes":[
0,
2,
1,
0,
3,
2
]
}
}
}