@@ -132,15 +132,6 @@ MUSCL_FLOW= YES
132132% Slope limiter (NONE, VENKATAKRISHNAN, VENKATAKRISHNAN_WANG,
133133% BARTH_JESPERSEN, VAN_ALBADA_EDGE)
134134SLOPE_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)
167158MGLEVEL = 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)
232205MESH_FORMAT = SU2
233206%
234- % Mesh output file
235- MESH_OUT_FILENAME= mesh_out.su2
236- %
237207% Restart flow input file
238208SOLUTION_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
253211OUTPUT_WRT_FREQ = 1000
254212%
0 commit comments