ansys.mapdl.core.Mapdl.deriv#
- Mapdl.deriv(ir='', iy='', ix='', name='', facta='', **kwargs)#
Differentiates a variable.
Mechanical APDL Command: DERIV
- 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.
- iy
str
Reference numbers of variables to be operated on.
IY
is differentiated with respect toIX
.- ix
str
Reference numbers of variables to be operated on.
IY
is differentiated with respect toIX
.- name
str
Thirty-two character name for identifying the variable on printouts and displays. Embedded blanks are compressed for output.
- facta
str
Scaling factor (positive or negative) applied as shown below (defaults to 1.0).
- ir
Notes
Differentiates variables according to the operation:
IR
=FACTA
x d(IY
)/d(IX
)Variable
IX
must be in ascending order.