cpngen#
- CoupledDof.cpngen(nset='', lab='', node1='', node2='', ninc='', **kwargs)#
Defines, modifies, or adds to a set of coupled degrees of freedom.
Mechanical APDL Command: CPNGEN
- Parameters:
- nset
str Set reference number ( cp ).
- lab
str Degree of freedom label ( cp ).
- node1
str Include in coupled set nodes
NODE1toNODE2in steps ofNINC(defaults to 1). IfNODE1= P, graphical picking is enabled and all remaining command fields are ignored (valid only in the GUI). If -NODE1, delete range of nodes from set instead of including. A component name may also be substituted forNODE1(NODE2andNINCare ignored).- node2
str Include in coupled set nodes
NODE1toNODE2in steps ofNINC(defaults to 1). IfNODE1= P, graphical picking is enabled and all remaining command fields are ignored (valid only in the GUI). If -NODE1, delete range of nodes from set instead of including. A component name may also be substituted forNODE1(NODE2andNINCare ignored).- ninc
str Include in coupled set nodes
NODE1toNODE2in steps ofNINC(defaults to 1). IfNODE1= P, graphical picking is enabled and all remaining command fields are ignored (valid only in the GUI). If -NODE1, delete range of nodes from set instead of including. A component name may also be substituted forNODE1(NODE2andNINCare ignored).
- nset
Notes
Defines, modifies, or adds to a set of coupled degrees of freedom. May be used in combination with (or in place of) the cp command. Repeat cpngen command for additional nodes.