|
|
|
|
|
|
|
|
|
|
|
|
|
|
add_on_simulation(self,
simu)
Add the nodes, elements and references on the simulation, before
writing the MBDyn input file |
source code
|
|
|
|
collect_node_parameters(self)
Collect the node parameters into the para
dictionary |
source code
|
|
|
|
collect_elt_parameters(self)
Collect the element parameters into the para
dictionary |
source code
|
|
|
|
|
|
|
set_node_parameters(self)
Create the node from the node_class and the
node_paras |
source code
|
|
|
|
set_elt_parameters(self)
Create the elements from the elts_class and the
elts_paras |
source code
|
|
|
|
|
|
Inherited from 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
|