mfiter#

Mapdl.mfiter(maxiter='', miniter='', target='', **kwargs)[source]#

Sets the number of stagger iterations for an ANSYS Multi-field solver

APDL Command: MFITER analysis.

Parameters:
maxiter

Maximum number of iterations. Defaults to 10.

miniter

Minimum number of iterations. Defaults to 1.

target

Target number of iterations. Defaults to 5.

Notes

The number of stagger iterations applies to each time step in an ANSYS Multi-field solver analysis. MINITER and TARGET are valid only when multi-field auto time stepping is on (MFDTIME).

This command is also valid in PREP7.

See Multi-field Commands in the Coupled-Field Analysis Guide for a list of all ANSYS Multi-field solver commands and their availability for MFS and MFX analyses.

Distributed ANSYS Restriction: This command is not supported in Distributed ANSYS.