Skip to content

Commit b05bf82

Browse files
committed
- Added Eppler figures and descriptions
1 parent ab3f9e3 commit b05bf82

14 files changed

+67
-25
lines changed

_docs_v7/Physical-Definition.md

+8-10
Original file line numberDiff line numberDiff line change
@@ -163,22 +163,20 @@ Modifications from each of these three groups can be combined, for example `SST_
163163

164164
| Solver | Version |
165165
| --- | --- |
166-
| `*_RANS` | 7.4.0 |
166+
| `*_RANS` | 7.5.0 |
167167

168-
This section describes how to setup transition models for RANS simulations. Transition is activated using the option `KIND_SOLVER= RANS`, or `KIND_SOLVER= INC_RANS`.
169-
A transition model can then be selected via the option `KIND_TRANS_MODEL`.
170-
Different submodels and correlations are specified via the different options listed below.
168+
This section describes how to setup transition models for RANS simulations. Transition is activated using the option `KIND_SOLVER= RANS`, or `KIND_SOLVER= INC_RANS` together with a choice of `KIND_TRANS_MODEL` (different from `NONE`).
169+
Currently, the only valid option for `KIND_TRANS_MODEL` is `LM`, for Langtry-Menter transition models.
170+
Different submodels and correlations are then specified via `LM_OPTIONS` (for example `LM_OPTIONS= LM2015, MENTER_LANGTRY`).
171171

172172
The following modifications are allowed:
173173
- Versions:
174174
- `LM2015` - Correction to include stationary crossflow instabilities. It has to be used only in 3D problems. The RMS of roughness used in this model has to be set through the separate option `HROUGHNESS`.
175-
- Correlations:
175+
- Correlations (only one can be specified):
176176
- `MALAN` - This is the default correlation when the LM model is coupled with the `SA` turbulence model.
177-
- `SULUKSNA` - This should be used only if the `SST` model is used. It requires a formulation of
178-
- `KRAUSE` - This correlation should be used for hypersonic flows. Its implementation at the moment is unclear and inconsistent with literature.
179-
- `KRAUSE_HYPER` - This correlation should be used for hypersonic flows. Its implementation at the moment is unclear.
177+
- `SULUKSNA` - This should be used only if the `SST` model is used. It should require a formulation of the Re_theta_t correlation that omits the pressure gradient parameter, however it is not clear.
178+
- `KRAUSE` - This correlation should be used for hypersonic flows. Its implementation at the moment is unclear due to inconsistencies in the literature.
179+
- `KRAUSE_HYPER` - This correlation should be used for hypersonic flows. Its implementation at the moment is unclear due to inconsistencies in the literature.
180180
- `MEDIDA` - Designed for `SA` turbulence model. Has problems when dealing with separation induced transition.
181181
- `MEDIDA_BAEDER` - Designed for `SA` turbulence model. Has problems when dealing with separation induced transition.
182182
- `MENTER_LANGTRY` - This is the default correlation when the LM model is coupled with the `SST` turbulence model.
183-
184-
Modifications from each of these three groups can be combined, for example `LM_OPTIONS= LM2015, MENTER_LANGTRY`. Although, at most one correlation should be chosen.

_vandv/LM_transition.md

+59-15
Original file line numberDiff line numberDiff line change
@@ -15,23 +15,24 @@ To validate the LM model, the simulation results of SU2 are compared with the re
1515

1616
Flow conditions are the reference from : https://doi.org/10.2514/6.2022-3679 and [AIAA Transition modeling workshop-I](https://transitionmodeling.larc.nasa.gov).
1717

18-
| Case | T3A | T3B | T3Am | NLF0416|
19-
| --- | --- | --- | --- | --- |
20-
|Inlet Velocity (m/s)| 69.44 | 69.44 | 19.8 | 34.72 |
21-
|Density (kg/m^3) | 0.053 | 0.053 | 1.2 | 2.13 |
22-
|Viscosity (kg/ms) | 1.85E-5 | 1.85E-5 | 1.79E-5 | Sutherland's Law |
23-
|Freestream Temperature (K) | 300 | 300 | 300 | 300 |
24-
|Unit Reynolds number (1/m) | 2.0E5 | 2.0E5 | 1.328E6 | 4.0E6 |
25-
|Mach Number | 0.2 | 0.2 | 0.058 | 0.1 |
26-
|AoA | 0.0 | 0.0 | 0.0 | 0.0 |
27-
|Viscosity Ratio| 11.9 | 99.0 | 9.0 | 1.0 |
28-
|Freestream Turbulence Intensity (%) | 5.855 | 7.216 | 1.0 | 0.15 |
18+
| Case | T3A | T3B | T3Am | NLF0416 | E387|
19+
| --- | --- | --- | --- | --- | --- |
20+
|Inlet Velocity (m/s)| 69.44 | 69.44 | 19.8 | 34.72 | 20.42 |
21+
|Density (kg/m^3) | 0.053 | 0.053 | 1.2 | 2.13 | 0.175 |
22+
|Viscosity (kg/ms) | 1.85E-5 | 1.85E-5 | 1.79E-5 | Sutherland's Law | Sutherland's Law |
23+
|Freestream Temperature (K) | 300 | 300 | 300 | 300 | 288.15 |
24+
|Unit Reynolds number (1/m) | 2.0E5 | 2.0E5 | 1.328E6 | 4.0E6 | 2.0E5 |
25+
|Mach Number | 0.2 | 0.2 | 0.058 | 0.1 | 0.06 |
26+
|AoA | 0.0 | 0.0 | 0.0 | 0.0 | 0,2,4,6 |
27+
|Viscosity Ratio| 11.9 | 99.0 | 9.0 | 1.0 | 1.0 |
28+
|Freestream Turbulence Intensity (%) | 5.855 | 7.216 | 1.0 | 0.15 | 0.001 |
29+
|Turbulence Problem | SST | SST | SST | SST | SA/SST |
2930

3031

3132
## Mesh Description
3233

33-
The grids of T3A, T3B, and NLF cases are provided by [TMW](https://transitionmodeling.larc.nasa.gov/workshop_i/)(Transition Model Workshop). And, The grid of T3Am was made with reference to https://doi.org/10.2514/6.2022-3679.
34-
If you want to run the above cases, you can use only the fine-level grid files available in the [SU2 V&V repository](https://github.com/su2code/Tutorials/tree/master/compressible_flow/Transitional_Flat_Plate/).
34+
The grids of T3A, T3B, and NLF cases are provided by [TMW](https://transitionmodeling.larc.nasa.gov/workshop_i/)(Transition Model Workshop). The grid of T3Am was made with reference to https://doi.org/10.2514/6.2022-3679. At the moment, no mesh convergence study has been performed on E387 case. The grid of Eppler E387 was made with reference to https://doi.org/10.1177/0954406217743537.
35+
If you want to run the above cases (Flat plate), you can use only the fine-level grid files available in the [SU2 V&V repository](https://github.com/su2code/Tutorials/tree/master/compressible_flow/Transitional_Flat_Plate/). If you want to run the E387 test case you can use the mesh file available in the [SU2 V&V repository](https://github.com/su2code/Tutorials/tree/master/compressible_flow/Transitional_Airfoil/)
3536

3637

3738
## Numerical Scheme
@@ -51,10 +52,18 @@ If you want to run the above cases, you can use only the fine-level grid files a
5152
| Spatial Discretization Flow | second-order Upwind | MUSCL_FLOW |
5253
| Spatial Discretization Turbulence | second-order Upwind | MUSCL_YES |
5354

55+
| E387 | SU2 |
56+
| --- | --- |
57+
| Flux | L2ROE/ROE |
58+
| Gradient | WEIGHTED_LEAST_SQUARES |
59+
| Spatial Discretization Flow | MUSCL_FLOW |
60+
| Spatial Discretization Turbulence | UPWIND |
61+
5462
## Results
5563

56-
Present results of all grid resolutions and then plot the results of the fine-level grid separately. If you want to see other results of the gird level, you can see them at "vandv_files/LMmodel".
57-
All of the flat plate results(= attached flow) are in good agreement with the Fluent results. But, the Airfoil results have the oscillation near the separation region both Fluent and SU2.
64+
Present results of all grid resolutions and then plot the results of the fine-level grid separately. If you want to see other results of the grid level, you can see them at "vandv_files/LMmodel".
65+
All of the flat plate results(= attached flow) are in good agreement with the Fluent results. But, the NLF0416 results have the oscillation near the separation region both Fluent and SU2.
66+
All of the E387 results are in good agreement with respect to experimental results. Only the combination SST_v2003m-LM seems to predict early transition at higher angles of attack.
5867

5968

6069

@@ -135,3 +144,38 @@ Instantaneous result is :
135144
<img src="/vandv_files/LM_model/NLF/Inst_All_Cf.png" alt="Fine level result comparsion of Cf distribution on NLF-0416" />
136145
<img src="/vandv_files/LM_model/NLF/Inst_Fine_Cp.png" alt="Fine level result comparsion of Cp distribution on NLF-0416" />
137146
<img src="/vandv_files/LM_model/NLF/Inst_Fine_Cf.png" alt="Fine level result comparsion of Cf distribution on NLF-0416" />
147+
148+
149+
### E387
150+
Experimental results are available. The pressure coefficient distribution has been compared for 4 angles of attack, namely 0deg, 2deg, 4deg, and 6deg. Cl-alpha and polar curves are also avaliable for comparison.
151+
152+
Pressure coefficient distribution obtained through ROE scheme.
153+
154+
<p align="center">
155+
<img src="/vandv_files/LM_model/Eppler/CPPlots/AoA_0_Roe.png" alt="-Cp distribution for AoA = 0deg" />
156+
<img src="/vandv_files/LM_model/Eppler/CPPlots/AoA_2_Roe.png" alt="-Cp distribution for AoA = 2deg" />
157+
<img src="/vandv_files/LM_model/Eppler/CPPlots/AoA_4_Roe.png" alt="-Cp distribution for AoA = 4deg" />
158+
<img src="/vandv_files/LM_model/Eppler/CPPlots/AoA_6_Roe.png" alt="-Cp distribution for AoA = 6deg" />
159+
160+
161+
Cl-alpha and polar curve obtained through ROE scheme.
162+
163+
<p align="center">
164+
<img src="/vandv_files/LM_model/Eppler/CLAlpha_ROE.png" alt="Cl-alpha curve" />
165+
<img src="/vandv_files/LM_model/Eppler/Polar_ROE.png" alt="Polar curve" />
166+
167+
168+
Pressure coefficient distribution obtained through L2ROE scheme.
169+
170+
<p align="center">
171+
<img src="/vandv_files/LM_model/Eppler/CPPlots/AoA_0_L2Roe.png" alt="-Cp distribution for AoA = 0deg" />
172+
<img src="/vandv_files/LM_model/Eppler/CPPlots/AoA_2_L2Roe.png" alt="-Cp distribution for AoA = 2deg" />
173+
<img src="/vandv_files/LM_model/Eppler/CPPlots/AoA_4_L2Roe.png" alt="-Cp distribution for AoA = 4deg" />
174+
<img src="/vandv_files/LM_model/Eppler/CPPlots/AoA_6_L2Roe.png" alt="-Cp distribution for AoA = 6deg" />
175+
176+
177+
Cl-alpha and polar curve obtained through L2ROE scheme.
178+
179+
<p align="center">
180+
<img src="/vandv_files/LM_model/Eppler/CLAlpha_L2ROE.png" alt="Cl-alpha curve" />
181+
<img src="/vandv_files/LM_model/Eppler/Polar_L2ROE.png" alt="Polar curve" />
63.9 KB
Loading
62.5 KB
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
56 KB
Loading
55.2 KB
Loading

0 commit comments

Comments
 (0)