Specify Solution Controls with a Text Editor

Modify the parameters that govern the finite element solution to work optimally with Helius PFA.

The default solution controls in ANSYS typically do not allow for an efficient solution in a progressive failure problem. Specific solution control parameters allow for a solution with a decreased tendency for time increment cutbacks when used with Helius PFA. This results in a faster overall solution time.

We have already created our model geometry and are now ready to modify the solution controls with the use of a text editor.

  1. With the input file (.ans) already open, scroll to the bottom of the file.

  2. Directly below the last line, insert the following:

    NROPT,FULL,,OFF
    PRED,OFF,,OFF
    TIME,1
    NSUBST,50,50,50
    NEQIT,1000
    FINISH
    /SOL
    CNVTOL,F,,,0

    The NROPT command instructs ANSYS to use the 'Full' Newton Raphson algorithm and prevents it from using the 'Adaptive Descent' algorithm.

    The PRED command prevents ANSYS from using the converged solution at the last substep to estimate the solution for the current substep.

    The TIME command specifies a step size equal to 1.

    The NSUBST command specifies the number of substeps to be used in the analysis. Since the step time is 1, each substep time increment will be 0.02. Multiple substeps help to identify when failure initiates and how it progresses as the load increases.

    The NEQIT command specifies the number of equilibrium iterations that must be performed before ANSYS evaluates the need to reduce the time increment size. It is intentionally large in order to force ANSYS to converge at each of the specified time steps.

    The CNVTOL command defines the convergence tolerance for residual node forces.

Back | Next