Package windSimSuite :: Package interface :: Module sections :: Class Section
[hide private]

Class Section

source code

   sections.AerodynamicsSection --+    
                                  |    
mbdyn.record.RecordBase --+       |    
                          |       |    
        mbdyn.record.Record --+   |    
                              |   |    
             common.BasicObject --+    
                                  |    
                   sections.Section --+
                                      |
                                     Section

The GTK section. Able to plot its airfoil data.

Instance Methods [hide private]
 
__init__(self) source code

Inherited from sections.Section: collect_parameters, set_parameters

Inherited from sections.AerodynamicsSection: apply_dynamic_wake, calculate_pressures, calculate_qs_induced_velocity, calculate_relative_velocity, calculate_rvector, disable_dynamic_wake, init_unsteady, set_airfoil, set_chord, set_radius, set_twist

Inherited from common.BasicObject: set_name

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, set_own_para

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

Method Details [hide private]

__init__(self)
(Constructor)

source code 
Overrides: sections.Section.__init__