Skip to content

Commit ab0680d

Browse files
committed
done?
1 parent ef023f9 commit ab0680d

16 files changed

Lines changed: 28 additions & 2 deletions

File tree

TestCases/aeroelastic/aeroelastic_NACA64A010.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ REF_DIMENSIONALIZATION= DIMENSIONAL
3636
TIME_DOMAIN=YES
3737
TIME_MARCHING= DUAL_TIME_STEPPING-2ND_ORDER
3838
TIME_STEP= 0.00174532925199
39+
% 36 steps per period, based on the pitch natural frequency
40+
%
3941
MAX_TIME= 50.0
4042
INNER_ITER= 100
4143

TestCases/coupled_cht/comp_2d/cht_2d_3cylinders.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ MESH_FORMAT= SU2
2323

2424
% ----------------------- DESIGN VARIABLE PARAMETERS --------------------------%
2525
%
26+
% These are just default parameters so that we can run SU2_DOT_AD, they have no physical meaning for this test case.
2627
DV_KIND= HICKS_HENNE
2728
DV_MARKER= ( cylinder_outer1, cylinder_inner1, cylinder_outer2, cylinder_inner2, cylinder_outer3, cylinder_inner3 )
2829
DV_PARAM= (0.0, 0.5)

TestCases/coupled_cht/comp_2d/solid_cylinder1.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ MARKER_MONITORING= ( NONE )
2323
%
2424
INC_NONDIM= DIMENSIONAL
2525
FREESTREAM_TEMPERATURE= 350.0
26+
%
27+
% Nettis case: hollow cylinder (air w/ 4x the conductivity)
28+
%
2629
MATERIAL_DENSITY= 0.000210322
2730
SPECIFIC_HEAT_CP= 1004.703
2831
THERMAL_CONDUCTIVITY_CONSTANT= 0.1028

TestCases/coupled_cht/comp_2d/solid_cylinder2.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ MARKER_MONITORING= ( NONE )
2323
%
2424
INC_NONDIM= DIMENSIONAL
2525
FREESTREAM_TEMPERATURE= 350.0
26+
%
27+
% Nettis case: hollow cylinder (air w/ 4x the conductivity)
28+
%
2629
MATERIAL_DENSITY= 0.000210322
2730
SPECIFIC_HEAT_CP= 1004.703
2831
THERMAL_CONDUCTIVITY_CONSTANT= 0.1028

TestCases/coupled_cht/comp_2d/solid_cylinder3.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ MARKER_MONITORING= ( NONE )
2323
%
2424
INC_NONDIM= DIMENSIONAL
2525
FREESTREAM_TEMPERATURE= 350.0
26+
%
27+
% Nettis case: hollow cylinder (air w/ 4x the conductivity)
28+
%
2629
MATERIAL_DENSITY= 0.000210322
2730
SPECIFIC_HEAT_CP= 1004.703
2831
THERMAL_CONDUCTIVITY_CONSTANT= 0.1028

TestCases/coupled_cht/disc_adj_incomp_2d/cht_2d_3cylinders.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ MESH_FORMAT= SU2
2323

2424
% ----------------------- DESIGN VARIABLE PARAMETERS --------------------------%
2525
%
26+
% These are just default parameters so that we can run SU2_DOT_AD, they have no physical meaning for this test case.
2627
DV_KIND= HICKS_HENNE
2728
DV_MARKER= ( cylinder_outer1, cylinder_inner1, cylinder_outer2, cylinder_inner2, cylinder_outer3, cylinder_inner3 )
2829
DV_PARAM= (0.0, 0.5)

TestCases/coupled_cht/disc_adj_incomp_2d/flow_cylinder.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
SOLVER= INC_NAVIER_STOKES
1111
KIND_TURB_MODEL= NONE
1212
RESTART_SOL= NO
13+
14+
% Gradient for this test case from direct differentiation (to confirm adjoints results, if desired): -0.716778
1315
OBJECTIVE_FUNCTION= TOTAL_HEATFLUX
1416
OBJECTIVE_WEIGHT = 1.0
1517
READ_BINARY_RESTART = YES

TestCases/coupled_cht/disc_adj_unsteadyCHT_cylinder/chtMaster.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ FFD_CONTINUITY= NO_DERIVATIVE
6363

6464
% ----------------------- DESIGN VARIABLE PARAMETERS --------------------------%
6565
%
66+
% First 9 are upper, second 9 are lower DV's
6667
DV_KIND= FFD_CONTROL_POINT_2D,FFD_CONTROL_POINT_2D,FFD_CONTROL_POINT_2D,FFD_CONTROL_POINT_2D,FFD_CONTROL_POINT_2D,FFD_CONTROL_POINT_2D,FFD_CONTROL_POINT_2D,FFD_CONTROL_POINT_2D,FFD_CONTROL_POINT_2D, FFD_CONTROL_POINT_2D,FFD_CONTROL_POINT_2D,FFD_CONTROL_POINT_2D,FFD_CONTROL_POINT_2D,FFD_CONTROL_POINT_2D,FFD_CONTROL_POINT_2D,FFD_CONTROL_POINT_2D,FFD_CONTROL_POINT_2D,FFD_CONTROL_POINT_2D
6768
DV_MARKER= ( cylinder_fluid, cylinder_solid )
6869
DV_PARAM= \

TestCases/coupled_cht/incomp_2d/cht_2d_3cylinders.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ MESH_FORMAT= SU2
2424

2525
% ----------------------- DESIGN VARIABLE PARAMETERS --------------------------%
2626
%
27+
% These are just default parameters so that we can run SU2_DOT_AD, they have no physical meaning for this test case.
2728
DV_KIND= HICKS_HENNE
2829
DV_MARKER= ( cylinder_outer1, cylinder_inner1, cylinder_outer2, cylinder_inner2, cylinder_outer3, cylinder_inner3 )
2930
DV_PARAM= (0.0, 0.5)

TestCases/coupled_cht/incomp_2d_unsteady/solid_cylinder3.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ MARKER_MONITORING= ( NONE )
2121

2222
% ---------------- (SOLIDS) CONDUCTION CONDITION DEFINITION -------------------%
2323
%
24+
% We should keep the dimensionalization of the coupled flow solver
2425
INC_NONDIM= DIMENSIONAL
2526
FREESTREAM_TEMPERATURE= 288.15
2627
%
@@ -43,7 +44,6 @@ LINEAR_SOLVER_ITER= 5
4344

4445
% -------------------- HEAT NUMERICAL METHOD DEFINITION -----------------------%
4546
%
46-
% Time discretization (EULER_IMPLICIT, EULER_EXPLICIT)
4747
TIME_DISCRE_HEAT= EULER_IMPLICIT
4848

4949
% --------------------------- CONVERGENCE PARAMETERS --------------------------%

0 commit comments

Comments
 (0)