You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NOTE: If the linear system or wake did not converge, there is likely a serious problem that would lead to an error in the solve, so we will exit here with a fail flag for an optimizer or user
@warn"Exiting. LU decomposition of the LHS matrix for the linear system failed. Please check your body geometry and ensure that there will be no panels lying directly atop eachother or other similar problematic geometry."
112
-
elseif!options.wake_solver_options.converged[1]
113
+
elseif!options.grid_solver_options.converged[1]
113
114
@warn"Exiting. Wake elliptic grid solve did not converge. Consider a looser convergence tolerance if the geometry looks good."
0 commit comments