Skip to content

Commit 88325de

Browse files
committed
Update for Inc_Heated_Cylinders config files.
1 parent d198513 commit 88325de

File tree

5 files changed

+15
-54
lines changed

5 files changed

+15
-54
lines changed

Inc_Heated_Cylinders/cht_2d_3cylinders.cfg

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,18 @@
1515
% POISSON_EQUATION)
1616
SOLVER= MULTIPHYSICS
1717
%
18-
% Regime type (COMPRESSIBLE, INCOMPRESSIBLE, FREESURFACE)
18+
% Mathematical problem (DIRECT, CONTINUOUS_ADJOINT, DISCRETE_ADJOINT)
1919
MATH_PROBLEM= DIRECT
2020
%
2121
%
22-
CONFIG_LIST = (flow_cylinder.cfg, solid_cylinder1.cfg, solid_cylinder2.cfg, solid_cylinder3.cfg)
22+
CONFIG_LIST= (flow_cylinder.cfg, solid_cylinder1.cfg, solid_cylinder2.cfg, solid_cylinder3.cfg)
2323
%
2424
%
2525
MARKER_ZONE_INTERFACE= (cylinder_outer1, cylinder_inner1, cylinder_outer2, cylinder_inner2, cylinder_outer3, cylinder_inner3)
2626
%
2727
%
2828
MARKER_CHT_INTERFACE= (cylinder_outer1, cylinder_inner1, cylinder_outer2, cylinder_inner2, cylinder_outer3, cylinder_inner3)
2929
%
30-
%
31-
TIME_DOMAIN = NO
32-
%
3330
% Number of total iterations
3431
OUTER_ITER = 10000
3532
%
@@ -38,6 +35,10 @@ MESH_FILENAME= mesh_cht_3cyl.su2
3835
%
3936
% Mesh input file format (SU2, CGNS, NETCDF_ASCII)
4037
MESH_FORMAT= SU2
38+
%
39+
% Output file format
40+
OUTPUT_FILES= (RESTART, TECPLOT, PARAVIEW, SURFACE_TECPLOT, SURFACE_PARAVIEW)
41+
4142

4243
% These are just default parameters so that we can run SU2_DOT_AD, they have no physical meaning for this test case.
4344

@@ -51,7 +52,7 @@ MESH_FORMAT= SU2
5152
DV_KIND= HICKS_HENNE
5253
%
5354
% Marker of the surface in which we are going apply the shape deformation
54-
DV_MARKER= ( cylinder_outer1, cylinder_inner1, cylinder_outer2, cylinder_inner2, cylinder_outer3, cylinder_inner3 )
55+
DV_MARKER= (cylinder_outer1, cylinder_inner1, cylinder_outer2, cylinder_inner2, cylinder_outer3, cylinder_inner3)
5556
%
5657
% Parameters of the shape deformation
5758
% - NO_DEFORMATION ( 1.0 )

Inc_Heated_Cylinders/flow_cylinder.cfg

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,10 @@ RESTART_SOL= NO
3030
OBJECTIVE_FUNCTION= TOTAL_HEATFLUX
3131
%
3232
% List of weighting values when using more than one OBJECTIVE_FUNCTION. Separate by commas and match with MARKER_MONITORING.
33-
OBJECTIVE_WEIGHT = 1.0
34-
%
35-
% Read binary restart files (YES, NO)
36-
READ_BINARY_RESTART = NO
37-
%
38-
% Write binary restart files (YES, NO)
39-
WRT_BINARY_RESTART = NO
33+
OBJECTIVE_WEIGHT= 1.0
4034
%
4135
% Data written to history file
42-
HISTORY_OUTPUT=(ITER, RMS_RES, HEAT )
36+
HISTORY_OUTPUT= (ITER, RMS_RES, HEAT)
4337

4438
% -------------------- BOUNDARY CONDITION DEFINITION --------------------------%
4539
%
@@ -199,10 +193,6 @@ SOLUTION_FILENAME= solution_flow.dat
199193
% Restart adjoint input file
200194
SOLUTION_ADJ_FILENAME= solution_adj.dat
201195
%
202-
% Output file format (TECPLOT, TECPLOT_BINARY, PARAVIEW,
203-
% FIELDVIEW, FIELDVIEW_BINARY)
204-
OUTPUT_FORMAT= TECPLOT
205-
%
206196
% Output file convergence history (w/o extension)
207197
CONV_FILENAME= history
208198
%

Inc_Heated_Cylinders/solid_cylinder1.cfg

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,6 @@ OBJECTIVE_FUNCTION= TOTAL_HEATFLUX
2828
%
2929
% List of weighting values when using more than one OBJECTIVE_FUNCTION. Separate by commas and match with MARKER_MONITORING.
3030
OBJECTIVE_WEIGHT = 1.0
31-
%
32-
% Read binary restart files (YES, NO)
33-
READ_BINARY_RESTART = NO
34-
%
35-
% Write binary restart files (YES, NO)
36-
WRT_BINARY_RESTART = NO
3731

3832
% -------------------- BOUNDARY CONDITION DEFINITION --------------------------%
3933
%
@@ -59,10 +53,10 @@ SOLID_TEMPERATURE_INIT= 350.0
5953
SOLID_DENSITY= 0.000210322
6054
%
6155
% Solid specific heat (J/kg*K)
62-
SPECIFIC_HEAT_CP_SOLID = 1004.703
56+
SPECIFIC_HEAT_CP = 1004.703
6357
%
6458
% Solid thermal conductivity (W/m*K)
65-
THERMAL_CONDUCTIVITY_SOLID= 0.1028
59+
SOLID_THERMAL_CONDUCTIVITY= 0.1028
6660

6761
% ------------- COMMON PARAMETERS DEFINING THE NUMERICAL METHOD ---------------%
6862
%
@@ -127,10 +121,6 @@ SOLUTION_FILENAME= solution_flow.dat
127121
% Restart adjoint input file
128122
SOLUTION_ADJ_FILENAME= solution_adj.dat
129123
%
130-
% Output file format (TECPLOT, TECPLOT_BINARY, PARAVIEW,
131-
% FIELDVIEW, FIELDVIEW_BINARY)
132-
OUTPUT_FORMAT= TECPLOT
133-
%
134124
% Output file convergence history (w/o extension)
135125
CONV_FILENAME= history
136126
%

Inc_Heated_Cylinders/solid_cylinder2.cfg

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,6 @@ OBJECTIVE_FUNCTION= TOTAL_HEATFLUX
2828
%
2929
% List of weighting values when using more than one OBJECTIVE_FUNCTION. Separate by commas and match with MARKER_MONITORING.
3030
OBJECTIVE_WEIGHT = 1.0
31-
%
32-
% Read binary restart files (YES, NO)
33-
READ_BINARY_RESTART = NO
34-
%
35-
% Write binary restart files (YES, NO)
36-
WRT_BINARY_RESTART = NO
3731

3832
% -------------------- BOUNDARY CONDITION DEFINITION --------------------------%
3933
%
@@ -59,10 +53,10 @@ SOLID_TEMPERATURE_INIT= 350.0
5953
SOLID_DENSITY= 0.000210322
6054
%
6155
% Solid specific heat (J/kg*K)
62-
SPECIFIC_HEAT_CP_SOLID = 1004.703
56+
SPECIFIC_HEAT_CP = 1004.703
6357
%
6458
% Solid thermal conductivity (W/m*K)
65-
THERMAL_CONDUCTIVITY_SOLID= 0.1028
59+
SOLID_THERMAL_CONDUCTIVITY= 0.1028
6660

6761
% ------------- COMMON PARAMETERS DEFINING THE NUMERICAL METHOD ---------------%
6862
%
@@ -137,10 +131,6 @@ SOLUTION_FILENAME= solution_flow.dat
137131
% Restart adjoint input file
138132
SOLUTION_ADJ_FILENAME= solution_adj.dat
139133
%
140-
% Output file format (TECPLOT, TECPLOT_BINARY, PARAVIEW,
141-
% FIELDVIEW, FIELDVIEW_BINARY)
142-
OUTPUT_FORMAT= TECPLOT
143-
%
144134
% Output file convergence history (w/o extension)
145135
CONV_FILENAME= history
146136
%

Inc_Heated_Cylinders/solid_cylinder3.cfg

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,6 @@ OBJECTIVE_FUNCTION= TOTAL_HEATFLUX
2828
%
2929
% List of weighting values when using more than one OBJECTIVE_FUNCTION. Separate by commas and match with MARKER_MONITORING.
3030
OBJECTIVE_WEIGHT = 1.0
31-
%
32-
% Read binary restart files (YES, NO)
33-
READ_BINARY_RESTART = NO
34-
%
35-
% Write binary restart files (YES, NO)
36-
WRT_BINARY_RESTART = NO
3731

3832
% -------------------- BOUNDARY CONDITION DEFINITION --------------------------%
3933
%
@@ -59,10 +53,10 @@ SOLID_TEMPERATURE_INIT= 350.0
5953
SOLID_DENSITY= 0.000210322
6054
%
6155
% Solid specific heat (J/kg*K)
62-
SPECIFIC_HEAT_CP_SOLID = 1004.703
56+
SPECIFIC_HEAT_CP = 1004.703
6357
%
6458
% Solid thermal conductivity (W/m*K)
65-
THERMAL_CONDUCTIVITY_SOLID= 0.1028
59+
SOLID_THERMAL_CONDUCTIVITY= 0.1028
6660

6761
% ------------- COMMON PARAMETERS DEFINING THE NUMERICAL METHOD ---------------%
6862
%
@@ -137,10 +131,6 @@ SOLUTION_FILENAME= solution_flow.dat
137131
% Restart adjoint input file
138132
SOLUTION_ADJ_FILENAME= solution_adj.dat
139133
%
140-
% Output file format (TECPLOT, TECPLOT_BINARY, PARAVIEW,
141-
% FIELDVIEW, FIELDVIEW_BINARY)
142-
OUTPUT_FORMAT= TECPLOT
143-
%
144134
% Output file convergence history (w/o extension)
145135
CONV_FILENAME= history
146136
%

0 commit comments

Comments
 (0)