Package mbdyn :: Package bindings :: Module elements
[hide private]

Module elements

source code

The general interface of MBDyn elements. For each element group, a general class is defined in that module. However most of the elements do not have yet any SWIG interface. In case of development, this is the first place to look for establishing a first communication with Python. This module is then used by mbdyn.bindings.groups, all the classes being contained in the ELEM_CLASS dictionary.

Classes [hide private]
  Rotor
General class of the "ROTOR" group
  AutomaticStructural
The general class for the "AUTOMATICSTRUCTURAL" group
  Gravity
The general class for the "GRAVITY" group
  Body
The general class for the "BODY" group
  Joint
The general class for the "JOINT" group
  Beam
The general class for the "BEAM" group
  Plate
The general class for the "PLATE" group
  Force
The general class of the "FORCE" group
  ElectricBulk
The general class for the "ELECTRICBULK" group
  Electric
The general class for the "ELECTRIC" group
  Hydraulic
The general class for the "HYDRAULIC" group
  Bulk
The general class for the "BULK" group
  Loadable
The general class for the "LOADABLE" group
  Driven
The general class for the "DRIVEN" group
  External
The general class for the "EXTERNAL" group
  AirProperties
The general class for the "AIRPROPERTIES" group
  Aeromodal
The general class for the "AEROMODAL" group
  Aerodynamic
The general class for the "AERODYNAMIC" group
  Genel
The general class for the "GENEL" group
  SocketStreamOutput
The general class for the "SOCKETSTREAM_OUTPUT" group
Variables [hide private]
  ELEM_CLASS_TABLE = [('ROTOR', <class mbdyn.bindings.elements.R...
  ELEM_CLASS = {'AERODYNAMIC': {'general': <class mbdyn.bindings...
Variables Details [hide private]

ELEM_CLASS_TABLE

Value:
[("ROTOR", Rotor), ("AUTOMATICSTRUCTURAL", AutomaticStructural), ("GRA\
VITY", Gravity), ("BODY", Body), ("BEAM", Beam), ("PLATE", Plate), ("E\
LECTRICBULK", ElectricBulk), ("ELECTRIC", Electric), ("HYDRAULIC", Hyd\
raulic), ("BULK", Bulk), ("LOADABLE", Loadable), ("DRIVEN", Driven), (\
"EXTERNAL", External), ("AIRPROPERTIES", AirProperties), ("AEROMODAL",\
 Aeromodal), ("AERODYNAMIC", Aerodynamic), ("GENEL", Genel), ("SOCKETS\
TREAM_OUTPUT", SocketStreamOutput)]

ELEM_CLASS

Value:
{}