Skip to content

Commit 9d9da6c

Browse files
authored
Merge pull request #17 from su2code/develop
Develop
2 parents 21de2c9 + 93c742f commit 9d9da6c

File tree

39 files changed

+98560
-237
lines changed

39 files changed

+98560
-237
lines changed

compressible_flow/ActuatorDisk_VariableLoad/propeller_variable_load.cfg

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -184,9 +184,6 @@ TIME_DISCRE_TURB= EULER_IMPLICIT
184184
% Maximum number of iterations
185185
ITER= 1500
186186
%
187-
% Convergence criteria (CAUCHY, RESIDUAL)
188-
CONV_CRITERIA= RESIDUAL
189-
%
190187
% Min value of the residual (log10 of the residual)
191188
CONV_RESIDUAL_MINVAL= -8
192189
%

compressible_flow/NICFD_nozzle/NICFD_nozzle.cfg

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ MU_CONSTANT= 1.21409E-05
104104
CONDUCTIVITY_MODEL= CONSTANT_CONDUCTIVITY
105105
%
106106
% Molecular Thermal Conductivity that would be constant (0.0257 by default)
107-
KT_CONSTANT= 0.030542828
107+
THERMAL_CONDUCTIVITY_CONSTANT= 0.030542828
108108

109109
% -------------------- BOUNDARY CONDITION DEFINITION --------------------------%
110110
%
@@ -204,11 +204,6 @@ CFL_REDUCTION_TURB= 1.0
204204
% Number of total iterations
205205
ITER= 1000
206206
%
207-
% Convergence criteria (CAUCHY, RESIDUAL)
208-
%
209-
CONV_CRITERIA= RESIDUAL
210-
%
211-
%
212207
% Min value of the residual (log10 of the residual)
213208
CONV_RESIDUAL_MINVAL= -24
214209
%

compressible_flow/UQ_NACA0012/turb_NACA0012_uq.cfg

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -177,11 +177,6 @@ CFL_REDUCTION_TURB= 1.0
177177

178178
% --------------------------- CONVERGENCE PARAMETERS --------------------------%
179179
%
180-
% Convergence criteria (CAUCHY, RESIDUAL)
181-
%
182-
CONV_CRITERIA= CAUCHY
183-
%
184-
%
185180
% Min value of the residual (log10 of the residual)
186181
CONV_RESIDUAL_MINVAL= -9
187182
%

compressible_flow/UQ_NACA0012/turb_NACA0012_uq_1c.cfg

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -194,11 +194,6 @@ CFL_REDUCTION_TURB= 1.0
194194

195195
% --------------------------- CONVERGENCE PARAMETERS --------------------------%
196196
%
197-
% Convergence criteria (CAUCHY, RESIDUAL)
198-
%
199-
CONV_CRITERIA= CAUCHY
200-
%
201-
%
202197
% Min value of the residual (log10 of the residual)
203198
CONV_RESIDUAL_MINVAL= -9
204199
%

compressible_flow/UQ_NACA0012/turb_NACA0012_uq_2c.cfg

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -194,11 +194,6 @@ CFL_REDUCTION_TURB= 1.0
194194

195195
% --------------------------- CONVERGENCE PARAMETERS --------------------------%
196196
%
197-
% Convergence criteria (CAUCHY, RESIDUAL)
198-
%
199-
CONV_CRITERIA= CAUCHY
200-
%
201-
%
202197
% Min value of the residual (log10 of the residual)
203198
CONV_RESIDUAL_MINVAL= -9
204199
%

compressible_flow/UQ_NACA0012/turb_NACA0012_uq_3c.cfg

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -194,11 +194,6 @@ CFL_REDUCTION_TURB= 1.0
194194

195195
% --------------------------- CONVERGENCE PARAMETERS --------------------------%
196196
%
197-
% Convergence criteria (CAUCHY, RESIDUAL)
198-
%
199-
CONV_CRITERIA= CAUCHY
200-
%
201-
%
202197
% Min value of the residual (log10 of the residual)
203198
CONV_RESIDUAL_MINVAL= -9
204199
%

compressible_flow/UQ_NACA0012/turb_NACA0012_uq_p1c1.cfg

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -194,11 +194,6 @@ CFL_REDUCTION_TURB= 1.0
194194

195195
% --------------------------- CONVERGENCE PARAMETERS --------------------------%
196196
%
197-
% Convergence criteria (CAUCHY, RESIDUAL)
198-
%
199-
CONV_CRITERIA= CAUCHY
200-
%
201-
%
202197
% Min value of the residual (log10 of the residual)
203198
CONV_RESIDUAL_MINVAL= -9
204199
%

compressible_flow/UQ_NACA0012/turb_NACA0012_uq_p1c2.cfg

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -194,11 +194,6 @@ CFL_REDUCTION_TURB= 1.0
194194

195195
% --------------------------- CONVERGENCE PARAMETERS --------------------------%
196196
%
197-
% Convergence criteria (CAUCHY, RESIDUAL)
198-
%
199-
CONV_CRITERIA= CAUCHY
200-
%
201-
%
202197
% Min value of the residual (log10 of the residual)
203198
CONV_RESIDUAL_MINVAL= -9
204199
%

compressible_flow/Unsteady_NACA0012/unsteady_naca0012.cfg

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,6 @@ TIME_DISCRE_TURB= EULER_IMPLICIT
145145
%
146146
% --------------------------- CONVERGENCE PARAMETERS --------------------------%
147147
%
148-
% Convergence criteria (CAUCHY, RESIDUAL)
149-
CONV_CRITERIA = RESIDUAL
150148
% Field to apply Cauchy Criterion to
151149
CONV_FIELD= REL_RMS_DENSITY
152150
% Min value of the residual (log10 of the residual)

design/Inviscid_2D_Unconstrained_NACA0012/inv_NACA0012_basic.cfg

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -221,10 +221,6 @@ DEFORM_LINEAR_SOLVER_ERROR= 1E-14
221221
DEFORM_STIFFNESS_TYPE= INVERSE_VOLUME
222222

223223
% --------------------------- CONVERGENCE PARAMETERS --------------------------%
224-
% Convergence criteria (CAUCHY, RESIDUAL)
225-
%
226-
CONV_CRITERIA= RESIDUAL
227-
%
228224
%
229225
% Min value of the residual (log10 of the residual)
230226
CONV_RESIDUAL_MINVAL= -13

0 commit comments

Comments
 (0)