ard.wind_query#
Classes
|
A class that manages sets of wind conditions to query that can operate for different types and fidelities of aerodynamic solvers without loss of generality. |
- class ard.wind_query.WindQuery(directions=None, speeds=None, TIs=None)[source]#
A class that manages sets of wind conditions to query that can operate for different types and fidelities of aerodynamic solvers without loss of generality.
- Parameters:
directions (np.ndarray)
speeds (np.ndarray)
TIs (np.ndarray)
- set_directions(directions)[source]#
Set the directions on a WindQuery object.
- Return type:
None- Parameters:
directions (np.ndarray) -- the directions of the wind resource to be assigned, in degrees
- set_speeds(speeds)[source]#
Set the wind speeds on a WindQuery object.
- Return type:
None- Parameters:
speeds (np.ndarray) -- the speeds of the wind resource to be assigned, in meters/second
- set_TIs(TIs)[source]#
Set the turbulence intensities on a WindQuery object.
- Return type:
None- Parameters:
TIs (float or np.ndarray) -- the turbulence intensity value or values of the wind resource to be assigned, non-dimensionally
- set_TI_using_IEC_method()[source]#
Re-set the turbulence intensities using the FLORIS IEC method interface.
- Return type:
None