ansys.mapdl.core.Mapdl.cpmerge#
- Mapdl.cpmerge(lab='', **kwargs)#
Merges different couple sets with duplicate degrees of freedom into one couple set.
Mechanical APDL Command: CPMERGE
- Parameters:
- lab
str Degree of freedom label for coupled nodes (in the nodal coordinate system). Valid labels are: Structural labels: UX, UY, or UZ (displacements); ROTX, ROTY, or ROTZ (rotations) (in radians). Thermal labels: TEMP, TBOT, TE2, TE3,…, TTOP (temperature). Fluid labels: PRES (pressure); VX, VY, or VZ (velocities). Electric labels: VOLT (voltage); EMF (electromotive force drop); CURR (current). Magnetic labels: MAG (scalar magnetic potential); AZ (vector magnetic potential); CURR (current). Diffusion label: CONC (concentration). The degree of freedom set is determined from all element types defined and the dof command, if used.
- lab