WindData Subpackage Structure
Main Goal Of this Subpackage
The main goals of this subpackage are:
Getting the site wind distribution data (such as wind speeds, wind directions, calm condition, wind classes, height coefficient)
Returning a wind condition according to defined data as a sample of wind.
_GlobalParameters
In the following tables the existing global parameters and methods in _GlobalParameters.py of this subpackage has been shown:
Global paramters Parameter
Description
It shows that each class(in the module) should store the sampled WindClass in each analysis in this parameter.
It shows that each class(in the module) should store the sampled WindDirection in each analysis in this parameter.
It shows that each class(in the module) should store the sampled WindSpeed in each analysis in this parameter.
It shows that each class(in the module) should store the sampled AlphaCOEF in each analysis in this parameter.
It shows that each class(in the module) should store the sampled Calm condition in each analysis in this parameter.
Global methods Method
Arguments
Description
—
It shows that each class(in the module) should have this method for returning the sampled wind data in the parameters that are defined in previous table.
—
Shows the global parameters that should be initialize and the beginning of each analysis as described here.
Existing modules
In the following the existing modules for this subpackage are described: