Package mbdyn :: Module law :: Class LinearElasticGeneric
[hide private]

Class LinearElasticGeneric

source code

record.RecordBase --+        
                    |        
        record.Record --+    
                        |    
       common.BasicObject --+
                            |
                           LinearElasticGeneric

The linear elastic generic constitutive law.

Instance Methods [hide private]
 
__init__(self, name='linear elastic generic') source code
 
set_key_name(self, name, com=None)
Set the name of the law
source code
 
set_dimension(self, value, com=None)
Set the dimension of the constitutive law
source code
 
set_stiffness(self, *args, **kargs)
Add the stiffness law matrix
source code

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

Inherited from record.Record: common_init_results, init_results, save, set_own_parameters, will_save, will_save_nothing, will_save_only

Inherited from record.RecordBase: collect_own_parameters, collect_parameters, set_own_para, set_parameters

Inherited from record.RecordBase (private): _collect_own_para

Method Details [hide private]

__init__(self, name='linear elastic generic')
(Constructor)

source code 
Overrides: common.BasicObject.__init__