**create_interface_elements_between_elsets#
Description#
This mesher takes pre-existing element sets and creates interface elements (e.g. debonding/cohesive elements) at their common boundaries.
Syntax#
The command has the following syntax:
**create_interface_elements_between_elsets
\(~\,\) *elsets elset-name1 elset-name2 [ elset-name(n) … ]
\(~\,\) [ *axi ]
\(~\,\) [ *reduced ]
\(~\,\) [ *remove_sets ]
*elsetsgives the names of the elsets between which the boundary will be created (note:
elsetsand notelset). The keywordALL_ELSETmay be used to designate all elsets (except the standard elsetALL_ELEMENT) present in the mesh. Names for the new element sets will be automatically generated, and a new elsetEI_ALLwill be generated containing all new interface elements, as well as an elsetVOL_ALLcontaining all volume elements (so that the union ofEI_ALLwithVOL_ALLshould yieldALL_ELEMENT).*axiflag that the interface elements are axisymmetric. Default is not axisymmetric.
*reducedflag indicating reduced integration. Default is full integration.
*remove_setsindicates that only the interface elements should be kept, and that the associated elsets generated during the meshing are thrown away. The default is to keep all elsets.