I am new to fenics so I apologize if my questions are too basic. I was wondering if it is possible to use fenics for structural contact mechanics.
As an example let’s say that we have a beam of 1x1x5m in dimension that consists of five blocks-cubes (each of them has dimension 1x1x1m). The left and right (1st and 5th) blocks of the ‘beam’ are fixed and a force is applied in the center of the central block (3rd block). This means that we are dealing with a highly nonlinear time-depended problem. The friction applied between the blocks is the main variable that will affect the accuracy of the model.
That said, I expect that the model will fail either by a fracture mechanism or because a block (probably the central one) will fall apart (them the rest of the blocks will follow).
My main questions are:
Is it possible to introduce friction in fenics?
Does fenics support any kind of fracture mechanism (like cohesive elements or phase field models)?
In general do you know if it is possible to run such a simulation using fenics?
Cohesive elements can also be more or less implemented through Discontinous Galerkin interpolation, a demo will soon be available on COMET numerical tours. You can introduce friction through an appropriate choice of cohesive law.
Best