split_multibody

split_multibody

This functions splits a structure at a certain time step in its different bodies

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

type mb_data_dict:

dict

param ts:

time step number

type ts:

int

returns:

each entry represents a body MB_tstep (list(StructTimeStepInfo)): each entry represents a body

rtype:

MB_beam (list(Beam))