Commit c5dcdc4
committed
Automatically modify the scaling factor of relative Cauchy convergence
for coefficients that are close to zero. Example: For the clean
aircraft, the rolling moment coefficient MOMENT_X is close to zero and
thus will never reach a relative cauchy convergence ->> dividing tiny
numbers is not a good idea. Using absolute cauchy convergence is more
robust in this case.
See also short discussion on the CFD-online forum:
https://www.cfd-online.com/Forums/su2/240148-cauchy-convergence-criteria-cmx-cmy-cmz.html1 parent 4f85841 commit c5dcdc4
1 file changed
Lines changed: 12 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
850 | 850 | | |
851 | 851 | | |
852 | 852 | | |
| 853 | + | |
853 | 854 | | |
854 | 855 | | |
855 | 856 | | |
| |||
873 | 874 | | |
874 | 875 | | |
875 | 876 | | |
876 | | - | |
| 877 | + | |
| 878 | + | |
| 879 | + | |
| 880 | + | |
| 881 | + | |
| 882 | + | |
| 883 | + | |
| 884 | + | |
| 885 | + | |
| 886 | + | |
| 887 | + | |
877 | 888 | | |
878 | 889 | | |
879 | 890 | | |
| |||
0 commit comments