Skip to content

Commit 46542d9

Browse files
committed
remove descriptions of options in turb_NACA0012_sst_expliciteuler.cfg
1 parent 296e757 commit 46542d9

1 file changed

Lines changed: 1 addition & 103 deletions

File tree

TestCases/rans/naca0012/turb_NACA0012_sst_expliciteuler.cfg

Lines changed: 1 addition & 103 deletions
Original file line numberDiff line numberDiff line change
@@ -10,173 +10,71 @@
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-
%
25+
4926
% ---------------------- REFERENCE VALUE DEFINITION ---------------------------%
50-
%
51-
% Reference origin for moment computation
5227
REF_ORIGIN_MOMENT_X = 0.25
5328
REF_ORIGIN_MOMENT_Y = 0.00
5429
REF_ORIGIN_MOMENT_Z = 0.00
55-
%
56-
% Reference length for pitching, rolling, and yawing non-dimensional moment
5730
REF_LENGTH= 1.0
58-
%
59-
% Reference area for force coefficients (0 implies automatic calculation)
6031
REF_AREA= 1.0
61-
%
62-
% Flow non-dimensionalization (DIMENSIONAL, FREESTREAM_PRESS_EQ_ONE,
63-
% FREESTREAM_VEL_EQ_MACH, FREESTREAM_VEL_EQ_ONE)
6432
REF_DIMENSIONALIZATION= FREESTREAM_PRESS_EQ_ONE
6533

6634
% -------------------- BOUNDARY CONDITION DEFINITION --------------------------%
67-
%
68-
% Navier-Stokes wall boundary marker(s) (NONE = no marker)
6935
MARKER_HEATFLUX= ( airfoil, 0.0 )
70-
%
71-
% Farfield boundary marker(s) (NONE = no marker)
7236
MARKER_FAR= ( farfield )
73-
%
74-
% Marker(s) of the surface to be plotted or designed
7537
MARKER_PLOTTING= ( airfoil )
76-
%
77-
% Marker(s) of the surface where the functional (Cd, Cl, etc.) will be evaluated
7838
MARKER_MONITORING= ( airfoil )
7939

8040
% ------------- COMMON PARAMETERS DEFINING THE NUMERICAL METHOD ---------------%
81-
%
82-
% Numerical method for spatial gradients (GREEN_GAUSS, WEIGHTED_LEAST_SQUARES)
8341
NUM_METHOD_GRAD= WEIGHTED_LEAST_SQUARES
8442
NUM_METHOD_GRAD_RECON= LEAST_SQUARES
85-
%
86-
% Courant-Friedrichs-Lewy condition of the finest grid
8743
CFL_NUMBER= 0.1
88-
%
89-
% Max Delta time
9044
MAX_DELTA_TIME= 1E10
91-
%
92-
% Number of total iterations
9345
ITER= 99999
9446

9547
% -------------------- FLOW NUMERICAL METHOD DEFINITION -----------------------%
96-
%
97-
% Convective numerical method (JST, LAX-FRIEDRICH, CUSP, ROE, AUSM, HLLC,
98-
% TURKEL_PREC, MSW)
9948
CONV_NUM_METHOD_FLOW= ROE
10049
USE_VECTORIZATION= YES
101-
%
102-
% Spatial numerical order integration (1ST_ORDER, 2ND_ORDER, 2ND_ORDER_LIMITER)
10350
MUSCL_FLOW= YES
104-
%
105-
% Slope limiter (VENKATAKRISHNAN, MINMOD)
10651
SLOPE_LIMITER_FLOW= NONE
107-
%
108-
% Time discretization (RUNGE-KUTTA_EXPLICIT, EULER_IMPLICIT, EULER_EXPLICIT)
10952
TIME_DISCRE_FLOW= EULER_EXPLICIT
11053

11154
% -------------------- TURBULENT NUMERICAL METHOD DEFINITION ------------------%
112-
%
113-
% Convective numerical method (SCALAR_UPWIND)
11455
CONV_NUM_METHOD_TURB= SCALAR_UPWIND
115-
%
116-
% Monotonic Upwind Scheme for Conservation Laws (TVD) in the turbulence equations.
117-
% Required for 2nd order upwind schemes (NO, YES)
11856
MUSCL_TURB= NO
119-
%
120-
% Slope limiter (VENKATAKRISHNAN, MINMOD)
12157
SLOPE_LIMITER_TURB= NONE
122-
%
123-
% Time discretization (EULER_IMPLICIT)
12458
TIME_DISCRE_TURB= EULER_EXPLICIT
125-
%
126-
% Reduction factor of the CFL coefficient in the turbulence problem
12759
CFL_REDUCTION_TURB= 1.0
12860

12961
% --------------------------- CONVERGENCE PARAMETERS --------------------------%
130-
%
131-
% Convergence field
13262
CONV_FIELD= RMS_DENSITY
133-
%
134-
% Min value of the residual (log10 of the residual)
13563
CONV_RESIDUAL_MINVAL= -12
136-
%
137-
% Start convergence criteria at iteration number
13864
CONV_STARTITER= 10
139-
%
140-
% Number of elements to apply the criteria
14165
CONV_CAUCHY_ELEMS= 100
142-
%
143-
% Epsilon to control the series convergence
14466
CONV_CAUCHY_EPS= 1E-6
145-
%
14667

14768
% ------------------------- INPUT/OUTPUT INFORMATION --------------------------%
148-
%
149-
% Mesh input file
15069
MESH_FILENAME= n0012_113-33.su2
151-
%
152-
% Mesh input file format (SU2, CGNS, NETCDF_ASCII)
15370
MESH_FORMAT= SU2
154-
%
155-
% Mesh output file
15671
MESH_OUT_FILENAME= mesh_out.su2
157-
%
158-
% Restart flow input file
15972
SOLUTION_FILENAME= solution_flow_sst_fixedvalues.dat
160-
%
161-
% Output file format (PARAVIEW, TECPLOT, STL)
16273
TABULAR_FORMAT= CSV
163-
%
164-
% Output file convergence history (w/o extension)
16574
CONV_FILENAME= history
166-
%
167-
% Output file restart flow
16875
RESTART_FILENAME= restart_flow.dat
169-
%
170-
% Output file flow (w/o extension) variables
17176
VOLUME_FILENAME= flow
172-
%
173-
% Output file surface flow coefficient (w/o extension)
17477
SURFACE_FILENAME= surface_flow
175-
%
176-
% Writing solution file frequency
17778
OUTPUT_WRT_FREQ= 10000
178-
%
179-
%
180-
% Screen output fields
18179
SCREEN_OUTPUT= (INNER_ITER, RMS_DENSITY, RMS_TKE, RMS_DISSIPATION, LIFT, DRAG, LINSOL_RESIDUAL)
18280
OUTPUT_FILES= (RESTART_ASCII, PARAVIEW, SURFACE_PARAVIEW)

0 commit comments

Comments
 (0)