Skip to content

Commit a28c38d

Browse files
committed
update air_nozzle regression
1 parent d588bb2 commit a28c38d

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

TestCases/axisymmetric_rans/air_nozzle/air_nozzle.cfg

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@ MARKER_MONITORING = (WALL)
5454
% ------------- COMMON PARAMETERS DEFINING THE NUMERICAL METHOD ---------------%
5555
%
5656
NUM_METHOD_GRAD= GREEN_GAUSS
57-
%
5857
CFL_NUMBER= 1000.0
5958
CFL_ADAPT= NO
6059
MAX_DELTA_TIME= 1E6
60+
OBJECTIVE_FUNCTION= DRAG
6161
%
6262
% ----------- SLOPE LIMITER AND DISSIPATION SENSOR DEFINITION -----------------%
6363
%
@@ -72,10 +72,6 @@ LINEAR_SOLVER_ILU_FILL_IN= 0
7272
LINEAR_SOLVER_ERROR= 0.01
7373
LINEAR_SOLVER_ITER= 10
7474
%
75-
% -------------------------- MULTIGRID PARAMETERS -----------------------------%
76-
%
77-
MGLEVEL= 0
78-
%
7975
% -------------------- FLOW NUMERICAL METHOD DEFINITION -----------------------%
8076
%
8177
CONV_NUM_METHOD_FLOW= ROE
@@ -103,4 +99,4 @@ OUTPUT_WRT_FREQ= 1000
10399
%
104100
% Note: This cfg is used for a primal and adjoint Testcase, therefore both residuals are present here.
105101
SCREEN_OUTPUT= (INNER_ITER, RMS_DENSITY, RMS_ENERGY, RMS_TKE, RMS_DISSIPATION, TOTAL_HEATFLUX, \
106-
RMS_ADJ_DENSITY, RMS_ADJ_ENERGY, RMS_ADJ_TKE, RMS_ADJ_DISSIPATION)
102+
RMS_ADJ_DENSITY, RMS_ADJ_ENERGY, RMS_ADJ_TKE, RMS_ADJ_DISSIPATION, SENS_AOA, SENS_MACH)

0 commit comments

Comments
 (0)