1+ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
2+ % %
3+ % SU2 configuration file %
4+ % Case description: Cosine gust combined with mesh deformation %
5+ % Author: Arne Voß %
6+ % Institution: DLR %
7+ % Date: 25.05.2023 %
8+ % File Version 7.5.1 " Blackbird" %
9+ % %
10+ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
11+
112% ------------- DIRECT, ADJOINT, AND LINEARIZED PROBLEM DEFINITION ------------%
213%
3- % Solver type (EULER, NAVIER_STOKES, RANS,
4- % INC_EULER, INC_NAVIER_STOKES, INC_RANS,
5- % NEMO_EULER, NEMO_NAVIER_STOKES,
6- % FEM_EULER, FEM_NAVIER_STOKES, FEM_RANS, FEM_LES,
7- % HEAT_EQUATION_FVM, ELASTICITY)
814SOLVER = EULER
9- %
10- % Mathematical problem (DIRECT, CONTINUOUS_ADJOINT)
1115MATH_PROBLEM = DIRECT
12- %
1316% ------------------------------- SOLVER CONTROL ------------------------------%
1417%
15- % Maximum number of inner iterations
1618INNER_ITER = 100
17- %
18- % Min value of the residual (log10 of the residual)
1919CONV_RESIDUAL_MINVAL = -6
20- %
21- % Start convergence criteria at iteration number
2220CONV_STARTITER = 0
2321%
2422% ------------------------- UNSTEADY SIMULATION -------------------------------%
@@ -39,11 +37,10 @@ GUST_TYPE= ONE_M_COSINE
3937GUST_DIR = Y_DIR
4038GUST_WAVELENGTH = 5.0
4139GUST_PERIODS = 1.0
42- % Gust amplitude corresponds to ~2.0 deg AoA
4340GUST_AMPL = 1.0
44- %
4541GUST_BEGIN_TIME = 0.0
4642GUST_BEGIN_LOC =-5.0
43+ %
4744% --------------------------- MESH DEFORMATION--------------------------------%
4845% Type of dynamic surface movement (NONE, DEFORMING, MOVING_WALL,
4946% AEROELASTIC, AEROELASTIC_RIGID_MOTION EXTERNAL, EXTERNAL_ROTATION)
@@ -60,123 +57,66 @@ SURFACE_PLUNGING_AMPL= 0.0 0.0001 0.0
6057%
6158% Move Motion Origin for marker moving (1 or 0)
6259MOVE_MOTION_ORIGIN = 0
60+ %
6361% -------------------- COMPRESSIBLE FREE-STREAM DEFINITION --------------------%
6462%
65- % Mach number (non-dimensional, based on the free-stream values)
6663MACH_NUMBER = 0.2
67- %
68- % Angle of attack (degrees, only for compressible flows)
6964AOA = 0.0
70- %
71- % Side-slip angle (degrees, only for compressible flows)
7265SIDESLIP_ANGLE = 0.0
73- %
74- % Free-stream option to choose between density and temperature (default) for
75- % initializing the solution (TEMPERATURE_FS, DENSITY_FS)
7666FREESTREAM_OPTION = DENSITY_FS
77- %
78- % Free-stream pressure (101325.0 N/m^2, 2116.216 psf by default)
7967FREESTREAM_PRESSURE = 101325.0
80- %
81- % Free-stream density (1.2886 Kg/m^3, 0.0025 slug/ft^3 by default)
8268FREESTREAM_DENSITY = 1.225
83- %
84- % Free-stream temperature (288.15 K, 518.67 R by default)
8569FREESTREAM_TEMPERATURE = 288.15
8670%
8771% ---------------------- REFERENCE VALUE DEFINITION ---------------------------%
8872%
89- % Reference origin for moment computation (m or in)
9073REF_ORIGIN_MOMENT_X = 0.25
9174REF_ORIGIN_MOMENT_Y = 0.00
9275REF_ORIGIN_MOMENT_Z = 0.00
93- %
94- % Reference length for moment non-dimensional coefficients (m or in)
9576REF_LENGTH = 1.0
96- %
97- % Reference area for non-dimensional force coefficients (0 implies automatic
98- % calculation) (m^2 or in^2)
9977REF_AREA = 1.0
100- %
101- % Aircraft semi-span (0 implies automatic calculation) (m or in)
10278SEMI_SPAN = 1.0
103- %
104- % Flow non-dimensionalization (DIMENSIONAL, FREESTREAM_PRESS_EQ_ONE,
105- % FREESTREAM_VEL_EQ_MACH, FREESTREAM_VEL_EQ_ONE)
10679REF_DIMENSIONALIZATION = DIMENSIONAL
107-
80+ %
10881% -------------------- BOUNDARY CONDITION DEFINITION --------------------------%
10982%
110- % Euler wall boundary marker(s) (NONE = no marker)
111- % Implementation identical to MARKER_SYM.
11283MARKER_EULER = ( airfoil )
113- %
114- % Far-field boundary marker(s) (NONE = no marker)
11584MARKER_FAR = ( farfield )
116-
85+ %
11786% ------------------------ SURFACES IDENTIFICATION ----------------------------%
11887%
119- % Marker(s) of the surface in the surface flow solution file
12088MARKER_PLOTTING = ( airfoil )
121- %
122- % Marker(s) of the surface where the non-dimensional coefficients are evaluated.
12389MARKER_MONITORING = ( airfoil )
124-
90+ %
12591% ------------- COMMON PARAMETERS DEFINING THE NUMERICAL METHOD ---------------%
12692%
127- % CFL number (initial value for the adaptive CFL number)
12893CFL_NUMBER = 100.0
129- %
130- % Adaptive CFL number (NO, YES)
13194CFL_ADAPT = YES
13295%
13396% -------------------------- MULTIGRID PARAMETERS -----------------------------%
13497%
135- % Multi-grid levels (0 = no multi-grid)
13698MGLEVEL = 3
137- %
138- % Multi-grid cycle (V_CYCLE, W_CYCLE, FULLMG_CYCLE)
13999MGCYCLE = W_CYCLE
140-
100+ %
141101% -------------------- FLOW NUMERICAL METHOD DEFINITION -----------------------%
142102%
143- % Convective numerical method (JST, JST_KE, JST_MAT, LAX-FRIEDRICH, CUSP, ROE, AUSM,
144- % AUSMPLUSUP, AUSMPLUSUP2, AUSMPWPLUS, HLLC, TURKEL_PREC,
145- % SW, MSW, FDS, SLAU, SLAU2, L2ROE, LMROE)
146103CONV_NUM_METHOD_FLOW = JST
147- %
148- % Max number of iterations of the linear solver for the implicit formulation
149104LINEAR_SOLVER_ITER = 20
150105%
151106% ------------------------- SCREEN/HISTORY VOLUME OUTPUT --------------------------%
152107%
153- % Screen output fields (use ' SU2_CFD -d <config_file>' to view list of available fields)
154108SCREEN_OUTPUT = (TIME_ITER, INNER_ITER, RMS_DENSITY, LIFT, MOMENT_Z)
155- %
156- % History output groups (use ' SU2_CFD -d <config_file>' to view list of available fields)
157109HISTORY_OUTPUT = (ITER, RMS_RES, AERO_COEFF, CAUCHY, WALL_TIME)
158110%
159111% ------------------------- INPUT/OUTPUT FILE INFORMATION --------------------------%
160112%
161- % Mesh input file
162113MESH_FILENAME = mesh_NACA0012_inv.su2
163- %
164- % Mesh input file format (SU2, CGNS)
165114MESH_FORMAT = SU2
166- %
167- % Restart flow input file
168115SOLUTION_FILENAME = restart_gust.dat
169116RESTART_FILENAME = restart_gust.dat
170117SURFACE_FILENAME = surface_gust
171118VOLUME_FILENAME = volume_gust
172119CONV_FILENAME = history_gust
173- %
174- % Output tabular file format (TECPLOT, CSV)
175120TABULAR_FORMAT = CSV
176- %
177- % Files to output
178- % Possible formats : (TECPLOT, TECPLOT_BINARY, SURFACE_TECPLOT,
179- % SURFACE_TECPLOT_BINARY, CSV, SURFACE_CSV, PARAVIEW, PARAVIEW_BINARY, SURFACE_PARAVIEW,
180- % SURFACE_PARAVIEW_BINARY, MESH, RESTART_BINARY, RESTART_ASCII, CGNS, SURFACE_CGNS, STL)
181121OUTPUT_FILES = (NONE)
182-
122+ %
0 commit comments