|
|
|
|
|
_update_reference_frames(self)
The reference frames for unsteady calculations are updated
according to the user values. |
source code
|
|
|
|
add_on_simulation(self,
simu)
Add the wind turbine objects add all its components, reference
frames, nodes and elements on the simulation. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
set_mbdyn_coupling(self,
boolean)
If False, only the unsteady computation will be run |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
update(self)
Supposed to udpate some of the wind turbine parameters according
to the MBDyn new state. |
source code
|
|
|
|
update_data(self)
Update the attributes stored on the wind turbine on all the
objects that belong to it. |
source code
|
|
|
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
|