split_multibodyΒΆ
split_multibody
This functions splits a structure at a certain time step in its different bodies
Longer description
| param beam: | structural information of the multibody system |
|---|---|
| type beam: | beam |
| param tstep: | timestep information of the multibody system |
| type tstep: | StructTimeStepInfo |
| param mb_data_dict (): | |
| Dictionary including the multibody information | |
| returns: | each entry represents a body MB_tstep (list of StructTimeStepInfo): each entry represents a body |
| rtype: | MB_beam (list of beam) |
Examples:
Notes: