Using the segregated solver, you can impose lower limits and upper limits for the field variables by adding Lower Limit and Upper Limit subnodes. See Lower Limit and Upper Limit.
|
•
|
Tolerance (the default) to terminate the segregated iterations when the estimated relative error is smaller than a specified tolerance.
|
•
|
Iterations or tolerance to terminate the segregated iterations when the estimated tolerance is smaller than a specified tolerance or after a specified number of iterations, whichever comes first.
|
•
|
Iterations to terminate the segregated iterations after a fixed number of iterations.
|
•
|
If Tolerance is selected, enter a Maximum number of iterations to limit the number of segregated iterations (default: 10). When the maximum number of iterations has been performed, the segregated method is terminated even if the tolerance is not fulfilled.
|
•
|
If Tolerance or Iterations or tolerance is selected, enter a Tolerance factor to modify the tolerance used for termination of the segregated iterations. The actual tolerance used is this factor times the value specified in the Relative tolerance field in the General sections of the Stationary Solver and Time-Dependent Solver nodes.
|
•
|
If Tolerance or Iterations or tolerance is selected, choose a Termination criterion to control how the Newton iterations are terminated for stationary problems. Select:
|
-
|
Solution to terminate the Newton iterations on a solution-based estimated relative error.
|
-
|
Residual to terminate the Newton iterations on a residual-based estimated relative error.
|
-
|
Solution or residual to terminate the Newton iterations on the minimum of the solution-based and residual-based estimated relative errors. Then enter a scalar Residual factor (default: 1000) that multiplies the residual error estimate.
|
•
|
If Iterations or Iterations or tolerance is selected, enter a Number of iterations to specify a fixed number of iterations to perform. The default is 1.
|
•
|
None (the default) to not use any stabilization or acceleration method.
|
•
|
Pseudo time-stepping to use a pseudo time-stepping method to stabilize convergence toward steady state for a stationary solver. Pseudo time stepping is not available for time-dependent solvers. See Pseudo Time Stepping for more information. For the pseudo time-stepping method, specify the following controller parameters:
|
-
|
PID Controller. Choose Simple (the default) or Interpolated. The simple controller corresponds to the PID controller in versions of the COMSOL Multiphysics software earlier than version 6.2. The interpolated controller blends different types of controllers when the error reaches the Target error estimate.
|
-
|
Initial CFL number. The default is 5.
|
-
|
Target CFL number. The default is 10,000. The solver does not converge unless the target CFL number is reached.
|
-
|
The Limit to target CFL number check box is selected by default. This setting controls how the CFL number is changed once the Target CFL number is reached. If you clear this check box, the CFL number can continue to increase until the error tolerance is fulfilled
|
-
|
PID controller - proportional. The default is 0.65.
|
-
|
PID controller - integral. The default is 0.05.
|
-
|
PID controller - derivative. The default is 0.05.
|
-
|
Target error estimate. The default is 0.1.
|
-
|
Select the Anderson acceleration check box to activate Anderson acceleration for the pseudo time-stepping method.
|
-
|
Select the Override Jacobian update for steps check box to override updates of the Jacobian for the segregated steps. The CFL threshold value (default: 100), which is the value of the CFL number where overriding of the Jacobian update becomes active. That is, the overriding becomes active for larger CFL numbers than the threshold. From the Jacobian update list, choose On first iteration (the default) or Minimal, which updates the Jacobian at least once and then only when the nonlinear solver fails during parameter stepping. It reuses the Jacobian for several nonlinear systems whenever deemed possible.
|
•
|
Anderson acceleration, which is a nonlinear convergence acceleration method that uses information from previous Newton iterations to accelerate convergence. The Anderson acceleration method is primarily intended for acceleration of nonlinear iterations in transport problems involving, for example, crosswind diffusion stabilization. It is useful is for solving linear or almost linear problems using the segregated solver, where convergence can be improved and the performance increased. You can control the number of iteration increments to store using the Dimension of iteration space field (default: 10) and the mixing parameter as a value between 0 and 1 using the Mixing parameter field (default: 1.0). The Iteration delay field (default 0) contains the number of iterations between pseudo time stepping becomes inactive and Anderson acceleration becomes active. Enter a threshold value in the Threshold for Anderson step field (default: 10). This threshold value controls if the Anderson step or the Newton step is used in the nonlinear step. If the norm of the new step is less than the threshold times the norm of the previous step, the Anderson step is used. Otherwise, the Newton step is used. Lowering the value for the Threshold for Anderson step can improve robustness at the price of performance.
|