SMS:ADH Model Control Solver

From XMS Wiki
Jump to navigationJump to search
File:ADH Model Control Solver.jpg
The Solver tab of the ADH Model Control dialog

This window is part of the ADH Model Control dialog (ADH | Model Control... command). It is accessed from the ADH Model Control window by clicking on the Solver tab.

(As noted at the top of this dialog, this is an advanced feature and we recommend that only users working with the ADH development team use these options.)

Operation

  • Increment memory allocation block size

The memory used when running the ADH model is allocation in blocks. The size of the block (OP INC card) can be specified here. The default value is 40 units. If the specified number is too small, running ADH may be slowed as the model will search for additional memory. If the number is too large, the model run will use excess memory not needed to complete the run.

  • Iterative solver pre-conditioner

Allows selecting a preconditioning scheme. Provides the following options: "One-level Additive Schwarz", "Two-level Additive Schwarz", and "Two-level Hybrid".

After selecting a preconditioning scheme, the user can specify how many blocks per processor are to be used in the preconditioner by completing the Block specification field.

  • Include vessel stress effects

Linear Iterations By Solver

This window includes the options to control linear iterations in ADH. The controls are similar to the controls for non-linear iterations included on the Iterations tab.

The distinction between linear and non-linear iterations are described in some detain in the ADH users manual.

Maximum number of iterations (IP MIT and IP FLI cards)

In this edit field the user specifies the maximum number of linear iterations that ADH will try for each non-linear iteration.

SMS writes either the IP MIT or IP FLI card based on the setting of the If internal linear tolerance is not satisfied radio group.

  • IP MIT card is written if the Stop the solution option is selected. (Recommended)
  • IP FLI card is written if the Proceed to the next non-linear iteration option is selected.

The IP FLI card instructs ADH to continue with the solution as if it had converged. This is not recommended.

When the Stop the solution option is selected and the solution has not converged at the maximum number of iterations have been attempted, ADH will treat the solution as diverged and the non-linear iterations will be aborted.

Related Topics