Package windSimSuite :: Module tower :: Class AerodynamicsTower
[hide private]

Class AerodynamicsTower

source code

Known Subclasses:
Tower

The tower definition for aerodynamics calculation.

Instance Methods [hide private]
 
__init__(self) source code
 
set_radius(self, radius)
Set the tower radius
source code
 
get_radius_at(self, aero_height)
Return the tower radius from a height position.
source code
 
set_aero_height(self, aero_height)
Set the height of the tower for aerodynamic calculations.
source code
 
set_correction_height(self, height)
Set a height for the tower shadow correction.
source code
 
get_abs_vector(self)
Return the tower vector in the absolute reference frame.
source code
Method Details [hide private]

get_radius_at(self, aero_height)

source code 
Return the tower radius from a height position. User using a tower model different from a cylinder will have to override that method by defining their own tower.

set_aero_height(self, aero_height)

source code 
Set the height of the tower for aerodynamic calculations. The nacelle is in that case seen as a point

set_correction_height(self, height)

source code 
Set a height for the tower shadow correction. Currently not used because the correction is in development

get_abs_vector(self)

source code 
Return the tower vector in the absolute reference frame. This is direct in that case.