Skip to content

Commit ab3f9e3

Browse files
author
rois1995
committed
- Added transition to Physical Definition
1 parent 702a6a4 commit ab3f9e3

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

_docs_v7/Physical-Definition.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,3 +158,27 @@ The following modifications are allowed:
158158
- Curvature corrections are currently not implemented.
159159

160160
Modifications from each of these three groups can be combined, for example `SST_OPTIONS= V2003m, VORTICITY, SUSTAINING`
161+
162+
## Transition Models ##
163+
164+
| Solver | Version |
165+
| --- | --- |
166+
| `*_RANS` | 7.4.0 |
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.
171+
172+
The following modifications are allowed:
173+
- Versions:
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:
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.
180+
- `MEDIDA` - Designed for `SA` turbulence model. Has problems when dealing with separation induced transition.
181+
- `MEDIDA_BAEDER` - Designed for `SA` turbulence model. Has problems when dealing with separation induced transition.
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

Comments
 (0)