int1#

Mapdl.int1(ir='', iy='', ix='', name='', facta='', factb='', const='', **kwargs)[source]#

Integrates a variable.

APDL Command: INT1

Parameters:
ir

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. Table values represent integrated sum of IY to current table position of IX.

iy, ix

Integrate variable IY with respect to IX.

name

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

facta, factb

Scaling factors (positive or negative) applied to the corresponding variables (default to 1.0).

const

Initial value.

Notes

Integrates variables according to the operation:

IR = ∫ (FACTA x IY) d(FACTB x IX) + CONST