Skip to content

Commit ae45258

Browse files
committed
Add Linsol_*_Turb screen output to a primal and DA reg test.
1 parent 0dc10bf commit ae45258

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

TestCases/disc_adj_rans/naca0012/turb_NACA0012_sa.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,5 +239,5 @@ OUTPUT_WRT_FREQ= 1000
239239
%
240240
%
241241
% Screen output
242-
SCREEN_OUTPUT = (INNER_ITER, RMS_ADJ_DENSITY, RMS_ADJ_NU_TILDE, SENS_PRESS, SENS_AOA RMS_DENSITY RMS_NU_TILDE LIFT DRAG)
242+
SCREEN_OUTPUT = (INNER_ITER, RMS_ADJ_DENSITY, RMS_ADJ_NU_TILDE, SENS_PRESS, SENS_AOA RMS_DENSITY RMS_NU_TILDE LIFT DRAG LINSOL_ITER LINSOL_RESIDUAL LINSOL_ITER_TURB LINSOL_RESIDUAL_TURB)
243243

TestCases/parallel_regression.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ def main():
330330
turb_naca0012_sa.cfg_dir = "rans/naca0012"
331331
turb_naca0012_sa.cfg_file = "turb_NACA0012_sa.cfg"
332332
turb_naca0012_sa.test_iter = 10
333-
turb_naca0012_sa.test_vals = [-11.147929, -14.466781, 1.064330, 0.019756]
333+
turb_naca0012_sa.test_vals = [-11.147929, -14.466781, 1.064330, 0.0197560, 20, -1.741326, 20, -4.864272]
334334
turb_naca0012_sa.su2_exec = "parallel_computation.py -f"
335335
turb_naca0012_sa.timeout = 3200
336336
turb_naca0012_sa.tol = 0.00001

TestCases/parallel_regression_AD.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def main():
9595
discadj_rans_naca0012_sa.cfg_dir = "disc_adj_rans/naca0012"
9696
discadj_rans_naca0012_sa.cfg_file = "turb_NACA0012_sa.cfg"
9797
discadj_rans_naca0012_sa.test_iter = 10
98-
discadj_rans_naca0012_sa.test_vals = [-2.230578, 0.696567, 0.181590, -0.000018]
98+
discadj_rans_naca0012_sa.test_vals = [-2.230578, 0.696567, 0.181590, -0.000018, 5, -3.421214, 5, -6.798877]
9999
discadj_rans_naca0012_sa.su2_exec = "parallel_computation.py -f"
100100
discadj_rans_naca0012_sa.timeout = 1600
101101
discadj_rans_naca0012_sa.tol = 0.00001

TestCases/rans/naca0012/turb_NACA0012_sa.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,4 +240,4 @@ OUTPUT_WRT_FREQ= 10000
240240
%
241241
%
242242
% Screen output fields
243-
SCREEN_OUTPUT=(INNER_ITER, RMS_DENSITY, RMS_NU_TILDE, LIFT, DRAG)
243+
SCREEN_OUTPUT=(INNER_ITER, RMS_DENSITY, RMS_NU_TILDE, LIFT, DRAG, LINSOL_ITER, LINSOL_RESIDUAL, LINSOL_ITER_TURB, LINSOL_RESIDUAL_TURB)

0 commit comments

Comments
 (0)