Help!Numerical Error:IterSolver Iterations:too many iterations were needed!

Clearly defined bug reports and their fixes
Post Reply
jeffjoy
Posts: 23
Joined: 10 Nov 2020, 04:01
Antispam: Yes

Help!Numerical Error:IterSolver Iterations:too many iterations were needed!

Post by jeffjoy »

The procedure can run before,but recently,I run the procedure in a new machine, it doesn't work,errors!
Who knows?please!Error !too many iterations were needed ! in the navier-Stokes equations!

Code: Select all

Solver 4
  Equation = "Navier-Stokes"
  
  Stabilization Method = String Stabilized
  Flow Model = Stokes

  Exported Variable 1 = -dofs 1 "dSdt" 
  Exported Variable 2 = -dofs 1 "dS" 
  Exported Variable 3 = -dofs 1 "ZbDEM"
  Exported Variable 4 = -dofs 1 "ZsDEM"

  Linear System Solver = Iterative      
  Linear System Iterative Method = BICGStab
   
  Linear System Preconditioning = ILU0
  Linear System Convergence Tolerance = Real 1.0e-4 !8
  Linear System Max Iterations = 500
  Linear System Residual Output = 500
  Linear System Abort Not Converged = True 

  Nonlinear System Max Iterations = 50
  Nonlinear System Convergence Tolerance  = 1.0e-3 !5
  Nonlinear System Newton After Iterations = 5 
  Nonlinear System Newton After Tolerance = 1.0e-02
  Nonlinear System Relaxation Factor = 1.00

  Steady State Convergence Tolerance = Real 1.0e-3
End
Attachments
图像 1.png
图像 1.png (72.1 KiB) Viewed 1890 times
raback
Site Admin
Posts: 4812
Joined: 22 Aug 2009, 11:57
Antispam: Yes
Location: Espoo, Finland
Contact:

Re: Help!Numerical Error:IterSolver Iterations:too many iterations were needed!

Post by raback »

Hi, This is not a bug as it clearly writes what the issue is. Yes, it is undesired but divergence with itertative solvers does happen. -Peter
jeffjoy
Posts: 23
Joined: 10 Nov 2020, 04:01
Antispam: Yes

Re: Help!Numerical Error:IterSolver Iterations:too many iterations were needed!

Post by jeffjoy »

raback wrote: 16 Nov 2021, 02:47 Hi, This is not a bug as it clearly writes what the issue is. Yes, it is undesired but divergence with itertative solvers does happen. -Peter
How should we do to deal with it?
kevinarden
Posts: 2237
Joined: 25 Jan 2019, 01:28
Antispam: Yes

Re: Help!Numerical Error:IterSolver Iterations:too many iterations were needed!

Post by kevinarden »

You could try increasing this

Linear System Max Iterations = 500
Post Reply