Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Inc_Heated_Cylinders/flow_cylinder.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ WRT_CON_FREQ= 1
DEFORM_LINEAR_SOLVER= FGMRES
%
% Number of smoothing iterations for mesh deformation
DEFORM_LINEAR_ITER= 200
DEFORM_LINEAR_SOLVER_ITER= 200
%
% Number of nonlinear deformation iterations (surface deformation increments)
DEFORM_NONLINEAR_ITER= 1
Expand Down
2 changes: 1 addition & 1 deletion Inc_Heated_Cylinders/solid_cylinder1.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ WRT_CON_FREQ= 1
DEFORM_LINEAR_SOLVER= FGMRES
%
% Number of smoothing iterations for mesh deformation
DEFORM_LINEAR_ITER= 200
DEFORM_LINEAR_SOLVER_ITER= 200
%
% Number of nonlinear deformation iterations (surface deformation increments)
DEFORM_NONLINEAR_ITER= 1
Expand Down
2 changes: 1 addition & 1 deletion Inc_Heated_Cylinders/solid_cylinder2.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ WRT_CON_FREQ= 1
DEFORM_LINEAR_SOLVER= FGMRES
%
% Number of smoothing iterations for mesh deformation
DEFORM_LINEAR_ITER= 200
DEFORM_LINEAR_SOLVER_ITER= 200
%
% Number of nonlinear deformation iterations (surface deformation increments)
DEFORM_NONLINEAR_ITER= 1
Expand Down
2 changes: 1 addition & 1 deletion Inc_Heated_Cylinders/solid_cylinder3.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ WRT_CON_FREQ= 1
DEFORM_LINEAR_SOLVER= FGMRES
%
% Number of smoothing iterations for mesh deformation
DEFORM_LINEAR_ITER= 200
DEFORM_LINEAR_SOLVER_ITER= 200
%
% Number of nonlinear deformation iterations (surface deformation increments)
DEFORM_NONLINEAR_ITER= 1
Expand Down
2 changes: 1 addition & 1 deletion Inviscid_2D_Unconstrained_NACA0012/inv_NACA0012_basic.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ DV_VALUE= 1.0
% ------------------------ GRID DEFORMATION PARAMETERS ------------------------%
%
% Number of smoothing iterations for FEA mesh deformation
DEFORM_LINEAR_ITER= 500
DEFORM_LINEAR_SOLVER_ITER= 500
%
% Number of nonlinear deformation iterations (surface deformation increments)
DEFORM_NONLINEAR_ITER= 1
Expand Down
2 changes: 1 addition & 1 deletion Inviscid_3D_Constrained_ONERAM6/inv_ONERAM6_adv.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ DV_VALUE= 0.0
DEFORM_LINEAR_SOLVER= FGMRES
%
% Number of smoothing iterations for mesh deformation
DEFORM_LINEAR_ITER= 500
DEFORM_LINEAR_SOLVER_ITER= 500
%
% Minimum residual criteria for the linear solver convergence of grid deformation
DEFORM_LINEAR_SOLVER_ERROR= 1E-14
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ DV_PARAM= (MAIN_BOX, 3,0, 0,1.0,0,0 )
% Value of the shape deformation deformation
DV_VALUE= 0.5
% Number of smoothing iterations for FEA mesh deformation
DEFORM_LINEAR_ITER= 500
DEFORM_LINEAR_SOLVER_ITER= 500
%
% Number of nonlinear deformation iterations (surface deformation increments)
DEFORM_NONLINEAR_ITER= 1
Expand Down