Datasets:

ArXiv:
DOI:
License:
yirens commited on
Commit
d12e1ea
·
verified ·
1 Parent(s): a6eea8c

Add files using upload-large-folder tool

Browse files
Files changed (35) hide show
  1. README.md +2 -1
  2. example/020701-1VN.json +0 -0
  3. example/11.0degAOA/config.cfg +114 -0
  4. example/11.0degAOA/forces_breakdown.dat +129 -0
  5. example/11.0degAOA/history.csv +0 -0
  6. example/11.0degAOA/surface_and_volume_flow.zip +3 -0
  7. example/12.0degAOA/config.cfg +114 -0
  8. example/12.0degAOA/forces_breakdown.dat +129 -0
  9. example/12.0degAOA/history.csv +0 -0
  10. example/12.0degAOA/surface_and_volume_flow.zip +3 -0
  11. example/13.0degAOA/config.cfg +114 -0
  12. example/13.0degAOA/forces_breakdown.dat +129 -0
  13. example/13.0degAOA/history.csv +0 -0
  14. example/13.0degAOA/surface_and_volume_flow.zip +3 -0
  15. example/14.0degAOA/config.cfg +114 -0
  16. example/14.0degAOA/forces_breakdown.dat +129 -0
  17. example/14.0degAOA/history.csv +0 -0
  18. example/14.0degAOA/surface_and_volume_flow.zip +3 -0
  19. example/15.0degAOA/config.cfg +114 -0
  20. example/15.0degAOA/forces_breakdown.dat +129 -0
  21. example/15.0degAOA/history.csv +0 -0
  22. example/15.0degAOA/surface_and_volume_flow.zip +3 -0
  23. example/16.0degAOA/config.cfg +114 -0
  24. example/16.0degAOA/forces_breakdown.dat +129 -0
  25. example/16.0degAOA/history.csv +0 -0
  26. example/16.0degAOA/surface_and_volume_flow.zip +3 -0
  27. example/17.0degAOA/config.cfg +114 -0
  28. example/17.0degAOA/forces_breakdown.dat +129 -0
  29. example/17.0degAOA/history.csv +0 -0
  30. example/17.0degAOA/surface_and_volume_flow.zip +3 -0
  31. example/18.0degAOA/config.cfg +114 -0
  32. example/18.0degAOA/forces_breakdown.dat +129 -0
  33. example/18.0degAOA/history.csv +0 -0
  34. example/18.0degAOA/surface_and_volume_flow.zip +3 -0
  35. example/19.0degAOA/surface_and_volume_flow.zip +3 -0
README.md CHANGED
@@ -123,4 +123,5 @@ The nested structure ensures that increasing dataset size refines sampling densi
123
 
124
  ## Note:
125
 
126
- Part of the dataset, due to HF dataset size limit, is in a seperate repo double-delta-aero2
 
 
123
 
124
  ## Note:
125
 
126
+ The license is different from manuscript (From LGPL2.1 to CC-BY-2.0). https://arc.aiaa.org/doi/abs/10.2514/6.2026-0686 OR https://arxiv.org/abs/2512.20941
127
+ Please refer to the publication for details.
example/020701-1VN.json ADDED
The diff for this file is too large to render. See raw diff
 
example/11.0degAOA/config.cfg ADDED
@@ -0,0 +1,114 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ % ------------- DIRECT, ADJOINT, AND LINEARIZED PROBLEM DEFINITION ------------%
2
+ %
3
+ SOLVER= RANS
4
+ KIND_TURB_MODEL= SA
5
+ SA_OPTIONS= ROTATION
6
+ RESTART_SOL= NO
7
+
8
+ % -------------------- COMPRESSIBLE FREE-STREAM DEFINITION --------------------%
9
+ %
10
+ MACH_NUMBER= 0.3
11
+ AOA= 11.0
12
+ FREESTREAM_TEMPERATURE= 285.0
13
+ REYNOLDS_NUMBER= 8.04E7
14
+ REYNOLDS_LENGTH= 16
15
+
16
+ % ---------------------- REFERENCE VALUE DEFINITION ---------------------------%
17
+ %
18
+ REF_ORIGIN_MOMENT_X = 13.063688846316008
19
+ REF_ORIGIN_MOMENT_Y = 0.00
20
+ REF_ORIGIN_MOMENT_Z = 0.00
21
+ REF_LENGTH= 16
22
+ REF_AREA= 659.6039695925111
23
+
24
+ % --------------------FLUID MODEL----------------------------------------------%
25
+ %
26
+ FLUID_MODEL= STANDARD_AIR
27
+ GAMMA_VALUE= 1.4
28
+ GAS_CONSTANT= 287.058
29
+
30
+ % -----------------------VISCOSITY MODEL--------------------------------------%
31
+ %
32
+ VISCOSITY_MODEL= SUTHERLAND
33
+ MU_CONSTANT=1.716e-05
34
+
35
+ % --------------------------THERMAL MODEL-------------------------------------%
36
+ %
37
+ CONDUCTIVITY_MODEL= CONSTANT_PRANDTL
38
+ PRANDTL_LAM= 0.72
39
+ PRANDTL_TURB= 0.90
40
+
41
+ % -------------------- BOUNDARY CONDITION DEFINITION --------------------------%
42
+ %
43
+ MARKER_HEATFLUX= ( wall, 0.0 )
44
+ %MARKER_EULER= ( wall )
45
+ MARKER_FAR= ( farfield )
46
+ MARKER_PLOTTING= ( wall )
47
+ MARKER_MONITORING= ( wall )
48
+ FREESTREAM_TURBULENCEINTENSITY= 0.03
49
+
50
+ % ------------- COMMON PARAMETERS DEFINING THE NUMERICAL METHOD ---------------%
51
+ %
52
+ NUM_METHOD_GRAD= GREEN_GAUSS
53
+ CFL_NUMBER= 10.0
54
+ CFL_ADAPT= YES
55
+ CFL_ADAPT_PARAM= ( 0.2, 1.5, 0.00001, 2000 )
56
+ ITER= 29999
57
+ LINEAR_SOLVER= FGMRES
58
+ LINEAR_SOLVER_ERROR= 1E-7
59
+ LINEAR_SOLVER_ITER= 50
60
+ LINEAR_SOLVER_PREC= ILU
61
+
62
+ % -------------------------- MULTIGRID PARAMETERS -----------------------------%
63
+ %
64
+ MGLEVEL= 0
65
+ MGCYCLE= W_CYCLE
66
+ MG_PRE_SMOOTH= ( 1, 2, 3, 3 )
67
+ MG_POST_SMOOTH= ( 0, 0, 0, 0 )
68
+ MG_CORRECTION_SMOOTH= ( 0, 0, 0, 0 )
69
+ MG_DAMP_RESTRICTION= 0.95
70
+ MG_DAMP_PROLONGATION= 0.95
71
+
72
+ % -------------------- FLOW NUMERICAL METHOD DEFINITION -----------------------%
73
+ %
74
+ CONV_NUM_METHOD_FLOW= JST
75
+ MUSCL_FLOW= NO
76
+ SLOPE_LIMITER_FLOW= VENKATAKRISHNAN
77
+ VENKAT_LIMITER_COEFF= 0.08
78
+ JST_SENSOR_COEFF= ( 0.5, 0.02 )
79
+ TIME_DISCRE_FLOW= EULER_IMPLICIT
80
+
81
+ % -------------------- TURBULENT NUMERICAL METHOD DEFINITION ------------------%
82
+ %
83
+ CONV_NUM_METHOD_TURB= SCALAR_UPWIND
84
+ MUSCL_TURB= NO
85
+ SLOPE_LIMITER_TURB= VENKATAKRISHNAN
86
+ TIME_DISCRE_TURB= EULER_IMPLICIT
87
+
88
+ % --------------------------- CONVERGENCE PARAMETERS --------------------------%
89
+ %
90
+ CONV_RESIDUAL_MINVAL= -6
91
+ CONV_STARTITER= 800
92
+ CONV_FIELD= DRAG
93
+ CONV_CAUCHY_ELEMS= 100
94
+ CONV_CAUCHY_EPS= 1E-5
95
+
96
+ % ------------------------- INPUT/OUTPUT INFORMATION --------------------------%
97
+ %
98
+ MESH_FILENAME= /scratch/users/yrshen/scitec26/geom256samples/020701-1VN.su2
99
+ MESH_FORMAT= SU2
100
+ MESH_OUT_FILENAME= mesh_out.su2
101
+ SOLUTION_FILENAME= solution_flow.dat
102
+ TABULAR_FORMAT= CSV
103
+ CONV_FILENAME= history
104
+ RESTART_FILENAME= restart_flow.dat
105
+ VOLUME_FILENAME= flow
106
+ SURFACE_FILENAME= surface_flow
107
+ OUTPUT_WRT_FREQ= 200
108
+ WRT_FORCES_BREAKDOWN= YES
109
+ BREAKDOWN_FILENAME= forces_breakdown.dat
110
+ SCREEN_OUTPUT= (INNER_ITER, RMS_DENSITY, RMS_MOMENTUM-X, RMS_MOMENTUM-Y, RMS_NU_TILDE, LIFT, DRAG, CFL_NUMBER, LINSOL, CAUCHY)
111
+ HISTORY_OUTPUT= (INNER_ITER, RMS_DENSITY, RMS_MOMENTUM-X, RMS_MOMENTUM-Y, RMS_NU_TILDE, LIFT, DRAG, CFL_NUMBER, LINSOL, CAUCHY)
112
+ % Change to Tecplot if needed
113
+ VOLUME_OUTPUT= (COORDINATES, SOLUTION, PRIMITIVE, DISSIPATION, MESH_QUALITY)
114
+ OUTPUT_FILES= (RESTART, PARAVIEW, SURFACE_PARAVIEW, SURFACE_PARAVIEW_ASCII)
example/11.0degAOA/forces_breakdown.dat ADDED
@@ -0,0 +1,129 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ -------------------------------------------------------------------------
3
+ | ___ _ _ ___ |
4
+ | / __| | | |_ ) Release 8.0.0 "Harrier" |
5
+ | \__ \ |_| |/ / |
6
+ | |___/\___//___| Suite (Computational Fluid Dynamics Code) |
7
+ | |
8
+ -------------------------------------------------------------------------
9
+ | SU2 Project Website: https://su2code.github.io |
10
+ | |
11
+ | The SU2 Project is maintained by the SU2 Foundation |
12
+ | (http://su2foundation.org) |
13
+ -------------------------------------------------------------------------
14
+ | Copyright 2012-2023, SU2 Contributors |
15
+ | |
16
+ | SU2 is free software; you can redistribute it and/or |
17
+ | modify it under the terms of the GNU Lesser General Public |
18
+ | License as published by the Free Software Foundation; either |
19
+ | version 2.1 of the License, or (at your option) any later version. |
20
+ | |
21
+ | SU2 is distributed in the hope that it will be useful, |
22
+ | but WITHOUT ANY WARRANTY; without even the implied warranty of |
23
+ | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
24
+ | Lesser General Public License for more details. |
25
+ | |
26
+ | You should have received a copy of the GNU Lesser General Public |
27
+ | License along with SU2. If not, see <http://www.gnu.org/licenses/>. |
28
+ -------------------------------------------------------------------------
29
+
30
+
31
+ Problem definition:
32
+
33
+ Compressible RANS equations.
34
+ Turbulence model: Spalart Allmaras
35
+ Mach number: 0.3.
36
+ Angle of attack (AoA): 11 deg, and angle of sideslip (AoS): 0 deg.
37
+ Reynolds number: 8.04e+07.
38
+ Dimensional simulation.
39
+ The reference area is 659.604 m^2.
40
+ The reference length is 16 m.
41
+
42
+
43
+ Problem definition:
44
+
45
+ Viscous flow: Computing pressure using the ideal gas law
46
+ based on the free-stream temperature and a density computed
47
+ from the Reynolds number.
48
+ Force coefficients computed using free-stream values.
49
+ -- Input conditions:
50
+ Fluid Model: STANDARD_AIR
51
+ Specific gas constant: 287.058 N.m/kg.K.
52
+ Specific gas constant (non-dim): 287.058
53
+ Specific Heat Ratio: 1.4000
54
+ Viscosity Model: SUTHERLAND
55
+ Ref. Laminar Viscosity: 1.716e-05 N.s/m^2.
56
+ Ref. Temperature: 273.15 K.
57
+ Sutherland Constant: 110.4 K.
58
+ Laminar Viscosity (non-dim): 1.716e-05
59
+ Ref. Temperature (non-dim): 273.15
60
+ Sutherland constant (non-dim): 110.4
61
+ Conductivity Model: CONSTANT_PRANDTL
62
+ Prandtl: 0.72
63
+ Turbulent Conductivity Model: CONSTANT_PRANDTL
64
+ Turbulent Prandtl: 0.9
65
+ Free-stream static pressure: 71833.4 Pa.
66
+ Free-stream total pressure: 76461.6 Pa.
67
+ Free-stream temperature: 285 K.
68
+ Free-stream total temperature: 290.13 K.
69
+ Free-stream density: 0.878035 kg/m^3.
70
+ Free-stream velocity: (99.6642, 0, 19.3728) m/s. Magnitude: 101.53 m/s.
71
+ Free-stream total energy per unit mass: 209683 m^2/s^2.
72
+ Free-stream viscosity: 1.77406e-05 N.s/m^2.
73
+ Free-stream turb. kinetic energy per unit mass: 13.9161 m^2/s^2.
74
+ Free-stream specific dissipation: 68875.1 1/s.
75
+ -- Reference values:
76
+ Reference specific gas constant: 1 N.m/kg.K.
77
+ Reference pressure: 1 Pa.
78
+ Reference temperature: 1 K.
79
+ Reference density: 1 kg/m^3.
80
+ Reference velocity: 1 m/s.
81
+ Reference energy per unit mass: 1 m^2/s^2.
82
+ Reference viscosity: 1 N.s/m^2.
83
+ Reference conductivity: 1 W/m^2.K.
84
+ -- Resulting non-dimensional state:
85
+ Mach number (non-dim): 0.3
86
+ Reynolds number (non-dim): 8.04e+07. Re length: 16 m.
87
+ Specific gas constant (non-dim): 287.058
88
+ Free-stream temperature (non-dim): 285
89
+ Free-stream pressure (non-dim): 71833.4
90
+ Free-stream density (non-dim): 0.878035
91
+ Free-stream velocity (non-dim): (99.6642, 0, 19.3728). Magnitude: 101.53
92
+ Free-stream total energy per unit mass (non-dim): 209683
93
+ Free-stream viscosity (non-dim): 1.77406e-05
94
+ Free-stream turb. kinetic energy (non-dim): 13.9161
95
+ Free-stream specific dissipation (non-dim): 68875.1
96
+
97
+
98
+ Forces breakdown:
99
+
100
+ Center of Pressure: X=-0.079610Z+33.300123 m.
101
+
102
+ NOTE: Multiply forces by the non-dimensional factor: 2985038.585495, and the reference factor: 1.000000
103
+ to obtain the dimensional force.
104
+
105
+ Total CL: 0.474738 | Pressure ( 100%): 0.475316 | Friction ( 0%): -0.000577 | Momentum ( 0%): 0.000000
106
+ Total CD: 0.053656 | Pressure ( 91%): 0.049273 | Friction ( 8%): 0.004382 | Momentum ( 0%): 0.000000
107
+ Total CSF: 0.000011 | Pressure ( 93%): 0.000010 | Friction ( 6%): 0.000001 | Momentum ( 0%): 0.000000
108
+ Total CL/CD: 8.847875 | Pressure ( 109%): 9.646549 | Friction ( -1%): -0.131754 | Momentum ( 0%): 0.000000
109
+ Total CMx: 0.000087 | Pressure ( 99%): 0.000087 | Friction ( 0%): 0.000000 | Momentum ( 0%): 0.000000
110
+ Total CMy: -0.602355 | Pressure ( 99%): -0.602195 | Friction ( 0%): -0.000160 | Momentum ( 0%): 0.000000
111
+ Total CMz: 0.000022 | Pressure ( 91%): 0.000020 | Friction ( 8%): 0.000002 | Momentum ( 0%): 0.000000
112
+ Total CFx: -0.037914 | Pressure ( 111%): -0.042327 | Friction ( -11%): 0.004412 | Momentum ( 0%): 0.000000
113
+ Total CFy: 0.000011 | Pressure ( 93%): 0.000010 | Friction ( 6%): 0.000001 | Momentum ( 0%): 0.000000
114
+ Total CFz: 0.476254 | Pressure ( 99%): 0.475984 | Friction ( 0%): 0.000269 | Momentum ( 0%): 0.000000
115
+
116
+
117
+ Surface name: wall
118
+
119
+ Total CL ( 99%): 0.474738 | Pressure ( 100%): 0.475316 | Friction ( 0%): -0.000577 | Momentum ( 0%): 0.000000
120
+ Total CD ( 99%): 0.053656 | Pressure ( 91%): 0.049273 | Friction ( 8%): 0.004382 | Momentum ( 0%): 0.000000
121
+ Total CSF ( 99%): 0.000011 | Pressure ( 93%): 0.000010 | Friction ( 6%): 0.000001 | Momentum ( 0%): 0.000000
122
+ Total CL/CD ( 100%): 8.847875 | Pressure ( 109%): 9.646549 | Friction ( -1%): -0.131754 | Momentum ( 0%): 0.000000
123
+ Total CMx ( 99%): 0.000087 | Pressure ( 99%): 0.000087 | Friction ( 0%): 0.000000 | Momentum ( 0%): 0.000000
124
+ Total CMy ( 100%): -0.602355 | Pressure ( 99%): -0.602195 | Friction ( 0%): -0.000160 | Momentum ( 0%): 0.000000
125
+ Total CMz ( 99%): 0.000022 | Pressure ( 91%): 0.000020 | Friction ( 8%): 0.000002 | Momentum ( 0%): 0.000000
126
+ Total CFx ( 100%): -0.037914 | Pressure ( 111%): -0.042327 | Friction ( -11%): 0.004412 | Momentum ( 0%): 0.000000
127
+ Total CFy ( 99%): 0.000011 | Pressure ( 93%): 0.000010 | Friction ( 6%): 0.000001 | Momentum ( 0%): 0.000000
128
+ Total CFz ( 99%): 0.476254 | Pressure ( 99%): 0.475984 | Friction ( 0%): 0.000269 | Momentum ( 0%): 0.000000
129
+
example/11.0degAOA/history.csv ADDED
The diff for this file is too large to render. See raw diff
 
example/11.0degAOA/surface_and_volume_flow.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bed3e01ae5836d5d01901cbc758405162ccd3dbe75594b3a255625382447d8c0
3
+ size 230898459
example/12.0degAOA/config.cfg ADDED
@@ -0,0 +1,114 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ % ------------- DIRECT, ADJOINT, AND LINEARIZED PROBLEM DEFINITION ------------%
2
+ %
3
+ SOLVER= RANS
4
+ KIND_TURB_MODEL= SA
5
+ SA_OPTIONS= ROTATION
6
+ RESTART_SOL= NO
7
+
8
+ % -------------------- COMPRESSIBLE FREE-STREAM DEFINITION --------------------%
9
+ %
10
+ MACH_NUMBER= 0.3
11
+ AOA= 12.0
12
+ FREESTREAM_TEMPERATURE= 285.0
13
+ REYNOLDS_NUMBER= 8.04E7
14
+ REYNOLDS_LENGTH= 16
15
+
16
+ % ---------------------- REFERENCE VALUE DEFINITION ---------------------------%
17
+ %
18
+ REF_ORIGIN_MOMENT_X = 13.063688846316008
19
+ REF_ORIGIN_MOMENT_Y = 0.00
20
+ REF_ORIGIN_MOMENT_Z = 0.00
21
+ REF_LENGTH= 16
22
+ REF_AREA= 659.6039695925111
23
+
24
+ % --------------------FLUID MODEL----------------------------------------------%
25
+ %
26
+ FLUID_MODEL= STANDARD_AIR
27
+ GAMMA_VALUE= 1.4
28
+ GAS_CONSTANT= 287.058
29
+
30
+ % -----------------------VISCOSITY MODEL--------------------------------------%
31
+ %
32
+ VISCOSITY_MODEL= SUTHERLAND
33
+ MU_CONSTANT=1.716e-05
34
+
35
+ % --------------------------THERMAL MODEL-------------------------------------%
36
+ %
37
+ CONDUCTIVITY_MODEL= CONSTANT_PRANDTL
38
+ PRANDTL_LAM= 0.72
39
+ PRANDTL_TURB= 0.90
40
+
41
+ % -------------------- BOUNDARY CONDITION DEFINITION --------------------------%
42
+ %
43
+ MARKER_HEATFLUX= ( wall, 0.0 )
44
+ %MARKER_EULER= ( wall )
45
+ MARKER_FAR= ( farfield )
46
+ MARKER_PLOTTING= ( wall )
47
+ MARKER_MONITORING= ( wall )
48
+ FREESTREAM_TURBULENCEINTENSITY= 0.03
49
+
50
+ % ------------- COMMON PARAMETERS DEFINING THE NUMERICAL METHOD ---------------%
51
+ %
52
+ NUM_METHOD_GRAD= GREEN_GAUSS
53
+ CFL_NUMBER= 10.0
54
+ CFL_ADAPT= YES
55
+ CFL_ADAPT_PARAM= ( 0.2, 1.5, 0.00001, 2000 )
56
+ ITER= 29999
57
+ LINEAR_SOLVER= FGMRES
58
+ LINEAR_SOLVER_ERROR= 1E-7
59
+ LINEAR_SOLVER_ITER= 50
60
+ LINEAR_SOLVER_PREC= ILU
61
+
62
+ % -------------------------- MULTIGRID PARAMETERS -----------------------------%
63
+ %
64
+ MGLEVEL= 0
65
+ MGCYCLE= W_CYCLE
66
+ MG_PRE_SMOOTH= ( 1, 2, 3, 3 )
67
+ MG_POST_SMOOTH= ( 0, 0, 0, 0 )
68
+ MG_CORRECTION_SMOOTH= ( 0, 0, 0, 0 )
69
+ MG_DAMP_RESTRICTION= 0.95
70
+ MG_DAMP_PROLONGATION= 0.95
71
+
72
+ % -------------------- FLOW NUMERICAL METHOD DEFINITION -----------------------%
73
+ %
74
+ CONV_NUM_METHOD_FLOW= JST
75
+ MUSCL_FLOW= NO
76
+ SLOPE_LIMITER_FLOW= VENKATAKRISHNAN
77
+ VENKAT_LIMITER_COEFF= 0.08
78
+ JST_SENSOR_COEFF= ( 0.5, 0.02 )
79
+ TIME_DISCRE_FLOW= EULER_IMPLICIT
80
+
81
+ % -------------------- TURBULENT NUMERICAL METHOD DEFINITION ------------------%
82
+ %
83
+ CONV_NUM_METHOD_TURB= SCALAR_UPWIND
84
+ MUSCL_TURB= NO
85
+ SLOPE_LIMITER_TURB= VENKATAKRISHNAN
86
+ TIME_DISCRE_TURB= EULER_IMPLICIT
87
+
88
+ % --------------------------- CONVERGENCE PARAMETERS --------------------------%
89
+ %
90
+ CONV_RESIDUAL_MINVAL= -6
91
+ CONV_STARTITER= 800
92
+ CONV_FIELD= DRAG
93
+ CONV_CAUCHY_ELEMS= 100
94
+ CONV_CAUCHY_EPS= 1E-5
95
+
96
+ % ------------------------- INPUT/OUTPUT INFORMATION --------------------------%
97
+ %
98
+ MESH_FILENAME= /scratch/users/yrshen/scitec26/geom256samples/020701-1VN.su2
99
+ MESH_FORMAT= SU2
100
+ MESH_OUT_FILENAME= mesh_out.su2
101
+ SOLUTION_FILENAME= solution_flow.dat
102
+ TABULAR_FORMAT= CSV
103
+ CONV_FILENAME= history
104
+ RESTART_FILENAME= restart_flow.dat
105
+ VOLUME_FILENAME= flow
106
+ SURFACE_FILENAME= surface_flow
107
+ OUTPUT_WRT_FREQ= 200
108
+ WRT_FORCES_BREAKDOWN= YES
109
+ BREAKDOWN_FILENAME= forces_breakdown.dat
110
+ SCREEN_OUTPUT= (INNER_ITER, RMS_DENSITY, RMS_MOMENTUM-X, RMS_MOMENTUM-Y, RMS_NU_TILDE, LIFT, DRAG, CFL_NUMBER, LINSOL, CAUCHY)
111
+ HISTORY_OUTPUT= (INNER_ITER, RMS_DENSITY, RMS_MOMENTUM-X, RMS_MOMENTUM-Y, RMS_NU_TILDE, LIFT, DRAG, CFL_NUMBER, LINSOL, CAUCHY)
112
+ % Change to Tecplot if needed
113
+ VOLUME_OUTPUT= (COORDINATES, SOLUTION, PRIMITIVE, DISSIPATION, MESH_QUALITY)
114
+ OUTPUT_FILES= (RESTART, PARAVIEW, SURFACE_PARAVIEW, SURFACE_PARAVIEW_ASCII)
example/12.0degAOA/forces_breakdown.dat ADDED
@@ -0,0 +1,129 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ -------------------------------------------------------------------------
3
+ | ___ _ _ ___ |
4
+ | / __| | | |_ ) Release 8.0.0 "Harrier" |
5
+ | \__ \ |_| |/ / |
6
+ | |___/\___//___| Suite (Computational Fluid Dynamics Code) |
7
+ | |
8
+ -------------------------------------------------------------------------
9
+ | SU2 Project Website: https://su2code.github.io |
10
+ | |
11
+ | The SU2 Project is maintained by the SU2 Foundation |
12
+ | (http://su2foundation.org) |
13
+ -------------------------------------------------------------------------
14
+ | Copyright 2012-2023, SU2 Contributors |
15
+ | |
16
+ | SU2 is free software; you can redistribute it and/or |
17
+ | modify it under the terms of the GNU Lesser General Public |
18
+ | License as published by the Free Software Foundation; either |
19
+ | version 2.1 of the License, or (at your option) any later version. |
20
+ | |
21
+ | SU2 is distributed in the hope that it will be useful, |
22
+ | but WITHOUT ANY WARRANTY; without even the implied warranty of |
23
+ | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
24
+ | Lesser General Public License for more details. |
25
+ | |
26
+ | You should have received a copy of the GNU Lesser General Public |
27
+ | License along with SU2. If not, see <http://www.gnu.org/licenses/>. |
28
+ -------------------------------------------------------------------------
29
+
30
+
31
+ Problem definition:
32
+
33
+ Compressible RANS equations.
34
+ Turbulence model: Spalart Allmaras
35
+ Mach number: 0.3.
36
+ Angle of attack (AoA): 12 deg, and angle of sideslip (AoS): 0 deg.
37
+ Reynolds number: 8.04e+07.
38
+ Dimensional simulation.
39
+ The reference area is 659.604 m^2.
40
+ The reference length is 16 m.
41
+
42
+
43
+ Problem definition:
44
+
45
+ Viscous flow: Computing pressure using the ideal gas law
46
+ based on the free-stream temperature and a density computed
47
+ from the Reynolds number.
48
+ Force coefficients computed using free-stream values.
49
+ -- Input conditions:
50
+ Fluid Model: STANDARD_AIR
51
+ Specific gas constant: 287.058 N.m/kg.K.
52
+ Specific gas constant (non-dim): 287.058
53
+ Specific Heat Ratio: 1.4000
54
+ Viscosity Model: SUTHERLAND
55
+ Ref. Laminar Viscosity: 1.716e-05 N.s/m^2.
56
+ Ref. Temperature: 273.15 K.
57
+ Sutherland Constant: 110.4 K.
58
+ Laminar Viscosity (non-dim): 1.716e-05
59
+ Ref. Temperature (non-dim): 273.15
60
+ Sutherland constant (non-dim): 110.4
61
+ Conductivity Model: CONSTANT_PRANDTL
62
+ Prandtl: 0.72
63
+ Turbulent Conductivity Model: CONSTANT_PRANDTL
64
+ Turbulent Prandtl: 0.9
65
+ Free-stream static pressure: 71833.4 Pa.
66
+ Free-stream total pressure: 76461.6 Pa.
67
+ Free-stream temperature: 285 K.
68
+ Free-stream total temperature: 290.13 K.
69
+ Free-stream density: 0.878035 kg/m^3.
70
+ Free-stream velocity: (99.3109, 0, 21.1092) m/s. Magnitude: 101.53 m/s.
71
+ Free-stream total energy per unit mass: 209683 m^2/s^2.
72
+ Free-stream viscosity: 1.77406e-05 N.s/m^2.
73
+ Free-stream turb. kinetic energy per unit mass: 13.9161 m^2/s^2.
74
+ Free-stream specific dissipation: 68875.1 1/s.
75
+ -- Reference values:
76
+ Reference specific gas constant: 1 N.m/kg.K.
77
+ Reference pressure: 1 Pa.
78
+ Reference temperature: 1 K.
79
+ Reference density: 1 kg/m^3.
80
+ Reference velocity: 1 m/s.
81
+ Reference energy per unit mass: 1 m^2/s^2.
82
+ Reference viscosity: 1 N.s/m^2.
83
+ Reference conductivity: 1 W/m^2.K.
84
+ -- Resulting non-dimensional state:
85
+ Mach number (non-dim): 0.3
86
+ Reynolds number (non-dim): 8.04e+07. Re length: 16 m.
87
+ Specific gas constant (non-dim): 287.058
88
+ Free-stream temperature (non-dim): 285
89
+ Free-stream pressure (non-dim): 71833.4
90
+ Free-stream density (non-dim): 0.878035
91
+ Free-stream velocity (non-dim): (99.3109, 0, 21.1092). Magnitude: 101.53
92
+ Free-stream total energy per unit mass (non-dim): 209683
93
+ Free-stream viscosity (non-dim): 1.77406e-05
94
+ Free-stream turb. kinetic energy (non-dim): 13.9161
95
+ Free-stream specific dissipation (non-dim): 68875.1
96
+
97
+
98
+ Forces breakdown:
99
+
100
+ Center of Pressure: X=-0.087355Z+33.466161 m.
101
+
102
+ NOTE: Multiply forces by the non-dimensional factor: 2985038.585495, and the reference factor: 1.000000
103
+ to obtain the dimensional force.
104
+
105
+ Total CL: 0.523113 | Pressure ( 100%): 0.523713 | Friction ( 0%): -0.000600 | Momentum ( 0%): 0.000000
106
+ Total CD: 0.064301 | Pressure ( 93%): 0.060138 | Friction ( 6%): 0.004163 | Momentum ( 0%): 0.000000
107
+ Total CSF: -0.000020 | Pressure ( 108%): -0.000021 | Friction ( -8%): 0.000002 | Momentum ( 0%): 0.000000
108
+ Total CL/CD: 8.135425 | Pressure ( 107%): 8.708593 | Friction ( -1%): -0.144214 | Momentum ( 0%): 0.000000
109
+ Total CMx: 0.000106 | Pressure ( 100%): 0.000106 | Friction ( 0%): -0.000000 | Momentum ( 0%): 0.000000
110
+ Total CMy: -0.669521 | Pressure ( 99%): -0.669343 | Friction ( 0%): -0.000178 | Momentum ( 0%): 0.000000
111
+ Total CMz: -0.000035 | Pressure ( 115%): -0.000041 | Friction ( -15%): 0.000005 | Momentum ( 0%): 0.000000
112
+ Total CFx: -0.045866 | Pressure ( 109%): -0.050063 | Friction ( -9%): 0.004197 | Momentum ( 0%): 0.000000
113
+ Total CFy: -0.000020 | Pressure ( 108%): -0.000021 | Friction ( -8%): 0.000002 | Momentum ( 0%): 0.000000
114
+ Total CFz: 0.525051 | Pressure ( 99%): 0.524772 | Friction ( 0%): 0.000278 | Momentum ( 0%): 0.000000
115
+
116
+
117
+ Surface name: wall
118
+
119
+ Total CL ( 99%): 0.523113 | Pressure ( 100%): 0.523713 | Friction ( 0%): -0.000600 | Momentum ( 0%): 0.000000
120
+ Total CD ( 99%): 0.064301 | Pressure ( 93%): 0.060138 | Friction ( 6%): 0.004163 | Momentum ( 0%): 0.000000
121
+ Total CSF ( 100%): -0.000020 | Pressure ( 108%): -0.000021 | Friction ( -8%): 0.000002 | Momentum ( 0%): 0.000000
122
+ Total CL/CD ( 100%): 8.135425 | Pressure ( 107%): 8.708593 | Friction ( -1%): -0.144214 | Momentum ( 0%): 0.000000
123
+ Total CMx ( 99%): 0.000106 | Pressure ( 100%): 0.000106 | Friction ( 0%): -0.000000 | Momentum ( 0%): 0.000000
124
+ Total CMy ( 100%): -0.669521 | Pressure ( 99%): -0.669343 | Friction ( 0%): -0.000178 | Momentum ( 0%): 0.000000
125
+ Total CMz ( 100%): -0.000035 | Pressure ( 115%): -0.000041 | Friction ( -15%): 0.000005 | Momentum ( 0%): 0.000000
126
+ Total CFx ( 100%): -0.045866 | Pressure ( 109%): -0.050063 | Friction ( -9%): 0.004197 | Momentum ( 0%): 0.000000
127
+ Total CFy ( 100%): -0.000020 | Pressure ( 108%): -0.000021 | Friction ( -8%): 0.000002 | Momentum ( 0%): 0.000000
128
+ Total CFz ( 99%): 0.525051 | Pressure ( 99%): 0.524772 | Friction ( 0%): 0.000278 | Momentum ( 0%): 0.000000
129
+
example/12.0degAOA/history.csv ADDED
The diff for this file is too large to render. See raw diff
 
example/12.0degAOA/surface_and_volume_flow.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1e5c4793403c6fc524ec3a1c31e2f8dbfd54d50f38e83cc6b142e72f4d61f7cd
3
+ size 231180167
example/13.0degAOA/config.cfg ADDED
@@ -0,0 +1,114 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ % ------------- DIRECT, ADJOINT, AND LINEARIZED PROBLEM DEFINITION ------------%
2
+ %
3
+ SOLVER= RANS
4
+ KIND_TURB_MODEL= SA
5
+ SA_OPTIONS= ROTATION
6
+ RESTART_SOL= NO
7
+
8
+ % -------------------- COMPRESSIBLE FREE-STREAM DEFINITION --------------------%
9
+ %
10
+ MACH_NUMBER= 0.3
11
+ AOA= 13.0
12
+ FREESTREAM_TEMPERATURE= 285.0
13
+ REYNOLDS_NUMBER= 8.04E7
14
+ REYNOLDS_LENGTH= 16
15
+
16
+ % ---------------------- REFERENCE VALUE DEFINITION ---------------------------%
17
+ %
18
+ REF_ORIGIN_MOMENT_X = 13.063688846316008
19
+ REF_ORIGIN_MOMENT_Y = 0.00
20
+ REF_ORIGIN_MOMENT_Z = 0.00
21
+ REF_LENGTH= 16
22
+ REF_AREA= 659.6039695925111
23
+
24
+ % --------------------FLUID MODEL----------------------------------------------%
25
+ %
26
+ FLUID_MODEL= STANDARD_AIR
27
+ GAMMA_VALUE= 1.4
28
+ GAS_CONSTANT= 287.058
29
+
30
+ % -----------------------VISCOSITY MODEL--------------------------------------%
31
+ %
32
+ VISCOSITY_MODEL= SUTHERLAND
33
+ MU_CONSTANT=1.716e-05
34
+
35
+ % --------------------------THERMAL MODEL-------------------------------------%
36
+ %
37
+ CONDUCTIVITY_MODEL= CONSTANT_PRANDTL
38
+ PRANDTL_LAM= 0.72
39
+ PRANDTL_TURB= 0.90
40
+
41
+ % -------------------- BOUNDARY CONDITION DEFINITION --------------------------%
42
+ %
43
+ MARKER_HEATFLUX= ( wall, 0.0 )
44
+ %MARKER_EULER= ( wall )
45
+ MARKER_FAR= ( farfield )
46
+ MARKER_PLOTTING= ( wall )
47
+ MARKER_MONITORING= ( wall )
48
+ FREESTREAM_TURBULENCEINTENSITY= 0.03
49
+
50
+ % ------------- COMMON PARAMETERS DEFINING THE NUMERICAL METHOD ---------------%
51
+ %
52
+ NUM_METHOD_GRAD= GREEN_GAUSS
53
+ CFL_NUMBER= 10.0
54
+ CFL_ADAPT= YES
55
+ CFL_ADAPT_PARAM= ( 0.2, 1.5, 0.00001, 2000 )
56
+ ITER= 29999
57
+ LINEAR_SOLVER= FGMRES
58
+ LINEAR_SOLVER_ERROR= 1E-7
59
+ LINEAR_SOLVER_ITER= 50
60
+ LINEAR_SOLVER_PREC= ILU
61
+
62
+ % -------------------------- MULTIGRID PARAMETERS -----------------------------%
63
+ %
64
+ MGLEVEL= 0
65
+ MGCYCLE= W_CYCLE
66
+ MG_PRE_SMOOTH= ( 1, 2, 3, 3 )
67
+ MG_POST_SMOOTH= ( 0, 0, 0, 0 )
68
+ MG_CORRECTION_SMOOTH= ( 0, 0, 0, 0 )
69
+ MG_DAMP_RESTRICTION= 0.95
70
+ MG_DAMP_PROLONGATION= 0.95
71
+
72
+ % -------------------- FLOW NUMERICAL METHOD DEFINITION -----------------------%
73
+ %
74
+ CONV_NUM_METHOD_FLOW= JST
75
+ MUSCL_FLOW= NO
76
+ SLOPE_LIMITER_FLOW= VENKATAKRISHNAN
77
+ VENKAT_LIMITER_COEFF= 0.08
78
+ JST_SENSOR_COEFF= ( 0.5, 0.02 )
79
+ TIME_DISCRE_FLOW= EULER_IMPLICIT
80
+
81
+ % -------------------- TURBULENT NUMERICAL METHOD DEFINITION ------------------%
82
+ %
83
+ CONV_NUM_METHOD_TURB= SCALAR_UPWIND
84
+ MUSCL_TURB= NO
85
+ SLOPE_LIMITER_TURB= VENKATAKRISHNAN
86
+ TIME_DISCRE_TURB= EULER_IMPLICIT
87
+
88
+ % --------------------------- CONVERGENCE PARAMETERS --------------------------%
89
+ %
90
+ CONV_RESIDUAL_MINVAL= -6
91
+ CONV_STARTITER= 800
92
+ CONV_FIELD= DRAG
93
+ CONV_CAUCHY_ELEMS= 100
94
+ CONV_CAUCHY_EPS= 1E-5
95
+
96
+ % ------------------------- INPUT/OUTPUT INFORMATION --------------------------%
97
+ %
98
+ MESH_FILENAME= /scratch/users/yrshen/scitec26/geom256samples/020701-1VN.su2
99
+ MESH_FORMAT= SU2
100
+ MESH_OUT_FILENAME= mesh_out.su2
101
+ SOLUTION_FILENAME= solution_flow.dat
102
+ TABULAR_FORMAT= CSV
103
+ CONV_FILENAME= history
104
+ RESTART_FILENAME= restart_flow.dat
105
+ VOLUME_FILENAME= flow
106
+ SURFACE_FILENAME= surface_flow
107
+ OUTPUT_WRT_FREQ= 200
108
+ WRT_FORCES_BREAKDOWN= YES
109
+ BREAKDOWN_FILENAME= forces_breakdown.dat
110
+ SCREEN_OUTPUT= (INNER_ITER, RMS_DENSITY, RMS_MOMENTUM-X, RMS_MOMENTUM-Y, RMS_NU_TILDE, LIFT, DRAG, CFL_NUMBER, LINSOL, CAUCHY)
111
+ HISTORY_OUTPUT= (INNER_ITER, RMS_DENSITY, RMS_MOMENTUM-X, RMS_MOMENTUM-Y, RMS_NU_TILDE, LIFT, DRAG, CFL_NUMBER, LINSOL, CAUCHY)
112
+ % Change to Tecplot if needed
113
+ VOLUME_OUTPUT= (COORDINATES, SOLUTION, PRIMITIVE, DISSIPATION, MESH_QUALITY)
114
+ OUTPUT_FILES= (RESTART, PARAVIEW, SURFACE_PARAVIEW, SURFACE_PARAVIEW_ASCII)
example/13.0degAOA/forces_breakdown.dat ADDED
@@ -0,0 +1,129 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ -------------------------------------------------------------------------
3
+ | ___ _ _ ___ |
4
+ | / __| | | |_ ) Release 8.0.0 "Harrier" |
5
+ | \__ \ |_| |/ / |
6
+ | |___/\___//___| Suite (Computational Fluid Dynamics Code) |
7
+ | |
8
+ -------------------------------------------------------------------------
9
+ | SU2 Project Website: https://su2code.github.io |
10
+ | |
11
+ | The SU2 Project is maintained by the SU2 Foundation |
12
+ | (http://su2foundation.org) |
13
+ -------------------------------------------------------------------------
14
+ | Copyright 2012-2023, SU2 Contributors |
15
+ | |
16
+ | SU2 is free software; you can redistribute it and/or |
17
+ | modify it under the terms of the GNU Lesser General Public |
18
+ | License as published by the Free Software Foundation; either |
19
+ | version 2.1 of the License, or (at your option) any later version. |
20
+ | |
21
+ | SU2 is distributed in the hope that it will be useful, |
22
+ | but WITHOUT ANY WARRANTY; without even the implied warranty of |
23
+ | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
24
+ | Lesser General Public License for more details. |
25
+ | |
26
+ | You should have received a copy of the GNU Lesser General Public |
27
+ | License along with SU2. If not, see <http://www.gnu.org/licenses/>. |
28
+ -------------------------------------------------------------------------
29
+
30
+
31
+ Problem definition:
32
+
33
+ Compressible RANS equations.
34
+ Turbulence model: Spalart Allmaras
35
+ Mach number: 0.3.
36
+ Angle of attack (AoA): 13 deg, and angle of sideslip (AoS): 0 deg.
37
+ Reynolds number: 8.04e+07.
38
+ Dimensional simulation.
39
+ The reference area is 659.604 m^2.
40
+ The reference length is 16 m.
41
+
42
+
43
+ Problem definition:
44
+
45
+ Viscous flow: Computing pressure using the ideal gas law
46
+ based on the free-stream temperature and a density computed
47
+ from the Reynolds number.
48
+ Force coefficients computed using free-stream values.
49
+ -- Input conditions:
50
+ Fluid Model: STANDARD_AIR
51
+ Specific gas constant: 287.058 N.m/kg.K.
52
+ Specific gas constant (non-dim): 287.058
53
+ Specific Heat Ratio: 1.4000
54
+ Viscosity Model: SUTHERLAND
55
+ Ref. Laminar Viscosity: 1.716e-05 N.s/m^2.
56
+ Ref. Temperature: 273.15 K.
57
+ Sutherland Constant: 110.4 K.
58
+ Laminar Viscosity (non-dim): 1.716e-05
59
+ Ref. Temperature (non-dim): 273.15
60
+ Sutherland constant (non-dim): 110.4
61
+ Conductivity Model: CONSTANT_PRANDTL
62
+ Prandtl: 0.72
63
+ Turbulent Conductivity Model: CONSTANT_PRANDTL
64
+ Turbulent Prandtl: 0.9
65
+ Free-stream static pressure: 71833.4 Pa.
66
+ Free-stream total pressure: 76461.6 Pa.
67
+ Free-stream temperature: 285 K.
68
+ Free-stream total temperature: 290.13 K.
69
+ Free-stream density: 0.878035 kg/m^3.
70
+ Free-stream velocity: (98.9274, 0, 22.8392) m/s. Magnitude: 101.53 m/s.
71
+ Free-stream total energy per unit mass: 209683 m^2/s^2.
72
+ Free-stream viscosity: 1.77406e-05 N.s/m^2.
73
+ Free-stream turb. kinetic energy per unit mass: 13.9161 m^2/s^2.
74
+ Free-stream specific dissipation: 68875.1 1/s.
75
+ -- Reference values:
76
+ Reference specific gas constant: 1 N.m/kg.K.
77
+ Reference pressure: 1 Pa.
78
+ Reference temperature: 1 K.
79
+ Reference density: 1 kg/m^3.
80
+ Reference velocity: 1 m/s.
81
+ Reference energy per unit mass: 1 m^2/s^2.
82
+ Reference viscosity: 1 N.s/m^2.
83
+ Reference conductivity: 1 W/m^2.K.
84
+ -- Resulting non-dimensional state:
85
+ Mach number (non-dim): 0.3
86
+ Reynolds number (non-dim): 8.04e+07. Re length: 16 m.
87
+ Specific gas constant (non-dim): 287.058
88
+ Free-stream temperature (non-dim): 285
89
+ Free-stream pressure (non-dim): 71833.4
90
+ Free-stream density (non-dim): 0.878035
91
+ Free-stream velocity (non-dim): (98.9274, 0, 22.8392). Magnitude: 101.53
92
+ Free-stream total energy per unit mass (non-dim): 209683
93
+ Free-stream viscosity (non-dim): 1.77406e-05
94
+ Free-stream turb. kinetic energy (non-dim): 13.9161
95
+ Free-stream specific dissipation (non-dim): 68875.1
96
+
97
+
98
+ Forces breakdown:
99
+
100
+ Center of Pressure: X=-0.077479Z+33.666357 m.
101
+
102
+ NOTE: Multiply forces by the non-dimensional factor: 2985038.585495, and the reference factor: 1.000000
103
+ to obtain the dimensional force.
104
+
105
+ Total CL: 0.600151 | Pressure ( 100%): 0.600854 | Friction ( 0%): -0.000702 | Momentum ( 0%): 0.000000
106
+ Total CD: 0.090439 | Pressure ( 95%): 0.086477 | Friction ( 4%): 0.003962 | Momentum ( 0%): 0.000000
107
+ Total CSF: -0.000029 | Pressure ( 94%): -0.000028 | Friction ( 5%): -0.000002 | Momentum ( 0%): 0.000000
108
+ Total CL/CD: 6.635977 | Pressure ( 104%): 6.948093 | Friction ( -2%): -0.177260 | Momentum ( 0%): 0.000000
109
+ Total CMx: 0.000099 | Pressure ( 99%): 0.000099 | Friction ( 0%): 0.000000 | Momentum ( 0%): 0.000000
110
+ Total CMy: -0.779185 | Pressure ( 99%): -0.779110 | Friction ( 0%): -0.000075 | Momentum ( 0%): 0.000000
111
+ Total CMz: -0.000067 | Pressure ( 101%): -0.000068 | Friction ( -1%): 0.000001 | Momentum ( 0%): 0.000000
112
+ Total CFx: -0.046884 | Pressure ( 108%): -0.050902 | Friction ( -8%): 0.004018 | Momentum ( 0%): 0.000000
113
+ Total CFy: -0.000029 | Pressure ( 94%): -0.000028 | Friction ( 5%): -0.000002 | Momentum ( 0%): 0.000000
114
+ Total CFz: 0.605114 | Pressure ( 99%): 0.604907 | Friction ( 0%): 0.000207 | Momentum ( 0%): 0.000000
115
+
116
+
117
+ Surface name: wall
118
+
119
+ Total CL ( 99%): 0.600151 | Pressure ( 100%): 0.600854 | Friction ( 0%): -0.000702 | Momentum ( 0%): 0.000000
120
+ Total CD ( 99%): 0.090439 | Pressure ( 95%): 0.086477 | Friction ( 4%): 0.003962 | Momentum ( 0%): 0.000000
121
+ Total CSF ( 100%): -0.000029 | Pressure ( 94%): -0.000028 | Friction ( 5%): -0.000002 | Momentum ( 0%): 0.000000
122
+ Total CL/CD ( 100%): 6.635977 | Pressure ( 104%): 6.948093 | Friction ( -2%): -0.177260 | Momentum ( 0%): 0.000000
123
+ Total CMx ( 99%): 0.000099 | Pressure ( 99%): 0.000099 | Friction ( 0%): 0.000000 | Momentum ( 0%): 0.000000
124
+ Total CMy ( 100%): -0.779185 | Pressure ( 99%): -0.779110 | Friction ( 0%): -0.000075 | Momentum ( 0%): 0.000000
125
+ Total CMz ( 100%): -0.000067 | Pressure ( 101%): -0.000068 | Friction ( -1%): 0.000001 | Momentum ( 0%): 0.000000
126
+ Total CFx ( 100%): -0.046884 | Pressure ( 108%): -0.050902 | Friction ( -8%): 0.004018 | Momentum ( 0%): 0.000000
127
+ Total CFy ( 100%): -0.000029 | Pressure ( 94%): -0.000028 | Friction ( 5%): -0.000002 | Momentum ( 0%): 0.000000
128
+ Total CFz ( 99%): 0.605114 | Pressure ( 99%): 0.604907 | Friction ( 0%): 0.000207 | Momentum ( 0%): 0.000000
129
+
example/13.0degAOA/history.csv ADDED
The diff for this file is too large to render. See raw diff
 
example/13.0degAOA/surface_and_volume_flow.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b7be2f0cab6376c2925619675fc4628c078188a27aba3e2a7400de8c300917f4
3
+ size 231435218
example/14.0degAOA/config.cfg ADDED
@@ -0,0 +1,114 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ % ------------- DIRECT, ADJOINT, AND LINEARIZED PROBLEM DEFINITION ------------%
2
+ %
3
+ SOLVER= RANS
4
+ KIND_TURB_MODEL= SA
5
+ SA_OPTIONS= ROTATION
6
+ RESTART_SOL= NO
7
+
8
+ % -------------------- COMPRESSIBLE FREE-STREAM DEFINITION --------------------%
9
+ %
10
+ MACH_NUMBER= 0.3
11
+ AOA= 14.0
12
+ FREESTREAM_TEMPERATURE= 285.0
13
+ REYNOLDS_NUMBER= 8.04E7
14
+ REYNOLDS_LENGTH= 16
15
+
16
+ % ---------------------- REFERENCE VALUE DEFINITION ---------------------------%
17
+ %
18
+ REF_ORIGIN_MOMENT_X = 13.063688846316008
19
+ REF_ORIGIN_MOMENT_Y = 0.00
20
+ REF_ORIGIN_MOMENT_Z = 0.00
21
+ REF_LENGTH= 16
22
+ REF_AREA= 659.6039695925111
23
+
24
+ % --------------------FLUID MODEL----------------------------------------------%
25
+ %
26
+ FLUID_MODEL= STANDARD_AIR
27
+ GAMMA_VALUE= 1.4
28
+ GAS_CONSTANT= 287.058
29
+
30
+ % -----------------------VISCOSITY MODEL--------------------------------------%
31
+ %
32
+ VISCOSITY_MODEL= SUTHERLAND
33
+ MU_CONSTANT=1.716e-05
34
+
35
+ % --------------------------THERMAL MODEL-------------------------------------%
36
+ %
37
+ CONDUCTIVITY_MODEL= CONSTANT_PRANDTL
38
+ PRANDTL_LAM= 0.72
39
+ PRANDTL_TURB= 0.90
40
+
41
+ % -------------------- BOUNDARY CONDITION DEFINITION --------------------------%
42
+ %
43
+ MARKER_HEATFLUX= ( wall, 0.0 )
44
+ %MARKER_EULER= ( wall )
45
+ MARKER_FAR= ( farfield )
46
+ MARKER_PLOTTING= ( wall )
47
+ MARKER_MONITORING= ( wall )
48
+ FREESTREAM_TURBULENCEINTENSITY= 0.03
49
+
50
+ % ------------- COMMON PARAMETERS DEFINING THE NUMERICAL METHOD ---------------%
51
+ %
52
+ NUM_METHOD_GRAD= GREEN_GAUSS
53
+ CFL_NUMBER= 10.0
54
+ CFL_ADAPT= YES
55
+ CFL_ADAPT_PARAM= ( 0.2, 1.5, 0.00001, 2000 )
56
+ ITER= 29999
57
+ LINEAR_SOLVER= FGMRES
58
+ LINEAR_SOLVER_ERROR= 1E-7
59
+ LINEAR_SOLVER_ITER= 50
60
+ LINEAR_SOLVER_PREC= ILU
61
+
62
+ % -------------------------- MULTIGRID PARAMETERS -----------------------------%
63
+ %
64
+ MGLEVEL= 0
65
+ MGCYCLE= W_CYCLE
66
+ MG_PRE_SMOOTH= ( 1, 2, 3, 3 )
67
+ MG_POST_SMOOTH= ( 0, 0, 0, 0 )
68
+ MG_CORRECTION_SMOOTH= ( 0, 0, 0, 0 )
69
+ MG_DAMP_RESTRICTION= 0.95
70
+ MG_DAMP_PROLONGATION= 0.95
71
+
72
+ % -------------------- FLOW NUMERICAL METHOD DEFINITION -----------------------%
73
+ %
74
+ CONV_NUM_METHOD_FLOW= JST
75
+ MUSCL_FLOW= NO
76
+ SLOPE_LIMITER_FLOW= VENKATAKRISHNAN
77
+ VENKAT_LIMITER_COEFF= 0.08
78
+ JST_SENSOR_COEFF= ( 0.5, 0.02 )
79
+ TIME_DISCRE_FLOW= EULER_IMPLICIT
80
+
81
+ % -------------------- TURBULENT NUMERICAL METHOD DEFINITION ------------------%
82
+ %
83
+ CONV_NUM_METHOD_TURB= SCALAR_UPWIND
84
+ MUSCL_TURB= NO
85
+ SLOPE_LIMITER_TURB= VENKATAKRISHNAN
86
+ TIME_DISCRE_TURB= EULER_IMPLICIT
87
+
88
+ % --------------------------- CONVERGENCE PARAMETERS --------------------------%
89
+ %
90
+ CONV_RESIDUAL_MINVAL= -6
91
+ CONV_STARTITER= 800
92
+ CONV_FIELD= DRAG
93
+ CONV_CAUCHY_ELEMS= 100
94
+ CONV_CAUCHY_EPS= 1E-5
95
+
96
+ % ------------------------- INPUT/OUTPUT INFORMATION --------------------------%
97
+ %
98
+ MESH_FILENAME= /scratch/users/yrshen/scitec26/geom256samples/020701-1VN.su2
99
+ MESH_FORMAT= SU2
100
+ MESH_OUT_FILENAME= mesh_out.su2
101
+ SOLUTION_FILENAME= solution_flow.dat
102
+ TABULAR_FORMAT= CSV
103
+ CONV_FILENAME= history
104
+ RESTART_FILENAME= restart_flow.dat
105
+ VOLUME_FILENAME= flow
106
+ SURFACE_FILENAME= surface_flow
107
+ OUTPUT_WRT_FREQ= 200
108
+ WRT_FORCES_BREAKDOWN= YES
109
+ BREAKDOWN_FILENAME= forces_breakdown.dat
110
+ SCREEN_OUTPUT= (INNER_ITER, RMS_DENSITY, RMS_MOMENTUM-X, RMS_MOMENTUM-Y, RMS_NU_TILDE, LIFT, DRAG, CFL_NUMBER, LINSOL, CAUCHY)
111
+ HISTORY_OUTPUT= (INNER_ITER, RMS_DENSITY, RMS_MOMENTUM-X, RMS_MOMENTUM-Y, RMS_NU_TILDE, LIFT, DRAG, CFL_NUMBER, LINSOL, CAUCHY)
112
+ % Change to Tecplot if needed
113
+ VOLUME_OUTPUT= (COORDINATES, SOLUTION, PRIMITIVE, DISSIPATION, MESH_QUALITY)
114
+ OUTPUT_FILES= (RESTART, PARAVIEW, SURFACE_PARAVIEW, SURFACE_PARAVIEW_ASCII)
example/14.0degAOA/forces_breakdown.dat ADDED
@@ -0,0 +1,129 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ -------------------------------------------------------------------------
3
+ | ___ _ _ ___ |
4
+ | / __| | | |_ ) Release 8.0.0 "Harrier" |
5
+ | \__ \ |_| |/ / |
6
+ | |___/\___//___| Suite (Computational Fluid Dynamics Code) |
7
+ | |
8
+ -------------------------------------------------------------------------
9
+ | SU2 Project Website: https://su2code.github.io |
10
+ | |
11
+ | The SU2 Project is maintained by the SU2 Foundation |
12
+ | (http://su2foundation.org) |
13
+ -------------------------------------------------------------------------
14
+ | Copyright 2012-2023, SU2 Contributors |
15
+ | |
16
+ | SU2 is free software; you can redistribute it and/or |
17
+ | modify it under the terms of the GNU Lesser General Public |
18
+ | License as published by the Free Software Foundation; either |
19
+ | version 2.1 of the License, or (at your option) any later version. |
20
+ | |
21
+ | SU2 is distributed in the hope that it will be useful, |
22
+ | but WITHOUT ANY WARRANTY; without even the implied warranty of |
23
+ | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
24
+ | Lesser General Public License for more details. |
25
+ | |
26
+ | You should have received a copy of the GNU Lesser General Public |
27
+ | License along with SU2. If not, see <http://www.gnu.org/licenses/>. |
28
+ -------------------------------------------------------------------------
29
+
30
+
31
+ Problem definition:
32
+
33
+ Compressible RANS equations.
34
+ Turbulence model: Spalart Allmaras
35
+ Mach number: 0.3.
36
+ Angle of attack (AoA): 14 deg, and angle of sideslip (AoS): 0 deg.
37
+ Reynolds number: 8.04e+07.
38
+ Dimensional simulation.
39
+ The reference area is 659.604 m^2.
40
+ The reference length is 16 m.
41
+
42
+
43
+ Problem definition:
44
+
45
+ Viscous flow: Computing pressure using the ideal gas law
46
+ based on the free-stream temperature and a density computed
47
+ from the Reynolds number.
48
+ Force coefficients computed using free-stream values.
49
+ -- Input conditions:
50
+ Fluid Model: STANDARD_AIR
51
+ Specific gas constant: 287.058 N.m/kg.K.
52
+ Specific gas constant (non-dim): 287.058
53
+ Specific Heat Ratio: 1.4000
54
+ Viscosity Model: SUTHERLAND
55
+ Ref. Laminar Viscosity: 1.716e-05 N.s/m^2.
56
+ Ref. Temperature: 273.15 K.
57
+ Sutherland Constant: 110.4 K.
58
+ Laminar Viscosity (non-dim): 1.716e-05
59
+ Ref. Temperature (non-dim): 273.15
60
+ Sutherland constant (non-dim): 110.4
61
+ Conductivity Model: CONSTANT_PRANDTL
62
+ Prandtl: 0.72
63
+ Turbulent Conductivity Model: CONSTANT_PRANDTL
64
+ Turbulent Prandtl: 0.9
65
+ Free-stream static pressure: 71833.4 Pa.
66
+ Free-stream total pressure: 76461.6 Pa.
67
+ Free-stream temperature: 285 K.
68
+ Free-stream total temperature: 290.13 K.
69
+ Free-stream density: 0.878035 kg/m^3.
70
+ Free-stream velocity: (98.5137, 0, 24.5622) m/s. Magnitude: 101.53 m/s.
71
+ Free-stream total energy per unit mass: 209683 m^2/s^2.
72
+ Free-stream viscosity: 1.77406e-05 N.s/m^2.
73
+ Free-stream turb. kinetic energy per unit mass: 13.9161 m^2/s^2.
74
+ Free-stream specific dissipation: 68875.1 1/s.
75
+ -- Reference values:
76
+ Reference specific gas constant: 1 N.m/kg.K.
77
+ Reference pressure: 1 Pa.
78
+ Reference temperature: 1 K.
79
+ Reference density: 1 kg/m^3.
80
+ Reference velocity: 1 m/s.
81
+ Reference energy per unit mass: 1 m^2/s^2.
82
+ Reference viscosity: 1 N.s/m^2.
83
+ Reference conductivity: 1 W/m^2.K.
84
+ -- Resulting non-dimensional state:
85
+ Mach number (non-dim): 0.3
86
+ Reynolds number (non-dim): 8.04e+07. Re length: 16 m.
87
+ Specific gas constant (non-dim): 287.058
88
+ Free-stream temperature (non-dim): 285
89
+ Free-stream pressure (non-dim): 71833.4
90
+ Free-stream density (non-dim): 0.878035
91
+ Free-stream velocity (non-dim): (98.5137, 0, 24.5622). Magnitude: 101.53
92
+ Free-stream total energy per unit mass (non-dim): 209683
93
+ Free-stream viscosity (non-dim): 1.77406e-05
94
+ Free-stream turb. kinetic energy (non-dim): 13.9161
95
+ Free-stream specific dissipation (non-dim): 68875.1
96
+
97
+
98
+ Forces breakdown:
99
+
100
+ Center of Pressure: X=-0.063874Z+33.876208 m.
101
+
102
+ NOTE: Multiply forces by the non-dimensional factor: 2985038.585495, and the reference factor: 1.000000
103
+ to obtain the dimensional force.
104
+
105
+ Total CL: 0.667440 | Pressure ( 100%): 0.668253 | Friction ( 0%): -0.000813 | Momentum ( 0%): 0.000000
106
+ Total CD: 0.121839 | Pressure ( 96%): 0.117850 | Friction ( 3%): 0.003989 | Momentum ( 0%): 0.000000
107
+ Total CSF: -0.000022 | Pressure ( 97%): -0.000022 | Friction ( 2%): -0.000001 | Momentum ( 0%): 0.000000
108
+ Total CL/CD: 5.478052 | Pressure ( 103%): 5.670379 | Friction ( -3%): -0.203699 | Momentum ( 0%): 0.000000
109
+ Total CMx: 0.000009 | Pressure ( 101%): 0.000009 | Friction ( -1%): -0.000000 | Momentum ( 0%): 0.000000
110
+ Total CMy: -0.880746 | Pressure ( 99%): -0.880710 | Friction ( 0%): -0.000036 | Momentum ( 0%): 0.000000
111
+ Total CMz: -0.000052 | Pressure ( 94%): -0.000049 | Friction ( 5%): -0.000003 | Momentum ( 0%): 0.000000
112
+ Total CFx: -0.043249 | Pressure ( 109%): -0.047316 | Friction ( -9%): 0.004067 | Momentum ( 0%): 0.000000
113
+ Total CFy: -0.000022 | Pressure ( 97%): -0.000022 | Friction ( 2%): -0.000001 | Momentum ( 0%): 0.000000
114
+ Total CFz: 0.677090 | Pressure ( 99%): 0.676913 | Friction ( 0%): 0.000177 | Momentum ( 0%): 0.000000
115
+
116
+
117
+ Surface name: wall
118
+
119
+ Total CL ( 99%): 0.667440 | Pressure ( 100%): 0.668253 | Friction ( 0%): -0.000813 | Momentum ( 0%): 0.000000
120
+ Total CD ( 99%): 0.121839 | Pressure ( 96%): 0.117850 | Friction ( 3%): 0.003989 | Momentum ( 0%): 0.000000
121
+ Total CSF ( 100%): -0.000022 | Pressure ( 97%): -0.000022 | Friction ( 2%): -0.000001 | Momentum ( 0%): 0.000000
122
+ Total CL/CD ( 100%): 5.478052 | Pressure ( 103%): 5.670379 | Friction ( -3%): -0.203699 | Momentum ( 0%): 0.000000
123
+ Total CMx ( 99%): 0.000009 | Pressure ( 101%): 0.000009 | Friction ( -1%): -0.000000 | Momentum ( 0%): 0.000000
124
+ Total CMy ( 100%): -0.880746 | Pressure ( 99%): -0.880710 | Friction ( 0%): -0.000036 | Momentum ( 0%): 0.000000
125
+ Total CMz ( 100%): -0.000052 | Pressure ( 94%): -0.000049 | Friction ( 5%): -0.000003 | Momentum ( 0%): 0.000000
126
+ Total CFx ( 100%): -0.043249 | Pressure ( 109%): -0.047316 | Friction ( -9%): 0.004067 | Momentum ( 0%): 0.000000
127
+ Total CFy ( 100%): -0.000022 | Pressure ( 97%): -0.000022 | Friction ( 2%): -0.000001 | Momentum ( 0%): 0.000000
128
+ Total CFz ( 99%): 0.677090 | Pressure ( 99%): 0.676913 | Friction ( 0%): 0.000177 | Momentum ( 0%): 0.000000
129
+
example/14.0degAOA/history.csv ADDED
The diff for this file is too large to render. See raw diff
 
example/14.0degAOA/surface_and_volume_flow.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:14f1eda2402886b66874a6816eb3a34ba17f1206f03f666409f2c9e928f90a95
3
+ size 231578797
example/15.0degAOA/config.cfg ADDED
@@ -0,0 +1,114 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ % ------------- DIRECT, ADJOINT, AND LINEARIZED PROBLEM DEFINITION ------------%
2
+ %
3
+ SOLVER= RANS
4
+ KIND_TURB_MODEL= SA
5
+ SA_OPTIONS= ROTATION
6
+ RESTART_SOL= NO
7
+
8
+ % -------------------- COMPRESSIBLE FREE-STREAM DEFINITION --------------------%
9
+ %
10
+ MACH_NUMBER= 0.3
11
+ AOA= 15.0
12
+ FREESTREAM_TEMPERATURE= 285.0
13
+ REYNOLDS_NUMBER= 8.04E7
14
+ REYNOLDS_LENGTH= 16
15
+
16
+ % ---------------------- REFERENCE VALUE DEFINITION ---------------------------%
17
+ %
18
+ REF_ORIGIN_MOMENT_X = 13.063688846316008
19
+ REF_ORIGIN_MOMENT_Y = 0.00
20
+ REF_ORIGIN_MOMENT_Z = 0.00
21
+ REF_LENGTH= 16
22
+ REF_AREA= 659.6039695925111
23
+
24
+ % --------------------FLUID MODEL----------------------------------------------%
25
+ %
26
+ FLUID_MODEL= STANDARD_AIR
27
+ GAMMA_VALUE= 1.4
28
+ GAS_CONSTANT= 287.058
29
+
30
+ % -----------------------VISCOSITY MODEL--------------------------------------%
31
+ %
32
+ VISCOSITY_MODEL= SUTHERLAND
33
+ MU_CONSTANT=1.716e-05
34
+
35
+ % --------------------------THERMAL MODEL-------------------------------------%
36
+ %
37
+ CONDUCTIVITY_MODEL= CONSTANT_PRANDTL
38
+ PRANDTL_LAM= 0.72
39
+ PRANDTL_TURB= 0.90
40
+
41
+ % -------------------- BOUNDARY CONDITION DEFINITION --------------------------%
42
+ %
43
+ MARKER_HEATFLUX= ( wall, 0.0 )
44
+ %MARKER_EULER= ( wall )
45
+ MARKER_FAR= ( farfield )
46
+ MARKER_PLOTTING= ( wall )
47
+ MARKER_MONITORING= ( wall )
48
+ FREESTREAM_TURBULENCEINTENSITY= 0.03
49
+
50
+ % ------------- COMMON PARAMETERS DEFINING THE NUMERICAL METHOD ---------------%
51
+ %
52
+ NUM_METHOD_GRAD= GREEN_GAUSS
53
+ CFL_NUMBER= 10.0
54
+ CFL_ADAPT= YES
55
+ CFL_ADAPT_PARAM= ( 0.2, 1.5, 0.00001, 2000 )
56
+ ITER= 29999
57
+ LINEAR_SOLVER= FGMRES
58
+ LINEAR_SOLVER_ERROR= 1E-7
59
+ LINEAR_SOLVER_ITER= 50
60
+ LINEAR_SOLVER_PREC= ILU
61
+
62
+ % -------------------------- MULTIGRID PARAMETERS -----------------------------%
63
+ %
64
+ MGLEVEL= 0
65
+ MGCYCLE= W_CYCLE
66
+ MG_PRE_SMOOTH= ( 1, 2, 3, 3 )
67
+ MG_POST_SMOOTH= ( 0, 0, 0, 0 )
68
+ MG_CORRECTION_SMOOTH= ( 0, 0, 0, 0 )
69
+ MG_DAMP_RESTRICTION= 0.95
70
+ MG_DAMP_PROLONGATION= 0.95
71
+
72
+ % -------------------- FLOW NUMERICAL METHOD DEFINITION -----------------------%
73
+ %
74
+ CONV_NUM_METHOD_FLOW= JST
75
+ MUSCL_FLOW= NO
76
+ SLOPE_LIMITER_FLOW= VENKATAKRISHNAN
77
+ VENKAT_LIMITER_COEFF= 0.08
78
+ JST_SENSOR_COEFF= ( 0.5, 0.02 )
79
+ TIME_DISCRE_FLOW= EULER_IMPLICIT
80
+
81
+ % -------------------- TURBULENT NUMERICAL METHOD DEFINITION ------------------%
82
+ %
83
+ CONV_NUM_METHOD_TURB= SCALAR_UPWIND
84
+ MUSCL_TURB= NO
85
+ SLOPE_LIMITER_TURB= VENKATAKRISHNAN
86
+ TIME_DISCRE_TURB= EULER_IMPLICIT
87
+
88
+ % --------------------------- CONVERGENCE PARAMETERS --------------------------%
89
+ %
90
+ CONV_RESIDUAL_MINVAL= -6
91
+ CONV_STARTITER= 800
92
+ CONV_FIELD= DRAG
93
+ CONV_CAUCHY_ELEMS= 100
94
+ CONV_CAUCHY_EPS= 1E-5
95
+
96
+ % ------------------------- INPUT/OUTPUT INFORMATION --------------------------%
97
+ %
98
+ MESH_FILENAME= /scratch/users/yrshen/scitec26/geom256samples/020701-1VN.su2
99
+ MESH_FORMAT= SU2
100
+ MESH_OUT_FILENAME= mesh_out.su2
101
+ SOLUTION_FILENAME= solution_flow.dat
102
+ TABULAR_FORMAT= CSV
103
+ CONV_FILENAME= history
104
+ RESTART_FILENAME= restart_flow.dat
105
+ VOLUME_FILENAME= flow
106
+ SURFACE_FILENAME= surface_flow
107
+ OUTPUT_WRT_FREQ= 200
108
+ WRT_FORCES_BREAKDOWN= YES
109
+ BREAKDOWN_FILENAME= forces_breakdown.dat
110
+ SCREEN_OUTPUT= (INNER_ITER, RMS_DENSITY, RMS_MOMENTUM-X, RMS_MOMENTUM-Y, RMS_NU_TILDE, LIFT, DRAG, CFL_NUMBER, LINSOL, CAUCHY)
111
+ HISTORY_OUTPUT= (INNER_ITER, RMS_DENSITY, RMS_MOMENTUM-X, RMS_MOMENTUM-Y, RMS_NU_TILDE, LIFT, DRAG, CFL_NUMBER, LINSOL, CAUCHY)
112
+ % Change to Tecplot if needed
113
+ VOLUME_OUTPUT= (COORDINATES, SOLUTION, PRIMITIVE, DISSIPATION, MESH_QUALITY)
114
+ OUTPUT_FILES= (RESTART, PARAVIEW, SURFACE_PARAVIEW, SURFACE_PARAVIEW_ASCII)
example/15.0degAOA/forces_breakdown.dat ADDED
@@ -0,0 +1,129 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ -------------------------------------------------------------------------
3
+ | ___ _ _ ___ |
4
+ | / __| | | |_ ) Release 8.0.0 "Harrier" |
5
+ | \__ \ |_| |/ / |
6
+ | |___/\___//___| Suite (Computational Fluid Dynamics Code) |
7
+ | |
8
+ -------------------------------------------------------------------------
9
+ | SU2 Project Website: https://su2code.github.io |
10
+ | |
11
+ | The SU2 Project is maintained by the SU2 Foundation |
12
+ | (http://su2foundation.org) |
13
+ -------------------------------------------------------------------------
14
+ | Copyright 2012-2023, SU2 Contributors |
15
+ | |
16
+ | SU2 is free software; you can redistribute it and/or |
17
+ | modify it under the terms of the GNU Lesser General Public |
18
+ | License as published by the Free Software Foundation; either |
19
+ | version 2.1 of the License, or (at your option) any later version. |
20
+ | |
21
+ | SU2 is distributed in the hope that it will be useful, |
22
+ | but WITHOUT ANY WARRANTY; without even the implied warranty of |
23
+ | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
24
+ | Lesser General Public License for more details. |
25
+ | |
26
+ | You should have received a copy of the GNU Lesser General Public |
27
+ | License along with SU2. If not, see <http://www.gnu.org/licenses/>. |
28
+ -------------------------------------------------------------------------
29
+
30
+
31
+ Problem definition:
32
+
33
+ Compressible RANS equations.
34
+ Turbulence model: Spalart Allmaras
35
+ Mach number: 0.3.
36
+ Angle of attack (AoA): 15 deg, and angle of sideslip (AoS): 0 deg.
37
+ Reynolds number: 8.04e+07.
38
+ Dimensional simulation.
39
+ The reference area is 659.604 m^2.
40
+ The reference length is 16 m.
41
+
42
+
43
+ Problem definition:
44
+
45
+ Viscous flow: Computing pressure using the ideal gas law
46
+ based on the free-stream temperature and a density computed
47
+ from the Reynolds number.
48
+ Force coefficients computed using free-stream values.
49
+ -- Input conditions:
50
+ Fluid Model: STANDARD_AIR
51
+ Specific gas constant: 287.058 N.m/kg.K.
52
+ Specific gas constant (non-dim): 287.058
53
+ Specific Heat Ratio: 1.4000
54
+ Viscosity Model: SUTHERLAND
55
+ Ref. Laminar Viscosity: 1.716e-05 N.s/m^2.
56
+ Ref. Temperature: 273.15 K.
57
+ Sutherland Constant: 110.4 K.
58
+ Laminar Viscosity (non-dim): 1.716e-05
59
+ Ref. Temperature (non-dim): 273.15
60
+ Sutherland constant (non-dim): 110.4
61
+ Conductivity Model: CONSTANT_PRANDTL
62
+ Prandtl: 0.72
63
+ Turbulent Conductivity Model: CONSTANT_PRANDTL
64
+ Turbulent Prandtl: 0.9
65
+ Free-stream static pressure: 71833.4 Pa.
66
+ Free-stream total pressure: 76461.6 Pa.
67
+ Free-stream temperature: 285 K.
68
+ Free-stream total temperature: 290.13 K.
69
+ Free-stream density: 0.878035 kg/m^3.
70
+ Free-stream velocity: (98.07, 0, 26.2778) m/s. Magnitude: 101.53 m/s.
71
+ Free-stream total energy per unit mass: 209683 m^2/s^2.
72
+ Free-stream viscosity: 1.77406e-05 N.s/m^2.
73
+ Free-stream turb. kinetic energy per unit mass: 13.9161 m^2/s^2.
74
+ Free-stream specific dissipation: 68875.1 1/s.
75
+ -- Reference values:
76
+ Reference specific gas constant: 1 N.m/kg.K.
77
+ Reference pressure: 1 Pa.
78
+ Reference temperature: 1 K.
79
+ Reference density: 1 kg/m^3.
80
+ Reference velocity: 1 m/s.
81
+ Reference energy per unit mass: 1 m^2/s^2.
82
+ Reference viscosity: 1 N.s/m^2.
83
+ Reference conductivity: 1 W/m^2.K.
84
+ -- Resulting non-dimensional state:
85
+ Mach number (non-dim): 0.3
86
+ Reynolds number (non-dim): 8.04e+07. Re length: 16 m.
87
+ Specific gas constant (non-dim): 287.058
88
+ Free-stream temperature (non-dim): 285
89
+ Free-stream pressure (non-dim): 71833.4
90
+ Free-stream density (non-dim): 0.878035
91
+ Free-stream velocity (non-dim): (98.07, 0, 26.2778). Magnitude: 101.53
92
+ Free-stream total energy per unit mass (non-dim): 209683
93
+ Free-stream viscosity (non-dim): 1.77406e-05
94
+ Free-stream turb. kinetic energy (non-dim): 13.9161
95
+ Free-stream specific dissipation (non-dim): 68875.1
96
+
97
+
98
+ Forces breakdown:
99
+
100
+ Center of Pressure: X=-0.055198Z+34.045600 m.
101
+
102
+ NOTE: Multiply forces by the non-dimensional factor: 2985038.585495, and the reference factor: 1.000000
103
+ to obtain the dimensional force.
104
+
105
+ Total CL: 0.722323 | Pressure ( 100%): 0.723237 | Friction ( 0%): -0.000914 | Momentum ( 0%): 0.000000
106
+ Total CD: 0.151435 | Pressure ( 97%): 0.147380 | Friction ( 2%): 0.004055 | Momentum ( 0%): 0.000000
107
+ Total CSF: -0.000056 | Pressure ( 105%): -0.000059 | Friction ( -5%): 0.000003 | Momentum ( 0%): 0.000000
108
+ Total CL/CD: 4.769855 | Pressure ( 102%): 4.907291 | Friction ( -4%): -0.225488 | Momentum ( 0%): 0.000000
109
+ Total CMx: -0.000082 | Pressure ( 100%): -0.000082 | Friction ( 0%): 0.000000 | Momentum ( 0%): 0.000000
110
+ Total CMy: -0.966354 | Pressure ( 99%): -0.966330 | Friction ( 0%): -0.000025 | Momentum ( 0%): 0.000000
111
+ Total CMz: -0.000126 | Pressure ( 102%): -0.000129 | Friction ( -2%): 0.000004 | Momentum ( 0%): 0.000000
112
+ Total CFx: -0.040676 | Pressure ( 110%): -0.044829 | Friction ( -10%): 0.004153 | Momentum ( 0%): 0.000000
113
+ Total CFy: -0.000056 | Pressure ( 105%): -0.000059 | Friction ( -5%): 0.000003 | Momentum ( 0%): 0.000000
114
+ Total CFz: 0.736905 | Pressure ( 99%): 0.736738 | Friction ( 0%): 0.000166 | Momentum ( 0%): 0.000000
115
+
116
+
117
+ Surface name: wall
118
+
119
+ Total CL ( 99%): 0.722323 | Pressure ( 100%): 0.723237 | Friction ( 0%): -0.000914 | Momentum ( 0%): 0.000000
120
+ Total CD ( 99%): 0.151435 | Pressure ( 97%): 0.147380 | Friction ( 2%): 0.004055 | Momentum ( 0%): 0.000000
121
+ Total CSF ( 100%): -0.000056 | Pressure ( 105%): -0.000059 | Friction ( -5%): 0.000003 | Momentum ( 0%): 0.000000
122
+ Total CL/CD ( 100%): 4.769855 | Pressure ( 102%): 4.907291 | Friction ( -4%): -0.225488 | Momentum ( 0%): 0.000000
123
+ Total CMx ( 100%): -0.000082 | Pressure ( 100%): -0.000082 | Friction ( 0%): 0.000000 | Momentum ( 0%): 0.000000
124
+ Total CMy ( 100%): -0.966354 | Pressure ( 99%): -0.966330 | Friction ( 0%): -0.000025 | Momentum ( 0%): 0.000000
125
+ Total CMz ( 100%): -0.000126 | Pressure ( 102%): -0.000129 | Friction ( -2%): 0.000004 | Momentum ( 0%): 0.000000
126
+ Total CFx ( 100%): -0.040676 | Pressure ( 110%): -0.044829 | Friction ( -10%): 0.004153 | Momentum ( 0%): 0.000000
127
+ Total CFy ( 100%): -0.000056 | Pressure ( 105%): -0.000059 | Friction ( -5%): 0.000003 | Momentum ( 0%): 0.000000
128
+ Total CFz ( 99%): 0.736905 | Pressure ( 99%): 0.736738 | Friction ( 0%): 0.000166 | Momentum ( 0%): 0.000000
129
+
example/15.0degAOA/history.csv ADDED
The diff for this file is too large to render. See raw diff
 
example/15.0degAOA/surface_and_volume_flow.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:27a50c24af7a8fce61a67d693d9ef673f1bc1084c327524c5a1ada9d85a5a8a1
3
+ size 231633566
example/16.0degAOA/config.cfg ADDED
@@ -0,0 +1,114 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ % ------------- DIRECT, ADJOINT, AND LINEARIZED PROBLEM DEFINITION ------------%
2
+ %
3
+ SOLVER= RANS
4
+ KIND_TURB_MODEL= SA
5
+ SA_OPTIONS= ROTATION
6
+ RESTART_SOL= NO
7
+
8
+ % -------------------- COMPRESSIBLE FREE-STREAM DEFINITION --------------------%
9
+ %
10
+ MACH_NUMBER= 0.3
11
+ AOA= 16.0
12
+ FREESTREAM_TEMPERATURE= 285.0
13
+ REYNOLDS_NUMBER= 8.04E7
14
+ REYNOLDS_LENGTH= 16
15
+
16
+ % ---------------------- REFERENCE VALUE DEFINITION ---------------------------%
17
+ %
18
+ REF_ORIGIN_MOMENT_X = 13.063688846316008
19
+ REF_ORIGIN_MOMENT_Y = 0.00
20
+ REF_ORIGIN_MOMENT_Z = 0.00
21
+ REF_LENGTH= 16
22
+ REF_AREA= 659.6039695925111
23
+
24
+ % --------------------FLUID MODEL----------------------------------------------%
25
+ %
26
+ FLUID_MODEL= STANDARD_AIR
27
+ GAMMA_VALUE= 1.4
28
+ GAS_CONSTANT= 287.058
29
+
30
+ % -----------------------VISCOSITY MODEL--------------------------------------%
31
+ %
32
+ VISCOSITY_MODEL= SUTHERLAND
33
+ MU_CONSTANT=1.716e-05
34
+
35
+ % --------------------------THERMAL MODEL-------------------------------------%
36
+ %
37
+ CONDUCTIVITY_MODEL= CONSTANT_PRANDTL
38
+ PRANDTL_LAM= 0.72
39
+ PRANDTL_TURB= 0.90
40
+
41
+ % -------------------- BOUNDARY CONDITION DEFINITION --------------------------%
42
+ %
43
+ MARKER_HEATFLUX= ( wall, 0.0 )
44
+ %MARKER_EULER= ( wall )
45
+ MARKER_FAR= ( farfield )
46
+ MARKER_PLOTTING= ( wall )
47
+ MARKER_MONITORING= ( wall )
48
+ FREESTREAM_TURBULENCEINTENSITY= 0.03
49
+
50
+ % ------------- COMMON PARAMETERS DEFINING THE NUMERICAL METHOD ---------------%
51
+ %
52
+ NUM_METHOD_GRAD= GREEN_GAUSS
53
+ CFL_NUMBER= 10.0
54
+ CFL_ADAPT= YES
55
+ CFL_ADAPT_PARAM= ( 0.2, 1.5, 0.00001, 2000 )
56
+ ITER= 29999
57
+ LINEAR_SOLVER= FGMRES
58
+ LINEAR_SOLVER_ERROR= 1E-7
59
+ LINEAR_SOLVER_ITER= 50
60
+ LINEAR_SOLVER_PREC= ILU
61
+
62
+ % -------------------------- MULTIGRID PARAMETERS -----------------------------%
63
+ %
64
+ MGLEVEL= 0
65
+ MGCYCLE= W_CYCLE
66
+ MG_PRE_SMOOTH= ( 1, 2, 3, 3 )
67
+ MG_POST_SMOOTH= ( 0, 0, 0, 0 )
68
+ MG_CORRECTION_SMOOTH= ( 0, 0, 0, 0 )
69
+ MG_DAMP_RESTRICTION= 0.95
70
+ MG_DAMP_PROLONGATION= 0.95
71
+
72
+ % -------------------- FLOW NUMERICAL METHOD DEFINITION -----------------------%
73
+ %
74
+ CONV_NUM_METHOD_FLOW= JST
75
+ MUSCL_FLOW= NO
76
+ SLOPE_LIMITER_FLOW= VENKATAKRISHNAN
77
+ VENKAT_LIMITER_COEFF= 0.08
78
+ JST_SENSOR_COEFF= ( 0.5, 0.02 )
79
+ TIME_DISCRE_FLOW= EULER_IMPLICIT
80
+
81
+ % -------------------- TURBULENT NUMERICAL METHOD DEFINITION ------------------%
82
+ %
83
+ CONV_NUM_METHOD_TURB= SCALAR_UPWIND
84
+ MUSCL_TURB= NO
85
+ SLOPE_LIMITER_TURB= VENKATAKRISHNAN
86
+ TIME_DISCRE_TURB= EULER_IMPLICIT
87
+
88
+ % --------------------------- CONVERGENCE PARAMETERS --------------------------%
89
+ %
90
+ CONV_RESIDUAL_MINVAL= -6
91
+ CONV_STARTITER= 800
92
+ CONV_FIELD= DRAG
93
+ CONV_CAUCHY_ELEMS= 100
94
+ CONV_CAUCHY_EPS= 1E-5
95
+
96
+ % ------------------------- INPUT/OUTPUT INFORMATION --------------------------%
97
+ %
98
+ MESH_FILENAME= /scratch/users/yrshen/scitec26/geom256samples/020701-1VN.su2
99
+ MESH_FORMAT= SU2
100
+ MESH_OUT_FILENAME= mesh_out.su2
101
+ SOLUTION_FILENAME= solution_flow.dat
102
+ TABULAR_FORMAT= CSV
103
+ CONV_FILENAME= history
104
+ RESTART_FILENAME= restart_flow.dat
105
+ VOLUME_FILENAME= flow
106
+ SURFACE_FILENAME= surface_flow
107
+ OUTPUT_WRT_FREQ= 200
108
+ WRT_FORCES_BREAKDOWN= YES
109
+ BREAKDOWN_FILENAME= forces_breakdown.dat
110
+ SCREEN_OUTPUT= (INNER_ITER, RMS_DENSITY, RMS_MOMENTUM-X, RMS_MOMENTUM-Y, RMS_NU_TILDE, LIFT, DRAG, CFL_NUMBER, LINSOL, CAUCHY)
111
+ HISTORY_OUTPUT= (INNER_ITER, RMS_DENSITY, RMS_MOMENTUM-X, RMS_MOMENTUM-Y, RMS_NU_TILDE, LIFT, DRAG, CFL_NUMBER, LINSOL, CAUCHY)
112
+ % Change to Tecplot if needed
113
+ VOLUME_OUTPUT= (COORDINATES, SOLUTION, PRIMITIVE, DISSIPATION, MESH_QUALITY)
114
+ OUTPUT_FILES= (RESTART, PARAVIEW, SURFACE_PARAVIEW, SURFACE_PARAVIEW_ASCII)
example/16.0degAOA/forces_breakdown.dat ADDED
@@ -0,0 +1,129 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ -------------------------------------------------------------------------
3
+ | ___ _ _ ___ |
4
+ | / __| | | |_ ) Release 8.0.0 "Harrier" |
5
+ | \__ \ |_| |/ / |
6
+ | |___/\___//___| Suite (Computational Fluid Dynamics Code) |
7
+ | |
8
+ -------------------------------------------------------------------------
9
+ | SU2 Project Website: https://su2code.github.io |
10
+ | |
11
+ | The SU2 Project is maintained by the SU2 Foundation |
12
+ | (http://su2foundation.org) |
13
+ -------------------------------------------------------------------------
14
+ | Copyright 2012-2023, SU2 Contributors |
15
+ | |
16
+ | SU2 is free software; you can redistribute it and/or |
17
+ | modify it under the terms of the GNU Lesser General Public |
18
+ | License as published by the Free Software Foundation; either |
19
+ | version 2.1 of the License, or (at your option) any later version. |
20
+ | |
21
+ | SU2 is distributed in the hope that it will be useful, |
22
+ | but WITHOUT ANY WARRANTY; without even the implied warranty of |
23
+ | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
24
+ | Lesser General Public License for more details. |
25
+ | |
26
+ | You should have received a copy of the GNU Lesser General Public |
27
+ | License along with SU2. If not, see <http://www.gnu.org/licenses/>. |
28
+ -------------------------------------------------------------------------
29
+
30
+
31
+ Problem definition:
32
+
33
+ Compressible RANS equations.
34
+ Turbulence model: Spalart Allmaras
35
+ Mach number: 0.3.
36
+ Angle of attack (AoA): 16 deg, and angle of sideslip (AoS): 0 deg.
37
+ Reynolds number: 8.04e+07.
38
+ Dimensional simulation.
39
+ The reference area is 659.604 m^2.
40
+ The reference length is 16 m.
41
+
42
+
43
+ Problem definition:
44
+
45
+ Viscous flow: Computing pressure using the ideal gas law
46
+ based on the free-stream temperature and a density computed
47
+ from the Reynolds number.
48
+ Force coefficients computed using free-stream values.
49
+ -- Input conditions:
50
+ Fluid Model: STANDARD_AIR
51
+ Specific gas constant: 287.058 N.m/kg.K.
52
+ Specific gas constant (non-dim): 287.058
53
+ Specific Heat Ratio: 1.4000
54
+ Viscosity Model: SUTHERLAND
55
+ Ref. Laminar Viscosity: 1.716e-05 N.s/m^2.
56
+ Ref. Temperature: 273.15 K.
57
+ Sutherland Constant: 110.4 K.
58
+ Laminar Viscosity (non-dim): 1.716e-05
59
+ Ref. Temperature (non-dim): 273.15
60
+ Sutherland constant (non-dim): 110.4
61
+ Conductivity Model: CONSTANT_PRANDTL
62
+ Prandtl: 0.72
63
+ Turbulent Conductivity Model: CONSTANT_PRANDTL
64
+ Turbulent Prandtl: 0.9
65
+ Free-stream static pressure: 71833.4 Pa.
66
+ Free-stream total pressure: 76461.6 Pa.
67
+ Free-stream temperature: 285 K.
68
+ Free-stream total temperature: 290.13 K.
69
+ Free-stream density: 0.878035 kg/m^3.
70
+ Free-stream velocity: (97.5965, 0, 27.9853) m/s. Magnitude: 101.53 m/s.
71
+ Free-stream total energy per unit mass: 209683 m^2/s^2.
72
+ Free-stream viscosity: 1.77406e-05 N.s/m^2.
73
+ Free-stream turb. kinetic energy per unit mass: 13.9161 m^2/s^2.
74
+ Free-stream specific dissipation: 68875.1 1/s.
75
+ -- Reference values:
76
+ Reference specific gas constant: 1 N.m/kg.K.
77
+ Reference pressure: 1 Pa.
78
+ Reference temperature: 1 K.
79
+ Reference density: 1 kg/m^3.
80
+ Reference velocity: 1 m/s.
81
+ Reference energy per unit mass: 1 m^2/s^2.
82
+ Reference viscosity: 1 N.s/m^2.
83
+ Reference conductivity: 1 W/m^2.K.
84
+ -- Resulting non-dimensional state:
85
+ Mach number (non-dim): 0.3
86
+ Reynolds number (non-dim): 8.04e+07. Re length: 16 m.
87
+ Specific gas constant (non-dim): 287.058
88
+ Free-stream temperature (non-dim): 285
89
+ Free-stream pressure (non-dim): 71833.4
90
+ Free-stream density (non-dim): 0.878035
91
+ Free-stream velocity (non-dim): (97.5965, 0, 27.9853). Magnitude: 101.53
92
+ Free-stream total energy per unit mass (non-dim): 209683
93
+ Free-stream viscosity (non-dim): 1.77406e-05
94
+ Free-stream turb. kinetic energy (non-dim): 13.9161
95
+ Free-stream specific dissipation (non-dim): 68875.1
96
+
97
+
98
+ Forces breakdown:
99
+
100
+ Center of Pressure: X=-0.047963Z+34.249514 m.
101
+
102
+ NOTE: Multiply forces by the non-dimensional factor: 2985038.585495, and the reference factor: 1.000000
103
+ to obtain the dimensional force.
104
+
105
+ Total CL: 0.773699 | Pressure ( 100%): 0.774669 | Friction ( 0%): -0.000970 | Momentum ( 0%): 0.000000
106
+ Total CD: 0.182239 | Pressure ( 97%): 0.178246 | Friction ( 2%): 0.003993 | Momentum ( 0%): 0.000000
107
+ Total CSF: -0.000116 | Pressure ( 99%): -0.000115 | Friction ( 0%): -0.000001 | Momentum ( 0%): 0.000000
108
+ Total CL/CD: 4.245515 | Pressure ( 102%): 4.346076 | Friction ( -5%): -0.242981 | Momentum ( 0%): 0.000000
109
+ Total CMx: -0.000372 | Pressure ( 100%): -0.000373 | Friction ( 0%): 0.000000 | Momentum ( 0%): 0.000000
110
+ Total CMy: -1.051292 | Pressure ( 99%): -1.051259 | Friction ( 0%): -0.000033 | Momentum ( 0%): 0.000000
111
+ Total CMz: -0.000212 | Pressure ( 100%): -0.000212 | Friction ( 0%): 0.000000 | Momentum ( 0%): 0.000000
112
+ Total CFx: -0.038081 | Pressure ( 110%): -0.042187 | Friction ( -10%): 0.004106 | Momentum ( 0%): 0.000000
113
+ Total CFy: -0.000116 | Pressure ( 99%): -0.000115 | Friction ( 0%): -0.000001 | Momentum ( 0%): 0.000000
114
+ Total CFz: 0.793959 | Pressure ( 99%): 0.793791 | Friction ( 0%): 0.000168 | Momentum ( 0%): 0.000000
115
+
116
+
117
+ Surface name: wall
118
+
119
+ Total CL ( 99%): 0.773699 | Pressure ( 100%): 0.774669 | Friction ( 0%): -0.000970 | Momentum ( 0%): 0.000000
120
+ Total CD ( 99%): 0.182239 | Pressure ( 97%): 0.178246 | Friction ( 2%): 0.003993 | Momentum ( 0%): 0.000000
121
+ Total CSF ( 100%): -0.000116 | Pressure ( 99%): -0.000115 | Friction ( 0%): -0.000001 | Momentum ( 0%): 0.000000
122
+ Total CL/CD ( 100%): 4.245515 | Pressure ( 102%): 4.346076 | Friction ( -5%): -0.242981 | Momentum ( 0%): 0.000000
123
+ Total CMx ( 100%): -0.000372 | Pressure ( 100%): -0.000373 | Friction ( 0%): 0.000000 | Momentum ( 0%): 0.000000
124
+ Total CMy ( 100%): -1.051292 | Pressure ( 99%): -1.051259 | Friction ( 0%): -0.000033 | Momentum ( 0%): 0.000000
125
+ Total CMz ( 100%): -0.000212 | Pressure ( 100%): -0.000212 | Friction ( 0%): 0.000000 | Momentum ( 0%): 0.000000
126
+ Total CFx ( 100%): -0.038081 | Pressure ( 110%): -0.042187 | Friction ( -10%): 0.004106 | Momentum ( 0%): 0.000000
127
+ Total CFy ( 100%): -0.000116 | Pressure ( 99%): -0.000115 | Friction ( 0%): -0.000001 | Momentum ( 0%): 0.000000
128
+ Total CFz ( 99%): 0.793959 | Pressure ( 99%): 0.793791 | Friction ( 0%): 0.000168 | Momentum ( 0%): 0.000000
129
+
example/16.0degAOA/history.csv ADDED
The diff for this file is too large to render. See raw diff
 
example/16.0degAOA/surface_and_volume_flow.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0085f43c3ff76600f11c2f8de23dd295957d0ed7b576515e87066dbbd0c70276
3
+ size 231632254
example/17.0degAOA/config.cfg ADDED
@@ -0,0 +1,114 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ % ------------- DIRECT, ADJOINT, AND LINEARIZED PROBLEM DEFINITION ------------%
2
+ %
3
+ SOLVER= RANS
4
+ KIND_TURB_MODEL= SA
5
+ SA_OPTIONS= ROTATION
6
+ RESTART_SOL= NO
7
+
8
+ % -------------------- COMPRESSIBLE FREE-STREAM DEFINITION --------------------%
9
+ %
10
+ MACH_NUMBER= 0.3
11
+ AOA= 17.0
12
+ FREESTREAM_TEMPERATURE= 285.0
13
+ REYNOLDS_NUMBER= 8.04E7
14
+ REYNOLDS_LENGTH= 16
15
+
16
+ % ---------------------- REFERENCE VALUE DEFINITION ---------------------------%
17
+ %
18
+ REF_ORIGIN_MOMENT_X = 13.063688846316008
19
+ REF_ORIGIN_MOMENT_Y = 0.00
20
+ REF_ORIGIN_MOMENT_Z = 0.00
21
+ REF_LENGTH= 16
22
+ REF_AREA= 659.6039695925111
23
+
24
+ % --------------------FLUID MODEL----------------------------------------------%
25
+ %
26
+ FLUID_MODEL= STANDARD_AIR
27
+ GAMMA_VALUE= 1.4
28
+ GAS_CONSTANT= 287.058
29
+
30
+ % -----------------------VISCOSITY MODEL--------------------------------------%
31
+ %
32
+ VISCOSITY_MODEL= SUTHERLAND
33
+ MU_CONSTANT=1.716e-05
34
+
35
+ % --------------------------THERMAL MODEL-------------------------------------%
36
+ %
37
+ CONDUCTIVITY_MODEL= CONSTANT_PRANDTL
38
+ PRANDTL_LAM= 0.72
39
+ PRANDTL_TURB= 0.90
40
+
41
+ % -------------------- BOUNDARY CONDITION DEFINITION --------------------------%
42
+ %
43
+ MARKER_HEATFLUX= ( wall, 0.0 )
44
+ %MARKER_EULER= ( wall )
45
+ MARKER_FAR= ( farfield )
46
+ MARKER_PLOTTING= ( wall )
47
+ MARKER_MONITORING= ( wall )
48
+ FREESTREAM_TURBULENCEINTENSITY= 0.03
49
+
50
+ % ------------- COMMON PARAMETERS DEFINING THE NUMERICAL METHOD ---------------%
51
+ %
52
+ NUM_METHOD_GRAD= GREEN_GAUSS
53
+ CFL_NUMBER= 10.0
54
+ CFL_ADAPT= YES
55
+ CFL_ADAPT_PARAM= ( 0.2, 1.5, 0.00001, 2000 )
56
+ ITER= 29999
57
+ LINEAR_SOLVER= FGMRES
58
+ LINEAR_SOLVER_ERROR= 1E-7
59
+ LINEAR_SOLVER_ITER= 50
60
+ LINEAR_SOLVER_PREC= ILU
61
+
62
+ % -------------------------- MULTIGRID PARAMETERS -----------------------------%
63
+ %
64
+ MGLEVEL= 0
65
+ MGCYCLE= W_CYCLE
66
+ MG_PRE_SMOOTH= ( 1, 2, 3, 3 )
67
+ MG_POST_SMOOTH= ( 0, 0, 0, 0 )
68
+ MG_CORRECTION_SMOOTH= ( 0, 0, 0, 0 )
69
+ MG_DAMP_RESTRICTION= 0.95
70
+ MG_DAMP_PROLONGATION= 0.95
71
+
72
+ % -------------------- FLOW NUMERICAL METHOD DEFINITION -----------------------%
73
+ %
74
+ CONV_NUM_METHOD_FLOW= JST
75
+ MUSCL_FLOW= NO
76
+ SLOPE_LIMITER_FLOW= VENKATAKRISHNAN
77
+ VENKAT_LIMITER_COEFF= 0.08
78
+ JST_SENSOR_COEFF= ( 0.5, 0.02 )
79
+ TIME_DISCRE_FLOW= EULER_IMPLICIT
80
+
81
+ % -------------------- TURBULENT NUMERICAL METHOD DEFINITION ------------------%
82
+ %
83
+ CONV_NUM_METHOD_TURB= SCALAR_UPWIND
84
+ MUSCL_TURB= NO
85
+ SLOPE_LIMITER_TURB= VENKATAKRISHNAN
86
+ TIME_DISCRE_TURB= EULER_IMPLICIT
87
+
88
+ % --------------------------- CONVERGENCE PARAMETERS --------------------------%
89
+ %
90
+ CONV_RESIDUAL_MINVAL= -6
91
+ CONV_STARTITER= 800
92
+ CONV_FIELD= DRAG
93
+ CONV_CAUCHY_ELEMS= 100
94
+ CONV_CAUCHY_EPS= 1E-5
95
+
96
+ % ------------------------- INPUT/OUTPUT INFORMATION --------------------------%
97
+ %
98
+ MESH_FILENAME= /scratch/users/yrshen/scitec26/geom256samples/020701-1VN.su2
99
+ MESH_FORMAT= SU2
100
+ MESH_OUT_FILENAME= mesh_out.su2
101
+ SOLUTION_FILENAME= solution_flow.dat
102
+ TABULAR_FORMAT= CSV
103
+ CONV_FILENAME= history
104
+ RESTART_FILENAME= restart_flow.dat
105
+ VOLUME_FILENAME= flow
106
+ SURFACE_FILENAME= surface_flow
107
+ OUTPUT_WRT_FREQ= 200
108
+ WRT_FORCES_BREAKDOWN= YES
109
+ BREAKDOWN_FILENAME= forces_breakdown.dat
110
+ SCREEN_OUTPUT= (INNER_ITER, RMS_DENSITY, RMS_MOMENTUM-X, RMS_MOMENTUM-Y, RMS_NU_TILDE, LIFT, DRAG, CFL_NUMBER, LINSOL, CAUCHY)
111
+ HISTORY_OUTPUT= (INNER_ITER, RMS_DENSITY, RMS_MOMENTUM-X, RMS_MOMENTUM-Y, RMS_NU_TILDE, LIFT, DRAG, CFL_NUMBER, LINSOL, CAUCHY)
112
+ % Change to Tecplot if needed
113
+ VOLUME_OUTPUT= (COORDINATES, SOLUTION, PRIMITIVE, DISSIPATION, MESH_QUALITY)
114
+ OUTPUT_FILES= (RESTART, PARAVIEW, SURFACE_PARAVIEW, SURFACE_PARAVIEW_ASCII)
example/17.0degAOA/forces_breakdown.dat ADDED
@@ -0,0 +1,129 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ -------------------------------------------------------------------------
3
+ | ___ _ _ ___ |
4
+ | / __| | | |_ ) Release 8.0.0 "Harrier" |
5
+ | \__ \ |_| |/ / |
6
+ | |___/\___//___| Suite (Computational Fluid Dynamics Code) |
7
+ | |
8
+ -------------------------------------------------------------------------
9
+ | SU2 Project Website: https://su2code.github.io |
10
+ | |
11
+ | The SU2 Project is maintained by the SU2 Foundation |
12
+ | (http://su2foundation.org) |
13
+ -------------------------------------------------------------------------
14
+ | Copyright 2012-2023, SU2 Contributors |
15
+ | |
16
+ | SU2 is free software; you can redistribute it and/or |
17
+ | modify it under the terms of the GNU Lesser General Public |
18
+ | License as published by the Free Software Foundation; either |
19
+ | version 2.1 of the License, or (at your option) any later version. |
20
+ | |
21
+ | SU2 is distributed in the hope that it will be useful, |
22
+ | but WITHOUT ANY WARRANTY; without even the implied warranty of |
23
+ | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
24
+ | Lesser General Public License for more details. |
25
+ | |
26
+ | You should have received a copy of the GNU Lesser General Public |
27
+ | License along with SU2. If not, see <http://www.gnu.org/licenses/>. |
28
+ -------------------------------------------------------------------------
29
+
30
+
31
+ Problem definition:
32
+
33
+ Compressible RANS equations.
34
+ Turbulence model: Spalart Allmaras
35
+ Mach number: 0.3.
36
+ Angle of attack (AoA): 17 deg, and angle of sideslip (AoS): 0 deg.
37
+ Reynolds number: 8.04e+07.
38
+ Dimensional simulation.
39
+ The reference area is 659.604 m^2.
40
+ The reference length is 16 m.
41
+
42
+
43
+ Problem definition:
44
+
45
+ Viscous flow: Computing pressure using the ideal gas law
46
+ based on the free-stream temperature and a density computed
47
+ from the Reynolds number.
48
+ Force coefficients computed using free-stream values.
49
+ -- Input conditions:
50
+ Fluid Model: STANDARD_AIR
51
+ Specific gas constant: 287.058 N.m/kg.K.
52
+ Specific gas constant (non-dim): 287.058
53
+ Specific Heat Ratio: 1.4000
54
+ Viscosity Model: SUTHERLAND
55
+ Ref. Laminar Viscosity: 1.716e-05 N.s/m^2.
56
+ Ref. Temperature: 273.15 K.
57
+ Sutherland Constant: 110.4 K.
58
+ Laminar Viscosity (non-dim): 1.716e-05
59
+ Ref. Temperature (non-dim): 273.15
60
+ Sutherland constant (non-dim): 110.4
61
+ Conductivity Model: CONSTANT_PRANDTL
62
+ Prandtl: 0.72
63
+ Turbulent Conductivity Model: CONSTANT_PRANDTL
64
+ Turbulent Prandtl: 0.9
65
+ Free-stream static pressure: 71833.4 Pa.
66
+ Free-stream total pressure: 76461.6 Pa.
67
+ Free-stream temperature: 285 K.
68
+ Free-stream total temperature: 290.13 K.
69
+ Free-stream density: 0.878035 kg/m^3.
70
+ Free-stream velocity: (97.0932, 0, 29.6844) m/s. Magnitude: 101.53 m/s.
71
+ Free-stream total energy per unit mass: 209683 m^2/s^2.
72
+ Free-stream viscosity: 1.77406e-05 N.s/m^2.
73
+ Free-stream turb. kinetic energy per unit mass: 13.9161 m^2/s^2.
74
+ Free-stream specific dissipation: 68875.1 1/s.
75
+ -- Reference values:
76
+ Reference specific gas constant: 1 N.m/kg.K.
77
+ Reference pressure: 1 Pa.
78
+ Reference temperature: 1 K.
79
+ Reference density: 1 kg/m^3.
80
+ Reference velocity: 1 m/s.
81
+ Reference energy per unit mass: 1 m^2/s^2.
82
+ Reference viscosity: 1 N.s/m^2.
83
+ Reference conductivity: 1 W/m^2.K.
84
+ -- Resulting non-dimensional state:
85
+ Mach number (non-dim): 0.3
86
+ Reynolds number (non-dim): 8.04e+07. Re length: 16 m.
87
+ Specific gas constant (non-dim): 287.058
88
+ Free-stream temperature (non-dim): 285
89
+ Free-stream pressure (non-dim): 71833.4
90
+ Free-stream density (non-dim): 0.878035
91
+ Free-stream velocity (non-dim): (97.0932, 0, 29.6844). Magnitude: 101.53
92
+ Free-stream total energy per unit mass (non-dim): 209683
93
+ Free-stream viscosity (non-dim): 1.77406e-05
94
+ Free-stream turb. kinetic energy (non-dim): 13.9161
95
+ Free-stream specific dissipation (non-dim): 68875.1
96
+
97
+
98
+ Forces breakdown:
99
+
100
+ Center of Pressure: X=-0.041399Z+34.427272 m.
101
+
102
+ NOTE: Multiply forces by the non-dimensional factor: 2985038.585495, and the reference factor: 1.000000
103
+ to obtain the dimensional force.
104
+
105
+ Total CL: 0.819467 | Pressure ( 100%): 0.820493 | Friction ( 0%): -0.001026 | Momentum ( 0%): 0.000000
106
+ Total CD: 0.213904 | Pressure ( 98%): 0.209968 | Friction ( 1%): 0.003936 | Momentum ( 0%): 0.000000
107
+ Total CSF: 0.000058 | Pressure ( 105%): 0.000062 | Friction ( -5%): -0.000003 | Momentum ( 0%): 0.000000
108
+ Total CL/CD: 3.831008 | Pressure ( 102%): 3.907702 | Friction ( -6%): -0.260744 | Momentum ( 0%): 0.000000
109
+ Total CMx: -0.000393 | Pressure ( 100%): -0.000393 | Friction ( 0%): 0.000000 | Momentum ( 0%): 0.000000
110
+ Total CMy: -1.129866 | Pressure ( 99%): -1.129825 | Friction ( 0%): -0.000041 | Momentum ( 0%): 0.000000
111
+ Total CMz: 0.000078 | Pressure ( 103%): 0.000081 | Friction ( -3%): -0.000003 | Momentum ( 0%): 0.000000
112
+ Total CFx: -0.035032 | Pressure ( 111%): -0.039095 | Friction ( -11%): 0.004064 | Momentum ( 0%): 0.000000
113
+ Total CFy: 0.000058 | Pressure ( 105%): 0.000062 | Friction ( -5%): -0.000003 | Momentum ( 0%): 0.000000
114
+ Total CFz: 0.846200 | Pressure ( 99%): 0.846031 | Friction ( 0%): 0.000169 | Momentum ( 0%): 0.000000
115
+
116
+
117
+ Surface name: wall
118
+
119
+ Total CL ( 99%): 0.819467 | Pressure ( 100%): 0.820493 | Friction ( 0%): -0.001026 | Momentum ( 0%): 0.000000
120
+ Total CD ( 99%): 0.213904 | Pressure ( 98%): 0.209968 | Friction ( 1%): 0.003936 | Momentum ( 0%): 0.000000
121
+ Total CSF ( 99%): 0.000058 | Pressure ( 105%): 0.000062 | Friction ( -5%): -0.000003 | Momentum ( 0%): 0.000000
122
+ Total CL/CD ( 100%): 3.831008 | Pressure ( 102%): 3.907702 | Friction ( -6%): -0.260744 | Momentum ( 0%): 0.000000
123
+ Total CMx ( 100%): -0.000393 | Pressure ( 100%): -0.000393 | Friction ( 0%): 0.000000 | Momentum ( 0%): 0.000000
124
+ Total CMy ( 100%): -1.129866 | Pressure ( 99%): -1.129825 | Friction ( 0%): -0.000041 | Momentum ( 0%): 0.000000
125
+ Total CMz ( 99%): 0.000078 | Pressure ( 103%): 0.000081 | Friction ( -3%): -0.000003 | Momentum ( 0%): 0.000000
126
+ Total CFx ( 100%): -0.035032 | Pressure ( 111%): -0.039095 | Friction ( -11%): 0.004064 | Momentum ( 0%): 0.000000
127
+ Total CFy ( 99%): 0.000058 | Pressure ( 105%): 0.000062 | Friction ( -5%): -0.000003 | Momentum ( 0%): 0.000000
128
+ Total CFz ( 99%): 0.846200 | Pressure ( 99%): 0.846031 | Friction ( 0%): 0.000169 | Momentum ( 0%): 0.000000
129
+
example/17.0degAOA/history.csv ADDED
The diff for this file is too large to render. See raw diff
 
example/17.0degAOA/surface_and_volume_flow.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7b1968d5e26c4ddfce6b08f4acff414c6a718ecf642deeafbde88b53e1199d0d
3
+ size 231623259
example/18.0degAOA/config.cfg ADDED
@@ -0,0 +1,114 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ % ------------- DIRECT, ADJOINT, AND LINEARIZED PROBLEM DEFINITION ------------%
2
+ %
3
+ SOLVER= RANS
4
+ KIND_TURB_MODEL= SA
5
+ SA_OPTIONS= ROTATION
6
+ RESTART_SOL= NO
7
+
8
+ % -------------------- COMPRESSIBLE FREE-STREAM DEFINITION --------------------%
9
+ %
10
+ MACH_NUMBER= 0.3
11
+ AOA= 18.0
12
+ FREESTREAM_TEMPERATURE= 285.0
13
+ REYNOLDS_NUMBER= 8.04E7
14
+ REYNOLDS_LENGTH= 16
15
+
16
+ % ---------------------- REFERENCE VALUE DEFINITION ---------------------------%
17
+ %
18
+ REF_ORIGIN_MOMENT_X = 13.063688846316008
19
+ REF_ORIGIN_MOMENT_Y = 0.00
20
+ REF_ORIGIN_MOMENT_Z = 0.00
21
+ REF_LENGTH= 16
22
+ REF_AREA= 659.6039695925111
23
+
24
+ % --------------------FLUID MODEL----------------------------------------------%
25
+ %
26
+ FLUID_MODEL= STANDARD_AIR
27
+ GAMMA_VALUE= 1.4
28
+ GAS_CONSTANT= 287.058
29
+
30
+ % -----------------------VISCOSITY MODEL--------------------------------------%
31
+ %
32
+ VISCOSITY_MODEL= SUTHERLAND
33
+ MU_CONSTANT=1.716e-05
34
+
35
+ % --------------------------THERMAL MODEL-------------------------------------%
36
+ %
37
+ CONDUCTIVITY_MODEL= CONSTANT_PRANDTL
38
+ PRANDTL_LAM= 0.72
39
+ PRANDTL_TURB= 0.90
40
+
41
+ % -------------------- BOUNDARY CONDITION DEFINITION --------------------------%
42
+ %
43
+ MARKER_HEATFLUX= ( wall, 0.0 )
44
+ %MARKER_EULER= ( wall )
45
+ MARKER_FAR= ( farfield )
46
+ MARKER_PLOTTING= ( wall )
47
+ MARKER_MONITORING= ( wall )
48
+ FREESTREAM_TURBULENCEINTENSITY= 0.03
49
+
50
+ % ------------- COMMON PARAMETERS DEFINING THE NUMERICAL METHOD ---------------%
51
+ %
52
+ NUM_METHOD_GRAD= GREEN_GAUSS
53
+ CFL_NUMBER= 10.0
54
+ CFL_ADAPT= YES
55
+ CFL_ADAPT_PARAM= ( 0.2, 1.5, 0.00001, 2000 )
56
+ ITER= 29999
57
+ LINEAR_SOLVER= FGMRES
58
+ LINEAR_SOLVER_ERROR= 1E-7
59
+ LINEAR_SOLVER_ITER= 50
60
+ LINEAR_SOLVER_PREC= ILU
61
+
62
+ % -------------------------- MULTIGRID PARAMETERS -----------------------------%
63
+ %
64
+ MGLEVEL= 0
65
+ MGCYCLE= W_CYCLE
66
+ MG_PRE_SMOOTH= ( 1, 2, 3, 3 )
67
+ MG_POST_SMOOTH= ( 0, 0, 0, 0 )
68
+ MG_CORRECTION_SMOOTH= ( 0, 0, 0, 0 )
69
+ MG_DAMP_RESTRICTION= 0.95
70
+ MG_DAMP_PROLONGATION= 0.95
71
+
72
+ % -------------------- FLOW NUMERICAL METHOD DEFINITION -----------------------%
73
+ %
74
+ CONV_NUM_METHOD_FLOW= JST
75
+ MUSCL_FLOW= NO
76
+ SLOPE_LIMITER_FLOW= VENKATAKRISHNAN
77
+ VENKAT_LIMITER_COEFF= 0.08
78
+ JST_SENSOR_COEFF= ( 0.5, 0.02 )
79
+ TIME_DISCRE_FLOW= EULER_IMPLICIT
80
+
81
+ % -------------------- TURBULENT NUMERICAL METHOD DEFINITION ------------------%
82
+ %
83
+ CONV_NUM_METHOD_TURB= SCALAR_UPWIND
84
+ MUSCL_TURB= NO
85
+ SLOPE_LIMITER_TURB= VENKATAKRISHNAN
86
+ TIME_DISCRE_TURB= EULER_IMPLICIT
87
+
88
+ % --------------------------- CONVERGENCE PARAMETERS --------------------------%
89
+ %
90
+ CONV_RESIDUAL_MINVAL= -6
91
+ CONV_STARTITER= 800
92
+ CONV_FIELD= DRAG
93
+ CONV_CAUCHY_ELEMS= 100
94
+ CONV_CAUCHY_EPS= 1E-5
95
+
96
+ % ------------------------- INPUT/OUTPUT INFORMATION --------------------------%
97
+ %
98
+ MESH_FILENAME= /scratch/users/yrshen/scitec26/geom256samples/020701-1VN.su2
99
+ MESH_FORMAT= SU2
100
+ MESH_OUT_FILENAME= mesh_out.su2
101
+ SOLUTION_FILENAME= solution_flow.dat
102
+ TABULAR_FORMAT= CSV
103
+ CONV_FILENAME= history
104
+ RESTART_FILENAME= restart_flow.dat
105
+ VOLUME_FILENAME= flow
106
+ SURFACE_FILENAME= surface_flow
107
+ OUTPUT_WRT_FREQ= 200
108
+ WRT_FORCES_BREAKDOWN= YES
109
+ BREAKDOWN_FILENAME= forces_breakdown.dat
110
+ SCREEN_OUTPUT= (INNER_ITER, RMS_DENSITY, RMS_MOMENTUM-X, RMS_MOMENTUM-Y, RMS_NU_TILDE, LIFT, DRAG, CFL_NUMBER, LINSOL, CAUCHY)
111
+ HISTORY_OUTPUT= (INNER_ITER, RMS_DENSITY, RMS_MOMENTUM-X, RMS_MOMENTUM-Y, RMS_NU_TILDE, LIFT, DRAG, CFL_NUMBER, LINSOL, CAUCHY)
112
+ % Change to Tecplot if needed
113
+ VOLUME_OUTPUT= (COORDINATES, SOLUTION, PRIMITIVE, DISSIPATION, MESH_QUALITY)
114
+ OUTPUT_FILES= (RESTART, PARAVIEW, SURFACE_PARAVIEW, SURFACE_PARAVIEW_ASCII)
example/18.0degAOA/forces_breakdown.dat ADDED
@@ -0,0 +1,129 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ -------------------------------------------------------------------------
3
+ | ___ _ _ ___ |
4
+ | / __| | | |_ ) Release 8.0.0 "Harrier" |
5
+ | \__ \ |_| |/ / |
6
+ | |___/\___//___| Suite (Computational Fluid Dynamics Code) |
7
+ | |
8
+ -------------------------------------------------------------------------
9
+ | SU2 Project Website: https://su2code.github.io |
10
+ | |
11
+ | The SU2 Project is maintained by the SU2 Foundation |
12
+ | (http://su2foundation.org) |
13
+ -------------------------------------------------------------------------
14
+ | Copyright 2012-2023, SU2 Contributors |
15
+ | |
16
+ | SU2 is free software; you can redistribute it and/or |
17
+ | modify it under the terms of the GNU Lesser General Public |
18
+ | License as published by the Free Software Foundation; either |
19
+ | version 2.1 of the License, or (at your option) any later version. |
20
+ | |
21
+ | SU2 is distributed in the hope that it will be useful, |
22
+ | but WITHOUT ANY WARRANTY; without even the implied warranty of |
23
+ | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
24
+ | Lesser General Public License for more details. |
25
+ | |
26
+ | You should have received a copy of the GNU Lesser General Public |
27
+ | License along with SU2. If not, see <http://www.gnu.org/licenses/>. |
28
+ -------------------------------------------------------------------------
29
+
30
+
31
+ Problem definition:
32
+
33
+ Compressible RANS equations.
34
+ Turbulence model: Spalart Allmaras
35
+ Mach number: 0.3.
36
+ Angle of attack (AoA): 18 deg, and angle of sideslip (AoS): 0 deg.
37
+ Reynolds number: 8.04e+07.
38
+ Dimensional simulation.
39
+ The reference area is 659.604 m^2.
40
+ The reference length is 16 m.
41
+
42
+
43
+ Problem definition:
44
+
45
+ Viscous flow: Computing pressure using the ideal gas law
46
+ based on the free-stream temperature and a density computed
47
+ from the Reynolds number.
48
+ Force coefficients computed using free-stream values.
49
+ -- Input conditions:
50
+ Fluid Model: STANDARD_AIR
51
+ Specific gas constant: 287.058 N.m/kg.K.
52
+ Specific gas constant (non-dim): 287.058
53
+ Specific Heat Ratio: 1.4000
54
+ Viscosity Model: SUTHERLAND
55
+ Ref. Laminar Viscosity: 1.716e-05 N.s/m^2.
56
+ Ref. Temperature: 273.15 K.
57
+ Sutherland Constant: 110.4 K.
58
+ Laminar Viscosity (non-dim): 1.716e-05
59
+ Ref. Temperature (non-dim): 273.15
60
+ Sutherland constant (non-dim): 110.4
61
+ Conductivity Model: CONSTANT_PRANDTL
62
+ Prandtl: 0.72
63
+ Turbulent Conductivity Model: CONSTANT_PRANDTL
64
+ Turbulent Prandtl: 0.9
65
+ Free-stream static pressure: 71833.4 Pa.
66
+ Free-stream total pressure: 76461.6 Pa.
67
+ Free-stream temperature: 285 K.
68
+ Free-stream total temperature: 290.13 K.
69
+ Free-stream density: 0.878035 kg/m^3.
70
+ Free-stream velocity: (96.5604, 0, 31.3744) m/s. Magnitude: 101.53 m/s.
71
+ Free-stream total energy per unit mass: 209683 m^2/s^2.
72
+ Free-stream viscosity: 1.77406e-05 N.s/m^2.
73
+ Free-stream turb. kinetic energy per unit mass: 13.9161 m^2/s^2.
74
+ Free-stream specific dissipation: 68875.1 1/s.
75
+ -- Reference values:
76
+ Reference specific gas constant: 1 N.m/kg.K.
77
+ Reference pressure: 1 Pa.
78
+ Reference temperature: 1 K.
79
+ Reference density: 1 kg/m^3.
80
+ Reference velocity: 1 m/s.
81
+ Reference energy per unit mass: 1 m^2/s^2.
82
+ Reference viscosity: 1 N.s/m^2.
83
+ Reference conductivity: 1 W/m^2.K.
84
+ -- Resulting non-dimensional state:
85
+ Mach number (non-dim): 0.3
86
+ Reynolds number (non-dim): 8.04e+07. Re length: 16 m.
87
+ Specific gas constant (non-dim): 287.058
88
+ Free-stream temperature (non-dim): 285
89
+ Free-stream pressure (non-dim): 71833.4
90
+ Free-stream density (non-dim): 0.878035
91
+ Free-stream velocity (non-dim): (96.5604, 0, 31.3744). Magnitude: 101.53
92
+ Free-stream total energy per unit mass (non-dim): 209683
93
+ Free-stream viscosity (non-dim): 1.77406e-05
94
+ Free-stream turb. kinetic energy (non-dim): 13.9161
95
+ Free-stream specific dissipation (non-dim): 68875.1
96
+
97
+
98
+ Forces breakdown:
99
+
100
+ Center of Pressure: X=-0.035458Z+34.579208 m.
101
+
102
+ NOTE: Multiply forces by the non-dimensional factor: 2985038.585495, and the reference factor: 1.000000
103
+ to obtain the dimensional force.
104
+
105
+ Total CL: 0.857705 | Pressure ( 100%): 0.858800 | Friction ( 0%): -0.001096 | Momentum ( 0%): 0.000000
106
+ Total CD: 0.245445 | Pressure ( 98%): 0.241534 | Friction ( 1%): 0.003911 | Momentum ( 0%): 0.000000
107
+ Total CSF: -0.000132 | Pressure ( 88%): -0.000117 | Friction ( 11%): -0.000015 | Momentum ( 0%): 0.000000
108
+ Total CL/CD: 3.494488 | Pressure ( 101%): 3.555605 | Friction ( -8%): -0.280119 | Momentum ( 0%): 0.000000
109
+ Total CMx: -0.001299 | Pressure ( 100%): -0.001300 | Friction ( 0%): 0.000001 | Momentum ( 0%): 0.000000
110
+ Total CMy: -1.198915 | Pressure ( 99%): -1.198873 | Friction ( 0%): -0.000042 | Momentum ( 0%): 0.000000
111
+ Total CMz: -0.000193 | Pressure ( 91%): -0.000177 | Friction ( 8%): -0.000016 | Momentum ( 0%): 0.000000
112
+ Total CFx: -0.031613 | Pressure ( 112%): -0.035671 | Friction ( -12%): 0.004058 | Momentum ( 0%): 0.000000
113
+ Total CFy: -0.000132 | Pressure ( 88%): -0.000117 | Friction ( 11%): -0.000015 | Momentum ( 0%): 0.000000
114
+ Total CFz: 0.891573 | Pressure ( 99%): 0.891406 | Friction ( 0%): 0.000167 | Momentum ( 0%): 0.000000
115
+
116
+
117
+ Surface name: wall
118
+
119
+ Total CL ( 99%): 0.857705 | Pressure ( 100%): 0.858800 | Friction ( 0%): -0.001096 | Momentum ( 0%): 0.000000
120
+ Total CD ( 99%): 0.245445 | Pressure ( 98%): 0.241534 | Friction ( 1%): 0.003911 | Momentum ( 0%): 0.000000
121
+ Total CSF ( 100%): -0.000132 | Pressure ( 88%): -0.000117 | Friction ( 11%): -0.000015 | Momentum ( 0%): 0.000000
122
+ Total CL/CD ( 99%): 3.494488 | Pressure ( 101%): 3.555605 | Friction ( -8%): -0.280119 | Momentum ( 0%): 0.000000
123
+ Total CMx ( 100%): -0.001299 | Pressure ( 100%): -0.001300 | Friction ( 0%): 0.000001 | Momentum ( 0%): 0.000000
124
+ Total CMy ( 100%): -1.198915 | Pressure ( 99%): -1.198873 | Friction ( 0%): -0.000042 | Momentum ( 0%): 0.000000
125
+ Total CMz ( 100%): -0.000193 | Pressure ( 91%): -0.000177 | Friction ( 8%): -0.000016 | Momentum ( 0%): 0.000000
126
+ Total CFx ( 100%): -0.031613 | Pressure ( 112%): -0.035671 | Friction ( -12%): 0.004058 | Momentum ( 0%): 0.000000
127
+ Total CFy ( 100%): -0.000132 | Pressure ( 88%): -0.000117 | Friction ( 11%): -0.000015 | Momentum ( 0%): 0.000000
128
+ Total CFz ( 99%): 0.891573 | Pressure ( 99%): 0.891406 | Friction ( 0%): 0.000167 | Momentum ( 0%): 0.000000
129
+
example/18.0degAOA/history.csv ADDED
The diff for this file is too large to render. See raw diff
 
example/18.0degAOA/surface_and_volume_flow.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b0dd62444259a7aba6386871b6ec157a670f016d16be20113e9364ce264980f6
3
+ size 231632259
example/19.0degAOA/surface_and_volume_flow.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f3ce21d56b1e5afb771a68cd16991e129a3d034b19ce2bb0ef498c0b55898dea
3
+ size 231547349