Skip to content

Commit 2b17327

Browse files
committed
remove jacobian contribution and test case config file options
1 parent 0025253 commit 2b17327

2 files changed

Lines changed: 0 additions & 48 deletions

File tree

SU2_CFD/include/numerics/turbulent/turb_sources.hpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -363,12 +363,6 @@ class CSourcePieceWise_TurbSST final : public CNumerics {
363363
/*--- Add terms to the residuals ---*/
364364
Residual[0] += yinv*Volume*(pk_axi-cdk_axi);
365365
Residual[1] += yinv*Volume*(pw_axi-cdw_axi);
366-
367-
/*--- Add contribution to the jacobian for implicit time integration (ignore to conserve diagonal dominance) ---*/
368-
//Jacobian_i[0][0] += yinv*Volume*(sigma_k_i*TurbVar_Grad_i[0][1]/zeta-V_i[2]);
369-
//Jacobian_i[0][1] += yinv*Volume*(-sigma_k_i*k*TurbVar_Grad_i[0][1]/(zeta*zeta));
370-
//Jacobian_i[1][0] += yinv*Volume*(sigma_w_i*TurbVar_Grad_i[1][1]/zeta);
371-
//Jacobian_i[1][1] += yinv*Volume*(-sigma_w_i*k*TurbVar_Grad_i[1][1]/(zeta*zeta)-V_i[2]);
372366

373367
}
374368

TestCases/axisymmetric_rans/air_nozzle/air_nozzle.cfg

Lines changed: 0 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -132,15 +132,6 @@ MUSCL_FLOW= YES
132132
% Slope limiter (NONE, VENKATAKRISHNAN, VENKATAKRISHNAN_WANG,
133133
% BARTH_JESPERSEN, VAN_ALBADA_EDGE)
134134
SLOPE_LIMITER_FLOW= NONE
135-
%
136-
%Coefficient for the Venkat's limiter (upwind scheme). A larger values decrease
137-
% the extent of limiting, values approaching zero cause
138-
% lower-order approximation to the solution (0.05 by default)
139-
VENKAT_LIMITER_COEFF= 0.05
140-
%
141-
% Monotonic Upwind Scheme for Conservation Laws (TVD) in the turbulence equations.
142-
% Required for 2nd order upwind schemes (NO, YES)
143-
MUSCL_TURB= NO
144135

145136
% ------------------------ LINEAR SOLVER DEFINITION ---------------------------%
146137
%
@@ -165,24 +156,6 @@ LINEAR_SOLVER_ITER= 10
165156
%
166157
% Multi-grid levels (0 = no multi-grid)
167158
MGLEVEL= 0
168-
%
169-
% Multi-grid cycle (V_CYCLE, W_CYCLE, FULLMG_CYCLE)
170-
MGCYCLE= V_CYCLE
171-
%
172-
% Multi-grid pre-smoothing level
173-
MG_PRE_SMOOTH= ( 1, 2, 3, 3 )
174-
%
175-
% Multi-grid post-smoothing level
176-
MG_POST_SMOOTH= ( 0, 0, 0, 0 )
177-
%
178-
% Jacobi implicit smoothing of the correction
179-
MG_CORRECTION_SMOOTH= ( 0, 0, 0, 0 )
180-
%
181-
% Damping factor for the residual restriction
182-
MG_DAMP_RESTRICTION= 0.75
183-
%
184-
% Damping factor for the correction prolongation
185-
MG_DAMP_PROLONGATION= 0.75
186159

187160
% -------------------- FLOW NUMERICAL METHOD DEFINITION -----------------------%
188161
%
@@ -231,24 +204,9 @@ MESH_FILENAME= nozzle.su2
231204
% Mesh input file format (SU2, CGNS)
232205
MESH_FORMAT= SU2
233206
%
234-
% Mesh output file
235-
MESH_OUT_FILENAME= mesh_out.su2
236-
%
237207
% Restart flow input file
238208
SOLUTION_FILENAME= solution_flow.dat
239209
%
240-
% Output file convergence history (w/o extension)
241-
CONV_FILENAME= history
242-
%
243-
% Output file restart flow
244-
RESTART_FILENAME= restart_flow.dat
245-
%
246-
% Output file flow (w/o extension) variables
247-
VOLUME_FILENAME= flow
248-
%
249-
% Output file surface flow coefficient (w/o extension)
250-
SURFACE_FILENAME= surface_flow
251-
%
252210
% Writing solution file frequency
253211
OUTPUT_WRT_FREQ= 1000
254212
%

0 commit comments

Comments
 (0)