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
-`ROTATION` - Dacles-Mariani et al. rotation correction.
128
+
129
+
All the modifications can be combined with each other expect `NEGATIVE`, `EDWARDS`, and `BCM`. However some combinations are not considered standard, e.g. `SA-neg-noft2`, see TMR for details.
130
+
For example, to specify `SA-neg-R-comp-QCR2000` use `SA_OPTIONS= NEGATIVE, FT2, ROTATION, COMPRESSIBILITY, QCR2000`.
131
+
132
+
The rough wall correction is implicitly turned on by specifying roughness values for wall markers via the `WALL_ROUGHNESS` option.
116
133
117
134
### Shear Stress Transport (SST) ###
118
135
119
136
SU2 implements the "Standard" (1994) and 2003 versions of the SST model along with several modifications.
120
137
121
-
**Note:** Currently all versions are "modified" i.e. the turbulence kinetic energy (tke) is not included in the viscous stress tensor.
138
+
**Note:** Currently all versions are "modified" i.e. the turbulence kinetic energy (TKE) is not included in the viscous stress tensor.
122
139
123
-
The model is selected using `KIND_TURB_MODEL= SST` and the modifications via the `SST_OPTIONS` list.
124
-
The freestream and inlet conditions are specified via the options
125
-
`FREESTREAM_TURBULENCEINTENSITY= 0.05` (5%)
126
-
`FREESTREAM_TURB2LAMVISCRATIO= 10` (ratio of turbulent to laminar viscosity)
140
+
The model is selected using `KIND_TURB_MODEL= SST` and the modifications via the `SST_OPTIONS` list, if this list is empty SU2 defaults to `SSTm` (see warning below).
141
+
The freestream and inlet conditions are specified via the options `FREESTREAM_TURBULENCEINTENSITY= 0.05` (5%) and `FREESTREAM_TURB2LAMVISCRATIO= 10` (ratio of turbulent to laminar viscosity).
127
142
128
143
**Note:** The default values for these options are suitable for internal flows but may be too high for external aerodynamics problems.
129
144
130
145
The following modifications are allowed:
131
146
- Versions:
132
147
-`V1994m` - SSTm **WARNING:** Our implementation has a small [inconsistency with the literature](https://github.com/su2code/SU2/issues/1551), which will be resolved in the next major SU2 update (i.e. version 8).
133
-
-`V2003m` - SST-2003m, no known inconsistencies.
148
+
-`V2003m` - SST-2003m (no known inconsistencies).
134
149
- Production modifications:
135
150
-`VORTICITY` - Uses vorticity to compute the source term instead of strain-rate magnitude.
136
151
-`KATO_LAUNDER` - Uses the Kato-Launder modification (vorticity times strain-rate).
137
-
-`UQ` - Production is computed using a modified stress tensor for [uncertainty quantification](https://su2code.github.io/tutorials/UQ_NACA0012/). **Note** with this modification tke is always included in the stress tensor.
152
+
-`UQ` - Production is computed using a modified stress tensor for [uncertainty quantification](https://su2code.github.io/tutorials/UQ_NACA0012/). **Note** with this modification TKE is always included in the stress tensor.
138
153
- Corrections:
139
154
-`SUSTAINING` - SST with controlled decay.
140
155
- Curvature corrections are currently not implemented.
0 commit comments