Skip to content

Commit ee9d357

Browse files
Merge pull request #69 from su2code/feature_preconditioning
Updating files for preconditioning pull request
2 parents d3ea1bf + fdd06b2 commit ee9d357

5 files changed

Lines changed: 3518 additions & 3518 deletions

File tree

incompressible_flow/Inc_Laminar_Cavity/lam_buoyancy_cavity.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ TIME_DISCRE_FLOW= EULER_IMPLICIT
198198
% --------------------------- CONVERGENCE PARAMETERS --------------------------%
199199
%
200200
% Convergence criteria (CAUCHY, RESIDUAL)
201-
CONV_FIELD= RMS_TEMPERATURE
201+
CONV_FIELD= RMS_ENTHALPY
202202
%
203203
% Min value of the residual (log10 of the residual)
204204
CONV_RESIDUAL_MINVAL= -8
@@ -261,4 +261,4 @@ OUTPUT_WRT_FREQ= 100
261261
%
262262
%
263263
% Screen output
264-
SCREEN_OUTPUT= (INNER_ITER, WALL_TIME, RMS_PRESSURE, RMS_TEMPERATURE, LIFT, DRAG)
264+
SCREEN_OUTPUT= (INNER_ITER, WALL_TIME, RMS_PRESSURE, RMS_ENTHALPY, LIFT, DRAG)

0 commit comments

Comments
 (0)