![]() |
OpenSWMM Engine
6.0.0-alpha.1
Data-oriented, plugin-extensible SWMM Engine (6.0.0-alpha.1)
|
Structure for moving average of daily temperatures. More...
Public Attributes | |
| double | tAve |
| Moving average for daily temperature (deg F) | |
| double | tRng |
| Moving average for daily temperature range (deg F) | |
| double | ta [7] |
| Data window for tAve. | |
| double | tr [7] |
| Data window for tRng. | |
| int | count |
| Length of moving average window. | |
| int | maxCount |
| Maximum length of moving average window. | |
| int | front |
| Index of front of moving average window. | |
Structure for moving average of daily temperatures.