You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: _docs_v7/Physical-Definition.md
+8-10
Original file line number
Diff line number
Diff line change
@@ -163,22 +163,20 @@ Modifications from each of these three groups can be combined, for example `SST_
163
163
164
164
| Solver | Version |
165
165
| --- | --- |
166
-
|`*_RANS`| 7.4.0 |
166
+
|`*_RANS`| 7.5.0 |
167
167
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`).
171
171
172
172
The following modifications are allowed:
173
173
- Versions:
174
174
-`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):
176
176
-`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.
180
180
-`MEDIDA` - Designed for `SA` turbulence model. Has problems when dealing with separation induced transition.
181
181
-`MEDIDA_BAEDER` - Designed for `SA` turbulence model. Has problems when dealing with separation induced transition.
182
182
-`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.
Copy file name to clipboardexpand all lines: _vandv/LM_transition.md
+59-15
Original file line number
Diff line number
Diff line change
@@ -15,23 +15,24 @@ To validate the LM model, the simulation results of SU2 are compared with the re
15
15
16
16
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).
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/)
35
36
36
37
37
38
## Numerical Scheme
@@ -51,10 +52,18 @@ If you want to run the above cases, you can use only the fine-level grid files a
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.
58
67
59
68
60
69
@@ -135,3 +144,38 @@ Instantaneous result is :
135
144
<imgsrc="/vandv_files/LM_model/NLF/Inst_All_Cf.png"alt="Fine level result comparsion of Cf distribution on NLF-0416" />
136
145
<imgsrc="/vandv_files/LM_model/NLF/Inst_Fine_Cp.png"alt="Fine level result comparsion of Cp distribution on NLF-0416" />
137
146
<imgsrc="/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
+
<palign="center">
155
+
<imgsrc="/vandv_files/LM_model/Eppler/CPPlots/AoA_0_Roe.png"alt="-Cp distribution for AoA = 0deg" />
156
+
<imgsrc="/vandv_files/LM_model/Eppler/CPPlots/AoA_2_Roe.png"alt="-Cp distribution for AoA = 2deg" />
157
+
<imgsrc="/vandv_files/LM_model/Eppler/CPPlots/AoA_4_Roe.png"alt="-Cp distribution for AoA = 4deg" />
158
+
<imgsrc="/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.
0 commit comments