Hi Itascans,
Can we use both deformable blocks and rigid blocks in the same model (in 3DEC 7.0)? My model includes hard rocks, which can be modeled as rigid blocks and soft soil which must be modeled with deformable block. Because rock elements are in quite small sizes, when using deformable blocks for them, the timestep is too small. Therefore, I consider to use rigid blocks to model them to increase timestep to speed up the calculation. However, when I use rigid blocks for rock elements, I can not mesh the block which is used to model the soft soil. Any suggestion for this issue?
Thank you so much.
3DEC does not allow for the use of both rigid and deformable blocks within a single model, as documented here.
“At present, 3DEC does not allow the use of rigid and deformable blocks in the same problem. The logic applies for both small-displacement and large-displacement relative motion between blocks.”
When setting up your model, I would question your justification for wanting to maintain rigid blocks and negate block deformability for your problem in question (indeed it may well be a valid assumption, but block deformability can often be important).
I would also question your block/zone size for your problem in question and whether the level of detail is appropriate for the question in mind whilst allowing for computational efficiency. By definition, a model will always be a simplification of reality.
P.S. The AI Assistant chatbot answers this question well and references the appropriate link in the documentation far faster than searching through the documentation yourself.
Yes, “officially” you can’t have both in the same model. But you can hack it. You need to create the deformable blocks, zone them, and then create the rigid blocks (and not zone them). You may need to give the command “block contact gen-sub” prior to assigning contact properties.
In theory this will work, but use at your own risk.
Thank you so much for your clear answer.