This option is used to enable linear solver parameters for solving the conduction equations in Abaqus/CFD. It must be used in conjunction with the *CFD or *HEAT TRANSFER options.
Products: Abaqus/CFD
Type: History data
Level: Step
Set CONVERGENCE=ON to write convergence information to the log file.
Set CONVERGENCE=OFF (default) to suppress convergence information.
Set DIAGNOSTICS=ON to write diagnostic information about the solver to the log file.
Set DIAGNOSTICS=OFF (default) to suppress diagnostic information.
Set TYPE=DSCG to enable the Diagonal Scaled Conjugate Gradient linear solver.
Set TYPE=SSORCG to enable the Symmetric Successive Over Relaxation Conjugate Gradient linear solver.
Set TYPE=DSGMRES to enable the Diagonally Scaled Generalized Minimum Residual linear solver.
Set TYPE=DSFGMRES to enable the Diagonally Scaled Flexible Generalized Minimum Residual linear solver.
Set TYPE=AMG to enable the Algebraic Multigrid linear solver.
The default is TYPE=DSCG if the node-centered solver is selected and TYPE=DSFGMRES if the element-centered solver is selected.
First (and only) line:
Maximum number of iterations (default=250).
Interval to check linear convergence (default=2).
Linear convergence criterion (default=10–5).
Under-relaxation factor (default=0.7). This value is valid only for a steady-state analysis.
First (and only) line:
Maximum number of iterations (default=50).
Interval to check linear convergence (default=2).
Linear convergence criterion (default=10–5).
Under-relaxation factor (default=0.7). This value is valid only for a steady-state analysis.
First line:
Maximum number of iterations (default=250).
Interval to check linear convergence (default=2).
Linear convergence criterion (default=10–5).
Under-relaxation factor (default=0.7). This value is valid only for a steady-state analysis.
Second line:
Specify the algebraic multigrid smoother as CHEBYCHEV, ILU, ICC, or SSOR (default=ICC).
Number of pre-coarsening smoothing steps (default=1).
Number of post-coarsening smoothing steps (default=1).
Specify the Krylov solver as CG, BCGS, or FGMRES (default=CG).
Third line:
Specify the algebraic multigrid cycle as V or W (default=V).