Dynamic model with structure elements

Hi!
Running a model with structure shell elements gives a dynamic timestep of 1e-9.
Running the same model without structures gives a dynamic timestep of 1e-7.

Is there a way to make the model with shell elements using a larger dynamic timestep?

BR
Fredrik

1 Like

It looks like the partial mass density scaling does not consider the structural elements. If you have some very small segments, and the shell is likely very stiff, this will definitely reduce the timestep. If you are using STRUCT CREATE FROM-BLOCK-FACE then you will probably by creating tiny segments. You could try instead making the shell from dxf that matches the face before cutting joints - in this way you might avoid some of the small segments. Just make sure that when you make the shell from importing a dxf that the normals are pointing into the tunnel.

Otherwise, maybe @flac3dsupport has some ideas.

Thanks, that helped.

I used STRUCT SHELL IMPORT FROM-FILE ‘ShotcreteLiner.dxf’ and got the dynamic timestep 1e-7

BR
Fredrik

In FLAC3D (might be the same in 3DEC), for structures with rigid links, the masses and stiffness of the structure nodes are translated into the target zones and further distributed into the zone gridpoints. The dynamic time step is then calculated from the accumulated masses and stiffness at the gridpoints. To make the time step bigger, the minimum zone/element size can be larger, the stiffness (if possible) can be smaller.
Also, it depends on damping. Rayleigh damping reduces the time step very much. If possible, use Maxwell damping, or for compromise, using combined (not local) damping can be acceptable to some extent.

Dear,

is it possible to connect rigid blocks and deformable beams. Deformable vs deformable works fine. See screenshot.

Thanks in advance.

Not sure what that picture is showing, but you can’t have beams with rigid blocks in 3DEC.

Thanks @jhazzard! That is information I needed.