ansys.mapdl.core.Mapdl.quot#

Mapdl.quot(ir='', ia='', ib='', name='', facta='', factb='', **kwargs)#

Divides two variables.

Mechanical APDL Command: QUOT

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 numbers of the two variables to be operated on.

ibstr

Reference numbers of the two variables to be operated on.

namestr

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

factastr

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

factbstr

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

Notes

Divides two variables according to the operation:

IR = ( FACTA x IA )/( FACTB x IB )