Skip to content

Commit 30af929

Browse files
committed
remove descriptions of options in turb_NACA0012_sst_fixedvalues.cfg
1 parent b6c7620 commit 30af929

1 file changed

Lines changed: 0 additions & 118 deletions

File tree

TestCases/rans/naca0012/turb_NACA0012_sst_fixedvalues.cfg

Lines changed: 0 additions & 118 deletions
Original file line numberDiff line numberDiff line change
@@ -10,199 +10,81 @@
1010
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
1111

1212
% ------------- DIRECT, ADJOINT, AND LINEARIZED PROBLEM DEFINITION ------------%
13-
%
14-
% Physical governing equations (EULER, NAVIER_STOKES,
15-
% WAVE_EQUATION, HEAT_EQUATION, FEM_ELASTICITY,
16-
% POISSON_EQUATION)
1713
SOLVER= RANS
18-
%
19-
% Specify turbulent model (NONE, SA, SA_NEG, SST)
2014
KIND_TURB_MODEL= SST
21-
%
22-
% Mathematical problem (DIRECT, CONTINUOUS_ADJOINT)
2315
MATH_PROBLEM= DIRECT
24-
%
25-
% Restart solution (NO, YES)
2616
RESTART_SOL= NO
27-
%
28-
% Read binary restart files (YES, NO)
2917
READ_BINARY_RESTART= NO
30-
%
3118

3219
% -------------------- COMPRESSIBLE FREE-STREAM DEFINITION --------------------%
33-
%
34-
% Mach number (non-dimensional, based on the free-stream values)
3520
MACH_NUMBER= 0.15
36-
%
37-
% Angle of attack (degrees, only for compressible flows)
3821
AOA= 10.0
39-
%
40-
% Free-stream temperature (288.15 K by default)
4122
FREESTREAM_TEMPERATURE= 300.0
42-
%
43-
% Reynolds number (non-dimensional, based on the free-stream values)
4423
REYNOLDS_NUMBER= 6.0E6
45-
%
46-
% Reynolds length (1 m by default)
4724
REYNOLDS_LENGTH= 1.0
48-
%
49-
% Free-stream turbulence intensity
5025
FREESTREAM_TURBULENCEINTENSITY= 0.0008165
51-
%
52-
% Free-stream ratio between turbulent and laminar viscosity
5326
FREESTREAM_TURB2LAMVISCRATIO= 1.2
54-
%
55-
% Fix turbulence quantities to far-field values at some upstream half-space
5627
TURB_FIXED_VALUES= YES
57-
%
58-
% Shift of the fixed values half-space in unit far-field velocity vectors
5928
TURB_FIXED_VALUES_DOMAIN= -1.0
6029

6130
% ---------------------- REFERENCE VALUE DEFINITION ---------------------------%
62-
%
63-
% Reference origin for moment computation
6431
REF_ORIGIN_MOMENT_X = 0.25
6532
REF_ORIGIN_MOMENT_Y = 0.00
6633
REF_ORIGIN_MOMENT_Z = 0.00
67-
%
68-
% Reference length for pitching, rolling, and yawing non-dimensional moment
6934
REF_LENGTH= 1.0
70-
%
71-
% Reference area for force coefficients (0 implies automatic calculation)
7235
REF_AREA= 1.0
73-
%
74-
% Flow non-dimensionalization (DIMENSIONAL, FREESTREAM_PRESS_EQ_ONE,
75-
% FREESTREAM_VEL_EQ_MACH, FREESTREAM_VEL_EQ_ONE)
7636
REF_DIMENSIONALIZATION= FREESTREAM_PRESS_EQ_ONE
7737

7838
% -------------------- BOUNDARY CONDITION DEFINITION --------------------------%
79-
%
80-
% Navier-Stokes wall boundary marker(s) (NONE = no marker)
8139
MARKER_HEATFLUX= ( airfoil, 0.0 )
82-
%
83-
% Farfield boundary marker(s) (NONE = no marker)
8440
MARKER_FAR= ( farfield )
85-
%
86-
% Marker(s) of the surface to be plotted or designed
8741
MARKER_PLOTTING= ( airfoil )
88-
%
89-
% Marker(s) of the surface where the functional (Cd, Cl, etc.) will be evaluated
9042
MARKER_MONITORING= ( airfoil )
9143

9244
% ------------- COMMON PARAMETERS DEFINING THE NUMERICAL METHOD ---------------%
93-
%
94-
% Numerical method for spatial gradients (GREEN_GAUSS, WEIGHTED_LEAST_SQUARES)
9545
NUM_METHOD_GRAD= WEIGHTED_LEAST_SQUARES
9646
NUM_METHOD_GRAD_RECON= LEAST_SQUARES
97-
%
98-
% Courant-Friedrichs-Lewy condition of the finest grid
9947
CFL_NUMBER= 1000.0
100-
%
101-
% Max Delta time
10248
MAX_DELTA_TIME= 1E10
103-
%
104-
% Number of total iterations
10549
ITER= 99999
10650

10751
% ------------------------ LINEAR SOLVER DEFINITION ---------------------------%
108-
%
109-
% Linear solver or smoother for implicit formulations (BCGSTAB, FGMRES, SMOOTHER)
11052
LINEAR_SOLVER= FGMRES
111-
%
112-
% Preconditioner of the Krylov linear solver (ILU, LU_SGS, LINELET, JACOBI)
11353
LINEAR_SOLVER_PREC= ILU
114-
%
115-
% Minimum error of the linear solver for implicit formulations
11654
LINEAR_SOLVER_ERROR= 1E-10
117-
%
118-
% Max number of iterations of the linear solver for the implicit formulation
11955
LINEAR_SOLVER_ITER= 20
12056

12157
% -------------------- FLOW NUMERICAL METHOD DEFINITION -----------------------%
122-
%
123-
% Convective numerical method (JST, LAX-FRIEDRICH, CUSP, ROE, AUSM, HLLC,
124-
% TURKEL_PREC, MSW)
12558
CONV_NUM_METHOD_FLOW= ROE
12659
USE_VECTORIZATION= YES
127-
%
128-
% Spatial numerical order integration (1ST_ORDER, 2ND_ORDER, 2ND_ORDER_LIMITER)
12960
MUSCL_FLOW= YES
130-
%
131-
% Slope limiter (VENKATAKRISHNAN, MINMOD)
13261
SLOPE_LIMITER_FLOW= NONE
133-
%
134-
% Time discretization (RUNGE-KUTTA_EXPLICIT, EULER_IMPLICIT, EULER_EXPLICIT)
13562
TIME_DISCRE_FLOW= EULER_IMPLICIT
13663

13764
% -------------------- TURBULENT NUMERICAL METHOD DEFINITION ------------------%
138-
%
139-
% Convective numerical method (SCALAR_UPWIND)
14065
CONV_NUM_METHOD_TURB= SCALAR_UPWIND
141-
%
142-
% Monotonic Upwind Scheme for Conservation Laws (TVD) in the turbulence equations.
143-
% Required for 2nd order upwind schemes (NO, YES)
14466
MUSCL_TURB= NO
145-
%
146-
% Slope limiter (VENKATAKRISHNAN, MINMOD)
14767
SLOPE_LIMITER_TURB= NONE
148-
%
149-
% Time discretization (EULER_IMPLICIT)
15068
TIME_DISCRE_TURB= EULER_IMPLICIT
151-
%
152-
% Reduction factor of the CFL coefficient in the turbulence problem
15369
CFL_REDUCTION_TURB= 1.0
15470

15571
% --------------------------- CONVERGENCE PARAMETERS --------------------------%
156-
%
157-
% Convergence field
15872
CONV_FIELD= RMS_DENSITY
159-
%
160-
% Min value of the residual (log10 of the residual)
16173
CONV_RESIDUAL_MINVAL= -12
162-
%
163-
% Start convergence criteria at iteration number
16474
CONV_STARTITER= 10
165-
%
166-
% Number of elements to apply the criteria
16775
CONV_CAUCHY_ELEMS= 100
168-
%
169-
% Epsilon to control the series convergence
17076
CONV_CAUCHY_EPS= 1E-6
171-
%
17277

17378
% ------------------------- INPUT/OUTPUT INFORMATION --------------------------%
174-
%
175-
% Mesh input file
17679
MESH_FILENAME= n0012_113-33.su2
177-
%
178-
% Mesh input file format (SU2, CGNS, NETCDF_ASCII)
17980
MESH_FORMAT= SU2
180-
%
181-
% Mesh output file
18281
MESH_OUT_FILENAME= mesh_out.su2
183-
%
184-
% Restart flow input file
18582
SOLUTION_FILENAME= solution_flow_sst_fixedvalues.dat
186-
%
187-
% Output file format (PARAVIEW, TECPLOT, STL)
18883
TABULAR_FORMAT= CSV
189-
%
190-
% Output file convergence history (w/o extension)
19184
CONV_FILENAME= history
192-
%
193-
% Output file restart flow
19485
RESTART_FILENAME= restart_flow.dat
195-
%
196-
% Output file flow (w/o extension) variables
19786
VOLUME_FILENAME= flow
198-
%
199-
% Output file surface flow coefficient (w/o extension)
20087
SURFACE_FILENAME= surface_flow
201-
%
202-
% Writing solution file frequency
20388
OUTPUT_WRT_FREQ= 10000
204-
%
205-
%
206-
% Screen output fields
20789
SCREEN_OUTPUT= (INNER_ITER, RMS_DENSITY, RMS_TKE, RMS_DISSIPATION, LIFT, DRAG, LINSOL_RESIDUAL)
20890
OUTPUT_FILES= (RESTART_ASCII, PARAVIEW, SURFACE_PARAVIEW)

0 commit comments

Comments
 (0)