Метод | Описание | |
---|---|---|
CalculateBackWindEffect ( double WSV ) : double | ||
CalculateWindEffect ( double WSV ) : double | ||
GenerateSeasonWindData ( ISeasonParameters season ) : |
||
GenerateWindDirection ( System weatherRow ) : int | ||
GenerateWindSpeed ( System weatherDS ) : int | ||
GetSeason ( ISeasonParameters seasons, int day ) : ISeasonParameters | ||
ReadWindFile ( string path ) : |
Метод | Описание | |
---|---|---|
GenerateRandomNum ( Distribution dist, double parameter1, double parameter2 ) : double |
public static CalculateBackWindEffect ( double WSV ) : double | ||
WSV | double | |
Результат | double |
public static CalculateWindEffect ( double WSV ) : double | ||
WSV | double | |
Результат | double |
public static GenerateSeasonWindData ( ISeasonParameters season ) : |
||
season | ISeasonParameters | |
Результат |
public static GenerateWindDirection ( System weatherRow ) : int | ||
weatherRow | System | |
Результат | int |
public static GenerateWindSpeed ( System weatherDS ) : int | ||
weatherDS | System | |
Результат | int |
public static GetSeason ( ISeasonParameters seasons, int day ) : ISeasonParameters | ||
seasons | ISeasonParameters | |
day | int | |
Результат | ISeasonParameters |
public static ReadWindFile ( string path ) : |
||
path | string | |
Результат |