55% Author: O. Burghardt, T. Economon %
66% Institution: Chair for Scientific Computing, TU Kaiserslautern %
77% Date: August 8, 2019 %
8- % File Version 6.0 .1 " Falcon " %
8+ % File Version 7.1 .1 " Blackbird " %
99% %
1010%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
11-
1211%
1312% Physical governing equations (EULER, NAVIER_STOKES,
1413% WAVE_EQUATION, HEAT_EQUATION, FEM_ELASTICITY,
@@ -18,67 +17,34 @@ SOLVER= MULTIPHYSICS
1817% Mathematical problem (DIRECT, CONTINUOUS_ADJOINT, DISCRETE_ADJOINT)
1918MATH_PROBLEM = DIRECT
2019%
21- % Restart solution (NO, YES)
22- RESTART_SOL = NO
2320%
24- % Configuration file list, one for each physical zone
25- CONFIG_LIST = (flow_cylinder.cfg, solid_cylinder1.cfg, solid_cylinder2.cfg, solid_cylinder3.cfg)
21+ CONFIG_LIST = (flow_cylinder.cfg, solid_cylinder1.cfg, solid_cylinder2.cfg, solid_cylinder3.cfg)
22+ %
2623%
27- % Definition of the interface
2824MARKER_ZONE_INTERFACE = (cylinder_outer1, cylinder_inner1, cylinder_outer2, cylinder_inner2, cylinder_outer3, cylinder_inner3)
25+ %
26+ %
2927MARKER_CHT_INTERFACE = (cylinder_outer1, cylinder_inner1, cylinder_outer2, cylinder_inner2, cylinder_outer3, cylinder_inner3)
3028%
31- % Objective function in gradient evaluation (DRAG, LIFT, SIDEFORCE, MOMENT_X,
32- % MOMENT_Y, MOMENT_Z, EFFICIENCY,
33- % EQUIVALENT_AREA, NEARFIELD_PRESSURE,
34- % FORCE_X, FORCE_Y, FORCE_Z, THRUST,
35- % TORQUE, TOTAL_HEATFLUX,
36- % MAXIMUM_HEATFLUX, INVERSE_DESIGN_PRESSURE,
37- % INVERSE_DESIGN_HEATFLUX, SURFACE_TOTAL_PRESSURE,
38- % SURFACE_MASSFLOW, SURFACE_STATIC_PRESSURE, SURFACE_MACH)
39- % For a weighted sum of objectives: separate by commas, add OBJECTIVE_WEIGHT and MARKER_MONITORING in matching order.
40- OBJECTIVE_FUNCTION = TOTAL_HEATFLUX
4129%
42- % List of weighting values when using more than one OBJECTIVE_FUNCTION. Separate by commas and match with MARKER_MONITORING.
43- OBJECTIVE_WEIGHT = 1.0
30+ CHT_COUPLING_METHOD = DIRECT_TEMPERATURE_ROBIN_HEATFLUX
31+ %
32+ %
33+ TIME_DOMAIN = NO
4434%
45- % Number of total iterations
46- OUTER_ITER = 15000
47- OUTPUT_WRT_FREQ = 15000
35+ % Number of total iterations (15000 for suitable results)
36+ OUTER_ITER = 11
4837%
4938% Mesh input file
5039MESH_FILENAME = mesh_cht_3cyl_ffd.su2
51- MESH_OUT_FILENAME = mesh_cht_3cyl_out.su2
5240%
5341% Mesh input file format (SU2, CGNS, NETCDF_ASCII)
5442MESH_FORMAT = SU2
5543%
5644% Output file format
57- OUTPUT_FILES = (RESTART, TECPLOT, PARAVIEW, SURFACE_TECPLOT, SURFACE_PARAVIEW)
58- %
59- % Multizone convergence criteria
60- CONV_RESIDUAL_MINVAL = -20
61-
62- % -------------------- FREE-FORM DEFORMATION PARAMETERS -----------------------%
63- %
64- % Tolerance of the Free-Form Deformation point inversion
65- FFD_TOLERANCE = 1E-12
66- %
67- % Maximum number of iterations in the Free-Form Deformation point inversion
68- FFD_ITERATIONS = 500
69- %
70- % FFD box definition: 3D case (FFD_BoxTag, X1, Y1, Z1, X2, Y2, Z2, X3, Y3, Z3, X4, Y4, Z4,
71- % X5, Y5, Z5, X6, Y6, Z6, X7, Y7, Z7, X8, Y8, Z8)
72- % 2D case (FFD_BoxTag, X1, Y1, 0.0, X2, Y2, 0.0, X3, Y3, 0.0, X4, Y4, 0.0,
73- % 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0)
74- FFD_DEFINITION = (MAIN_BOX, -0.1, -0.6, 0.0, 1.1, -0.6, 0.0, 1.1, 0.6, 0.0, -0.1, 0.6, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0)
75- %
76- % FFD box degree: 3D case (x_degree, y_degree, z_degree)
77- % 2D case (x_degree, y_degree, 0)
78- FFD_DEGREE = ( 24, 1, 0)
45+ OUTPUT_FILES = (RESTART, PARAVIEW_MULTIBLOCK)
7946%
80- % Surface continuity at the intersection with the FFD (1ST_DERIVATIVE, 2ND_DERIVATIVE)
81- FFD_CONTINUITY = 2ND_DERIVATIVE
47+ % These are just default parameters so that we can run SU2_DOT_AD, they have no physical meaning for this test case.
8248
8349% ----------------------- DESIGN VARIABLE PARAMETERS --------------------------%
8450%
@@ -87,10 +53,10 @@ FFD_CONTINUITY= 2ND_DERIVATIVE
8753% FFD_CONTROL_POINT, FFD_CAMBER, FFD_THICKNESS, FFD_TWIST
8854% FFD_CONTROL_POINT_2D, FFD_CAMBER_2D, FFD_THICKNESS_2D, FFD_TWIST_2D,
8955% HICKS_HENNE, SURFACE_BUMP)
90- DV_KIND = FFD_CONTROL_POINT_2D
56+ DV_KIND = HICKS_HENNE
9157%
9258% Marker of the surface in which we are going apply the shape deformation
93- DV_MARKER = (cylinder_outer1, cylinder_inner1, cylinder_outer2, cylinder_inner2, cylinder_outer3, cylinder_inner3)
59+ DV_MARKER = ( cylinder_outer1, cylinder_inner1, cylinder_outer2, cylinder_inner2, cylinder_outer3, cylinder_inner3 )
9460%
9561% Parameters of the shape deformation
9662% - NO_DEFORMATION ( 1.0 )
@@ -112,7 +78,7 @@ DV_MARKER= (cylinder_outer1, cylinder_inner1, cylinder_outer2, cylinder_inner2,
11278% - FFD_TWIST_2D ( FFD_BoxTag, x_Orig, y_Orig )
11379% - HICKS_HENNE ( Lower Surface (0)/Upper Surface (1)/Only one Surface (2), x_Loc )
11480% - SURFACE_BUMP ( x_Start, x_End, x_Loc )
115- DV_PARAM = ( MAIN_BOX, 12, 1, 0.0, 1.0 )
81+ DV_PARAM = (0.0, 0.5 )
11682%
11783% Value of the shape deformation
11884DV_VALUE = 0.1
0 commit comments