|
[Sponsors] |
SU2 2.0.8 stops with the option LINEAR_SOLVER=LU_SGS |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
October 14, 2013, 17:20 |
SU2 2.0.8 stops with the option LINEAR_SOLVER=LU_SGS
|
#1 |
Senior Member
|
I want to run the simulation by using the following parameter in config file with SU2 2.0.8 release:
LINEAR_SOLVER= LU_SGS, the code stop immediately by giving the following error: ERROR: Cannot find value LU_SGS in given map. Please check the name of the variable in the config file. LINEAR_SOLVER= BCGSTAB, the code runs normally. The question here is that is the LU_SGS option will not be available in the next regular release or its a bug in this developer release. |
|
October 15, 2013, 09:10 |
|
#2 |
Member
Tom Jentink
Join Date: Jan 2013
Posts: 61
Rep Power: 13 |
LU_SGS does work for pre-conditioner option (LINEAR_SOLVER_PREC)
|
|
October 15, 2013, 17:34 |
|
#3 |
Member
Sean R. Copeland
Join Date: Jan 2013
Posts: 40
Rep Power: 13 |
Hi Taxalian,
SU2 now uses Krylov subspace methods to solve the sparse linear system in SU2_CFD. As Tom said, you can still use LU_SGS as a pre-conditioner for the linear system. Try: LINEAR_SOLVER= FGMRES -or- LINEAR_SOLVER= BCGSTAB These Krylov methods are powerful and have consistently shown better performance than LU_SGS for the developer test cases. At this time, there are no plans to re-implement LU_SGS as a primary linear solver within SU2. Regards, Sean |
|
October 15, 2013, 17:53 |
|
#4 |
Senior Member
|
Thanks Tom and Copeland for your reply, i also figured it out about these options in the config_template file available with the SU2 2.0.8 release.
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
mass flow in is not equal to mass flow out | saii | CFX | 12 | March 19, 2018 06:21 |
Low Mixing time Problem | Mavier | CFX | 5 | April 29, 2013 01:00 |
Error finding variable "THERMX" | sunilpatil | CFX | 8 | April 26, 2013 08:00 |
Water subcooled boiling | Attesz | CFX | 7 | January 5, 2013 04:32 |