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
+4-6Lines changed: 4 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -165,20 +165,18 @@ Modifications from each of these three groups can be combined, for example `SST_
165
165
| --- | --- |
166
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
177
-`SULUKSNA` - This should be used only if the `SST` model is used. It requires a formulation of
178
178
-`KRAUSE` - This correlation should be used for hypersonic flows. Its implementation at the moment is unclear and inconsistent with literature.
179
179
-`KRAUSE_HYPER` - This correlation should be used for hypersonic flows. Its implementation at the moment is unclear.
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.
0 commit comments