FFD mesh deformation outside FFD box. #1884
-
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 5 replies
-
What is the output of SU2_DEF? That usually means the linear solver did not converge. |
Beta Was this translation helpful? Give feedback.
-
Good point! Indeed the solver has a hard time converging and the resudual barely drops below 4E-8 (far away from the limit specified in the tutorial).
Any suggestions on which settings may help the solver to converge? |
Beta Was this translation helpful? Give feedback.
-
You can try CONJUGATE_GRADIENT instead of FGMRES, or running on a single core, or CONSTANT_STIFFNESS, or setting a large value (e.g. 1E6) for DEFORM_COEFF |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
The ffd doesn't cover the entire right surface, so some points on it are fixed while other are dragged to a far location. |
Beta Was this translation helpful? Give feedback.
You can try CONJUGATE_GRADIENT instead of FGMRES, or running on a single core, or CONSTANT_STIFFNESS, or setting a large value (e.g. 1E6) for DEFORM_COEFF