**create_interface_elements#
Description#
This mesher takes a pre-existing boundary set and creates interface elements (e.g. debonding) at that location. The mesher can be used either between a boundary set and an existing node set, which assumes that bset and nset are not actually connected, or by using a boundary set only, where additional nodes will be inserted to make an interface condition.
Syntax#
The command has the following syntax:
**create_interface_elements
\(~\,\) *boundary bset-name
\(~\,\) [ *elset elset-name ]
\(~\,\) [ *nset nset-name ]
\(~\,\) [ *axi ]
\(~\,\) [ *reduced ]
*axiflag that the interface elements are axisymmetric. Default is not axisymmetric.
*boundaryindicates the boundary set from which to create interface elements. There will be 1 interface element per boundary segment in the set.
*elsetgives the name of the elset to create with the new interface elements. If this command is not included the name
interfacewill be used for a new elset.*nsetindicates the opposing node set name. This option indicates that the mesh is already disconnected at the interface.
*reducedflag indicating reduced integration. Default is full integration.