Package mbdyn :: Package bindings :: Module forces :: Class StructuralForce
[hide private]

Class StructuralForce

source code

basic_objects.BasicObject --+        
                            |        
        basic_objects.Element --+    
                                |    
                   elements.Force --+
                                    |
                                   StructuralForce
Known Subclasses:
ConservativeCouple, ConservativeForce

The communication with the MBDyn structural force.

Instance Methods [hide private]
 
__init__(self, c_inst=None)
The C++ instance reference is supposed to be received in the constructor because this object will represent a MBDyn node, element or reference frame
source code
 
fill_value(self)
Fill the value from the C++ interface into the numpy array
source code
 
get_value(self)
Return a copy of the force value
source code
 
get_driver_amplitude(self)
Return the amplitude of the MBDyn driver
source code

Inherited from elements.Force: __repr__, get_force_type

Inherited from basic_objects.BasicObject: get_label, set_c_inst

Method Details [hide private]

__init__(self, c_inst=None)
(Constructor)

source code 
The C++ instance reference is supposed to be received in the constructor because this object will represent a MBDyn node, element or reference frame
Overrides: elements.Force.__init__