ansys.mapdl.core.Mapdl.imesh#
- Mapdl.imesh(laky='', nsla='', ntla='', kcn='', dx='', dy='', dz='', tol='', **kwargs)#
Generates nodes and interface elements along lines or areas.
Mechanical APDL Command: IMESH
- Parameters:
- laky
str Copies mesh according to the following:
LINE or 1- Copies line mesh (default).AREA or 2- Copies area mesh.
- nsla
str Number that identifies the source line or area. This is the line or area whose mesh will provide the pattern for the interface elements. Mechanical APDL copies the pattern of the line or area elements through the area or volume to create the mesh of area or volume interface elements.
- ntla
str Number that identifies the target line or area. This is the line or area that is opposite the source line or area specified by
NSLA. AddNTLAto obtain the copied mesh from the source line or area.- kcn
str Number that identifies the particular Mechanical APDL coordinate system.
- dx
str Incremental translation of node coordinates in the active coordinate system (
DR,Dθ,DZfor cylindrical, andDR,Dθ,DΦfor spherical or toroidal). The source line or area coordinates +DX,DY,DZ= the target line or area coordinates. If left blank, Mechanical APDL automatically estimates the incremental translation.- dy
str Incremental translation of node coordinates in the active coordinate system (
DR,Dθ,DZfor cylindrical, andDR,Dθ,DΦfor spherical or toroidal). The source line or area coordinates +DX,DY,DZ= the target line or area coordinates. If left blank, Mechanical APDL automatically estimates the incremental translation.- dz
str Incremental translation of node coordinates in the active coordinate system (
DR,Dθ,DZfor cylindrical, andDR,Dθ,DΦfor spherical or toroidal). The source line or area coordinates +DX,DY,DZ= the target line or area coordinates. If left blank, Mechanical APDL automatically estimates the incremental translation.- tol
str Tolerance for verifying topology and geometry. By default, Mechanical APDL automatically calculates the tolerance based on associated geometries.
- laky
Notes
Generates nodes and interface elements along lines or areas. The imesh command requires that the target line or area exactly match the source line or area. Also, both target and source lines or areas must be in the same area or volume. The area or volume containing the source line or area must be meshed before executing imesh, while the area or volume containing the target line or area must be meshed after executing imesh.
For three dimensional problems where
LAKY= AREA, Mechanical APDL fills the interface layer as follows: This command contains some tables and extra information which can be inspected in the original documentation pointed above.