File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Inviscid_2D_Unconstrained_NACA0012
Inviscid_3D_Constrained_ONERAM6
Multi_Objective_Shape_Design Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -213,8 +213,8 @@ DEFORM_NONLINEAR_ITER= 1
213213% Print the residuals during mesh deformation to the console (YES, NO)
214214DEFORM_CONSOLE_OUTPUT = YES
215215%
216- % Factor to multiply smallest cell volume for deform tolerance (0.001 default)
217- DEFORM_TOL_FACTOR = 0.001
216+ % Minimum residual criteria for the linear solver convergence of grid deformation
217+ DEFORM_LINEAR_SOLVER_ERROR = 1E-14
218218%
219219% Type of element stiffness imposed for FEA mesh deformation (INVERSE_VOLUME,
220220% WALL_DISTANCE, CONSTANT_STIFFNESS)
Original file line number Diff line number Diff line change @@ -312,8 +312,8 @@ DEFORM_LINEAR_SOLVER= FGMRES
312312% Number of smoothing iterations for mesh deformation
313313DEFORM_LINEAR_ITER = 500
314314%
315- % Factor to multiply smallest cell volume for deform tolerance (0.001 default)
316- DEFORM_TOL_FACTOR = 1E-6
315+ % Minimum residual criteria for the linear solver convergence of grid deformation
316+ DEFORM_LINEAR_SOLVER_ERROR = 1E-14
317317%
318318% Type of element stiffness imposed for FEA mesh deformation (INVERSE_VOLUME,
319319% WALL_DISTANCE, CONSTANT_STIFFNESS)
Original file line number Diff line number Diff line change @@ -337,8 +337,8 @@ DEFORM_NONLINEAR_ITER= 1
337337% Print the residuals during mesh deformation to the console (YES, NO)
338338DEFORM_CONSOLE_OUTPUT = YES
339339%
340- % Factor to multiply smallest cell volume for deform tolerance (0.001 default)
341- DEFORM_TOL_FACTOR = 1e-15
340+ % Minimum residual criteria for the linear solver convergence of grid deformation
341+ DEFORM_LINEAR_SOLVER_ERROR = 1E-14
342342%
343343% Type of element stiffness imposed for FEA mesh deformation (INVERSE_VOLUME,
344344% WALL_DISTANCE, CONSTANT_STIFFNESS)
You can’t perform that action at this time.
0 commit comments