Package windSimSuite :: Package models :: Module tjaerborg :: Class PitchDriver
[hide private]

Class PitchDriver

source code

mbdyn.record.RecordBase --+                                
                          |                                
        mbdyn.record.Record --+                            
                              |                            
       mbdyn.common.BasicObject --+                        
                                  |                        
  mbdyn.elements_base.CommonElement --+                    
                                      |                    
    mbdyn.elements_base.ElementWithNode --+                
                                          |                
               mbdyn.elts.joint.CommonJoint --+            
                                              |            
             mbdyn.elts.joint.CommonJoint2Nodes --+        
                                                  |        
                        mbdyn.elts.joint.DriveHinge --+    
                                                      |    
                         mbdyn.elts.joint.BindingsHinge --+
                                                          |
                                                         PitchDriver

Instance Methods [hide private]
 
do_as_init(self)
A function defined by the user when he inherits from an object having MBDyn bindings.
source code
 
set_pitch(self, blade_pitch) source code
 
broken_update(self, simu) source code
 
update(self, simu)
The update of the MBDyn object at each time step.
source code

Inherited from mbdyn.elts.joint.BindingsHinge: __init__

Inherited from mbdyn.elts.joint.DriveHinge: set_default, set_orientation_axis, set_orientation_matrix1, set_orientation_matrix2, set_value

Inherited from mbdyn.elts.joint.CommonJoint2Nodes: attach_to_node, set_node1, set_node2, set_node_label

Inherited from mbdyn.elts.joint.CommonJoint: get_mbdyn_instance

Inherited from mbdyn.elements_base.ElementWithNode: set_relative_from

Inherited from mbdyn.common.BasicObject: get_lines, set_comment, set_label, set_name, set_simulation_ref

Inherited from mbdyn.record.Record: common_init_results, 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, collect_parameters, set_own_para, set_parameters

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

Method Details [hide private]

do_as_init(self)

source code 
A function defined by the user when he inherits from an object having MBDyn bindings.
Overrides: mbdyn.elements_base.CommonElement.do_as_init
(inherited documentation)

update(self, simu)

source code 
The update of the MBDyn object at each time step. Used by the user when he inherits from a Python object having MBDyn bindings.
Overrides: mbdyn.elements_base.CommonElement.update
(inherited documentation)