Skip to content

Commit 6727ca7

Browse files
authored
Merge pull request #4 from su2code/feature_deform_tol
Mesh deformation tolerance
2 parents 08ad031 + 13b2cff commit 6727ca7

File tree

4 files changed

+6
-12
lines changed

4 files changed

+6
-12
lines changed

Inviscid_2D_Unconstrained_NACA0012/inv_NACA0012_basic.cfg

+2-2
Original file line numberDiff line numberDiff line change
@@ -213,8 +213,8 @@ DEFORM_NONLINEAR_ITER= 1
213213
% Print the residuals during mesh deformation to the console (YES, NO)
214214
DEFORM_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)

Inviscid_3D_Constrained_ONERAM6/inv_ONERAM6_adv.cfg

+2-2
Original file line numberDiff line numberDiff line change
@@ -312,8 +312,8 @@ DEFORM_LINEAR_SOLVER= FGMRES
312312
% Number of smoothing iterations for mesh deformation
313313
DEFORM_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)

Multi_Objective_Shape_Design/inv_wedge_ROE_multiobj_combo.cfg

+2-2
Original file line numberDiff line numberDiff line change
@@ -337,8 +337,8 @@ DEFORM_NONLINEAR_ITER= 1
337337
% Print the residuals during mesh deformation to the console (YES, NO)
338338
DEFORM_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)

Transitional_Flat_Plate/transitional_BC_model_ConfigFile.cfg

-6
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,9 @@ INC_VELOCITY_INIT= ( 50.1, 0.0, 0.0 )
4545
% match number of inlet markers. Options: VELOCITY_INLET, PRESSURE_INLET.
4646
INC_INLET_TYPE= VELOCITY_INLET
4747
%
48-
% Damping coefficient for iterative updates at pressure inlets. (0.1 by default)
49-
INC_INLET_DAMPING= 0.1
50-
%
5148
% List of outlet types for incompressible flows. List length must
5249
% match number of outlet markers. Options: PRESSURE_OUTLET, MASS_FLOW_OUTLET
5350
INC_OUTLET_TYPE= PRESSURE_OUTLET PRESSURE_OUTLET
54-
%
55-
% Damping coefficient for iterative updates at mass flow outlets. (0.1 by default)
56-
INC_OUTLET_DAMPING= 0.1
5751

5852
% --------------------------- VISCOSITY MODEL ---------------------------------%
5953
%

0 commit comments

Comments
 (0)