ansys.mapdl.core.Mapdl.ndsurf#
- Mapdl.ndsurf(snode='', telem='', dimn='', **kwargs)#
Generates surface elements overlaid on the edge of existing elements and assigns the extra node as the closest fluid element node.
Mechanical APDL Command: NDSURF
- Parameters:
Notes
This command macro is used to generate surface effect elements (
SURF151orSURF152) overlaid on the surface of existing plane or solid elements and, based on proximity, to determine and assign the extra node (FLUID116) for each surface element. The active element type must beSURF151orSURF152with appropriate settings for KEYOPT(4), KEYOPT(5), KEYOPT(6), and KEYOPT(8).The surface nodes of the plane or solid elements must be grouped into a node component and the fluid elements must be grouped into an element component and named using the cm command. The names must be enclosed in single quotes (for example, ‘NOD’) when the ndsurf command is manually typed in.
When using the GUI method, node and element components are created through the picking dialog boxes associated with this command.
The macro is applicable for the
SURF151,SURF152, andFLUID116element types.