Package windSimSuite :: Package models :: Module nrel :: Class Foundation
[hide private]

Class Foundation

source code

The wind turbine foundation.

Instance Methods [hide private]
 
__init__(self, name='foundation') source code
 
set_lateral_misalignement(self, value, unit_key='deg')
The value is supposed to be entered in degree by default.
source code
 
set_longitudinal_misalignement(self, value, unit_key='deg')
The value is supposed to be entered in degree by default.
source code
 
set_ground_level(self, value) source code
 
create_references(self) source code
 
create(self)
Called by the tower
source code
Method Details [hide private]

set_lateral_misalignement(self, value, unit_key='deg')

source code 
The value is supposed to be entered in degree by default.
  1. rotate laterally round global X-axis.

set_longitudinal_misalignement(self, value, unit_key='deg')

source code 
The value is supposed to be entered in degree by default.
  1. rotate longitudinally round the (inclined) Y-axis.