Skip to content

Commit ef87988

Browse files
committed
removing last traces of UPDATE_ALPHA
1 parent e8077c0 commit ef87988

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

Inviscid_3D_Constrained_ONERAM6/inv_ONERAM6_adv.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ TARGET_CL= 0.286
4747
% Estimation of dCL/dAlpha (0.2 per degree by default)
4848
DCL_DALPHA= 0.1
4949
%
50-
% Number of times the AoA is updated in a fix CL problem (5 by default)
51-
UPDATE_ALPHA= 10
50+
% Maximum number of iterations between AoA updates
51+
UPDATE_AOA_ITER_LIMIT= 150
5252
%
5353
% Number of iterations to evaluate dCL_dAlpha by using finite differences (500 by default)
5454
ITER_DCL_DALPHA= 500

Turbulent_2D_Constrained_RAE2822/turb_SA_RAE2822.cfg

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,10 @@ NUM_METHOD_GRAD= WEIGHTED_LEAST_SQUARES
9898
% Courant-Friedrichs-Lewy condition of the finest grid
9999
CFL_NUMBER= 10.0
100100
%
101-
% Number of total iterations
101+
% Number of total iterations for direct simulation
102102
EXT_ITER= 5000
103+
%
104+
% Number of total iterations for adjoint simulation
103105
ITER = 5000
104106
%
105107
% Objective function in gradient evaluation (DRAG, LIFT, SIDEFORCE, MOMENT_X,

_tutorials/design_features/Inviscid_2D_Unconstrained_NACA0012.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,8 @@ TARGET_CL= 0.326
144144
% Estimation of dCL/dAlpha (0.2 per degree by default)
145145
DCL_DALPHA= 0.2
146146
%
147-
% Number of times the AoA is updated in a fix CL problem (5 by default)
148-
UPDATE_ALPHA= 5
147+
% Maximum number of iterations between AoA updates
148+
UPDATE_AOA_ITER_LIMIT= 50
149149
%
150150
% Number of iterations to evaluate dCL_dAlpha by using finite differences (500 by default)
151151
ITER_DCL_DALPHA= 250

_tutorials/design_features/Inviscid_3D_Constrained_ONERAM6.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ TARGET_CL= 0.286
5454
% Estimation of dCL/dAlpha (0.2 per degree by default)
5555
DCL_DALPHA= 0.1
5656
%
57-
% Number of times the AoA is updated in a fix CL problem (5 by default)
58-
UPDATE_ALPHA= 10
57+
% Maximum number of iterations between AoA updates
58+
UPDATE_AOA_ITER_LIMIT= 150
5959
6060
```
6161
In this particular problem we are setting a value for the lift coefficient equal to 0.286.

0 commit comments

Comments
 (0)