ansys.mapdl.core.Mapdl.target#
- Mapdl.target(nlist='', **kwargs)#
Specifies the target nodes for mapping pressures onto surface effect elements.
Mechanical APDL Command: TARGET
- Parameters:
- nlist
str
Nodes defining the surface upon which the pressures will be mapped. Use the label ALL or specify a nodal component name. If ALL, all selected nodes ( nsel ) are used (default). Individual nodes may not be entered.
- nlist
Notes
The node list specified by
Nlist
must contain a sufficient number of nodes to define an element surface. The surface must be meshed ( esurf command) withSURF154
elements prior to issuing this command.