CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > SU2

Restart causes FGMRES orthogonalization failed

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   March 13, 2020, 09:07
Default Restart causes FGMRES orthogonalization failed
  #1
New Member
 
David Stevens
Join Date: Nov 2019
Posts: 11
Rep Power: 6
dwstevens is on a distinguished road
Hello all,


I am currently running a SS and transient model with and inlet profile and a rotating wall using a 3D hex mesh. I receive the following error whenever I attempt to restart the solution in SS or the time domain. This is the first time I have run into this and I have successfully performed similar operations in v7.0.0 in the past. I get the same error in v7.0.0 and 7.0.2.



Error in "void CSysSolve<ScalarType>::ModGramSchmidt(int, std::vector<std::vector<ScalarType> >&, std::vector<CSysVector<ScalarType> >&) const [with ScalarType = double]":
-------------------------------------------------------------------------
FGMRES orthogonalization failed, linear solver diverged.
------------------------------ Error Exit -------------------------------


Thank you!


David W. Stevens
Staff Engineer
Peregrine Turbine Technologies
dwstevens is offline   Reply With Quote

Old   March 13, 2020, 10:50
Default
  #2
pcg
Senior Member
 
Pedro Gomes
Join Date: Dec 2017
Posts: 465
Rep Power: 13
pcg is on a distinguished road
Hello David,
Can you create a minimal case for which this happens and share it?
Does SU2 also diverge with other linear solvers? If not, do the residuals shoot up upon restart?
Are you using adaptive CFL? If so can you check if using a fixed (and maybe lower) CFL helps.
Cheers,
Pedro
pcg is offline   Reply With Quote

Old   March 13, 2020, 11:23
Default
  #3
New Member
 
David Stevens
Join Date: Nov 2019
Posts: 11
Rep Power: 6
dwstevens is on a distinguished road
Pedro,


I turned off the rotating wall and the issue went away. My CFL is already quite low but I am going to try to lower it further. If I cant resolve it I will certainly send you a case.


Thank you,


David
dwstevens is offline   Reply With Quote

Old   March 23, 2020, 07:23
Default
  #4
pcg
Senior Member
 
Pedro Gomes
Join Date: Dec 2017
Posts: 465
Rep Power: 13
pcg is on a distinguished road
I replicated the problem also on simpler cases, the status of this issue can be tracked via the SU2 GitHub https://github.com/su2code/SU2/issues/915
pcg is offline   Reply With Quote

Old   March 23, 2020, 08:53
Default
  #5
New Member
 
David Stevens
Join Date: Nov 2019
Posts: 11
Rep Power: 6
dwstevens is on a distinguished road
Thank you Pedro!
dwstevens is offline   Reply With Quote

Old   April 1, 2020, 08:44
Default
  #6
pcg
Senior Member
 
Pedro Gomes
Join Date: Dec 2017
Posts: 465
Rep Power: 13
pcg is on a distinguished road
Hi David,
The restart should work if the case was first run with the following option in the config file:
VOLUME_OUTPUT= PRIMITIVE, GRID_VELOCITY
(primitive variables are a default output, we need the grid velocities as extra for the restart to work)
We will make this simpler on a future version (7.0.4 probably).
Cheers,
Pedro
pcg is offline   Reply With Quote

Old   April 1, 2020, 10:30
Default
  #7
New Member
 
David Stevens
Join Date: Nov 2019
Posts: 11
Rep Power: 6
dwstevens is on a distinguished road
Pedro,


That works! Thank you for your help!


David
dwstevens is offline   Reply With Quote

Old   March 3, 2021, 05:42
Default I am trying to use restart for unstaedy case but getting error .
  #8
New Member
 
Vivek kumar
Join Date: Mar 2021
Location: India
Posts: 8
Rep Power: 5
vivekdixit194 is on a distinguished road
I am getting error,




Error in "void CSysSolve<ScalarType>::ModGramSchmidt(int, std::vector<std::vector<ScalarType> >&, std::vector<CSysVector<ScalarType> >&) const [with ScalarType = double]": ------------------------------------------------------------------------- FGM

Last edited by vivekdixit194; March 3, 2021 at 06:16. Reason: image is not uploaded
vivekdixit194 is offline   Reply With Quote

Old   March 3, 2021, 06:27
Default
  #9
New Member
 
Vivek kumar
Join Date: Mar 2021
Location: India
Posts: 8
Rep Power: 5
vivekdixit194 is on a distinguished road
Hello all,
I was trying to use RESTART for my next iteration in my unsteady case.
So these changes I did,
1. WRT_BINARY_RESTART= YES
READ_BINARY_RESTART= YES
2. RESTART_SOL= YES
RESTART_ITER = 785

3. I renamed restart_flow.dat to solution_flow.dat



after execution

------------------------------ Begin Solver -----------------------------

Simulation Run using the Multizone Driver
The simulation will run for 3000 time steps.
CSysSolve::ConjugateGradient(): system solved by initial guess.
+-----------------------------------------------------------------------------+
| Multizone Summary |
+-----------------------------------------------------------------------------+
| Time_Iter| Inner_Iter| Outer_Iter| avg[bgs][1]|MinVolume[0]|DeformIter[0|
+-----------------------------------------------------------------------------+
| 785| 0| 0| -21.333333| 5.2486e-10| 0|


Error in "void CSysSolve<ScalarType>::ModGramSchmidt(int, std::vector<std::vector<ScalarType> >&, std::vector<CSysVector<ScalarType> >&) const [with ScalarType = double]":
-------------------------------------------------------------------------
FGMRES orthogonalization failed, linear solver diverged.
------------------------------ Error Exit -------------------------------


--------------------------------------------------------------------------
MPI_ABORT was invoked on rank 0 in communicator MPI_COMM_WORLD
with errorcode 1.

NOTE: invoking MPI_ABORT causes Open MPI to kill all MPI processes.
You may or may not see output from other processes, depending on
exactly when Open MPI kills them.





PLEASE HELP ME
vivekdixit194 is offline   Reply With Quote

Reply

Tags
diverged, error, fgmres, restart

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Foam::error::printStack(Foam::Ostream&) with simpleFoam -parallel U.Golling OpenFOAM Running, Solving & CFD 52 September 23, 2023 04:35
Initial conditions for uniform flow andreas OpenFOAM 5 November 16, 2012 16:00
[OpenFOAM] ParaView/Parafoam error when making animation Disco_Caine ParaView 6 September 28, 2010 10:54
user subroutine error CFDUSER CFX 2 December 9, 2006 07:31
user defined function cfduser CFX 0 April 29, 2006 11:58


All times are GMT -4. The time now is 21:05.