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

Class WindTurbine

source code

mbdyn.record.RecordBase --+            
                          |            
        mbdyn.record.Record --+        
                              |        
             common.BasicObject --+    
                                  |    
                   main.WindTurbine --+
                                      |
                                     WindTurbine

Instance Methods [hide private]
 
__init__(self, name='nrel turbine', use_beams=True, only_mbdyn_rotor=False) source code
 
_create_only_rotor(self)
Create only the rotor with MBDyn components.
source code
 
create(self)
Init the coupling between MBDyn and the unsteady BEM code.
source code

Inherited from main.WindTurbine: add_on_simulation, collect_parameters, init_results, set_mbdyn_coupling, set_nacelle, set_parameters, set_rotor, set_tower, update, update_data

Inherited from main.WindTurbine (private): _update_reference_frames

Inherited from common.BasicObject: set_name

Inherited from mbdyn.record.Record: common_init_results, save, set_own_parameters, will_save, will_save_nothing, will_save_only

Inherited from mbdyn.record.Record (private): _save_direct_results, _save_results_with_actions, _try_to_add

Inherited from mbdyn.record.RecordBase: collect_own_parameters, set_own_para

Inherited from mbdyn.record.RecordBase (private): _collect_own_para

Method Details [hide private]

__init__(self, name='nrel turbine', use_beams=True, only_mbdyn_rotor=False)
(Constructor)

source code 
Overrides: main.WindTurbine.__init__

_create_only_rotor(self)

source code 
Create only the rotor with MBDyn components. The main bearing fix node is clamped, only the tower and nacelle referentials are created. A very useful function to test only the rotor or develop the nacelle and tower deformations step by step.

create(self)

source code 
Init the coupling between MBDyn and the unsteady BEM code. MBDyn objects are created by being attributes of wind turbine components. According to their type, they are stored in refs, nodes or elts. Until now, this method is in development and is supposed to be defined by a specific model. The reference frames, nodes and elements defined will then be added on the simulation.
Overrides: main.WindTurbine.create
(inherited documentation)