A simple cold air flow simulation.
| Name | Type | Identifier | Description | Constraints |
Input | Elevation | grid, input | DEM | - | - |
Production | grid, input, optional | PRODUCTION | Rate of cold air production [m/h]. | - |
Surface Friction Coefficient | grid, input, optional | FRICTION | Surface friction coefficient. | - |
Output | Cold Air Height | grid, output | AIR | - | - |
Velocity | grid, output, optional | VELOCITY | - | - |
Options | Grid System | grid system | PARAMETERS_GRID_SYSTEM | - | - |
Default | floating point number | PRODUCTION_DEFAULT | default value if no grid has been selected | Minimum: 0.000000
Default: 1.000000 |
Default | floating point number | FRICTION_DEFAULT | default value if no grid has been selected | Minimum: 0.000000
Default: 1.000000 |
Reset | boolean | RESET | - | Default: 1 |
Simulation Time [h] | floating point number | TIME_STOP | Simulation time in hours. | Minimum: 0.000000
Default: 6.000000 |
Map Update Frequency [min] | floating point number | TIME_UPDATE | - | Minimum: 0.000000
Default: 10.000000 |
Edge | choice | EDGE | - | Available Choices:
[0] closed
[1] open
Default: 1 |
Time Step Adjustment | floating point number | DELAY | Choosing a lower value will result in a better numerical precision but also in a longer calculation time. | Minimum: 0.010000
Maximum: 1.000000
Default: 0.500000 |
Surrounding Air Temperature | floating point number | T_AIR | Surrounding air temperature [degree Celsius]. | Minimum: -273.150000
Default: 15.000000 |
Cold Air Temperature | floating point number | T_AIR_COLD | Cold air temperature [degree Celsius]. | Minimum: -273.150000
Default: 5.000000 |