ansys.mapdl.core.Mapdl.conjug#

Mapdl.conjug(ir='', ia='', name='', facta='', **kwargs)#

Forms the complex conjugate of a variable.

Mechanical APDL Command: CONJUG

Parameters:
irstr

Arbitrary reference number assigned to the resulting variable (2 to NV ( numvar )). If this number is the same as for a previously defined variable, the previously defined variable will be overwritten with this result.

iastr

Reference number of the variable to be operated on.

namestr

Thirty-two character name for identifying the variable on printouts and displays. Embedded blanks are compressed for output.

factastr

Scaling factor (positive or negative) applied to variable (default to 1.0).

Notes

Used only with harmonic analyses ( antype,HARMIC).