ansys.mapdl.core.Mapdl.int1#
- Mapdl.int1(ir='', iy='', ix='', name='', facta='', factb='', const='', **kwargs)#
Integrates a variable.
Mechanical APDL Command: INT1
- Parameters:
- ir
str
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 ofIY
to current table position ofIX
.- iy
str
Integrate variable
IY
with respect toIX
.- ix
str
Integrate variable
IY
with respect toIX
.- name
str
Thirty-two character name for identifying the variable on the printout and displays. Embedded blanks are compressed upon output.
- facta
str
Scaling factors (positive or negative) applied to the corresponding variables (default to 1.0).
- factb
str
Scaling factors (positive or negative) applied to the corresponding variables (default to 1.0).
- const
str
Initial value.
- ir
Notes
Integrates variables according to the operation:
IR
= ∫ (FACTA
xIY
) d(FACTB
xIX
) +CONST