Skip to content

Commit 7b97f10

Browse files
authored
Merge pull request #25 from su2code/feature_turbintensity_transition
fix value, divided by 100
2 parents bec65c0 + a5ec45c commit 7b97f10

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

compressible_flow/Transitional_Flat_Plate/transitional_BC_model_ConfigFile.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ SOLVER= INC_RANS
2020
% Specify turbulent model (NONE, SA, SST)
2121
KIND_TURB_MODEL= SA
2222
SA_OPTIONS= BCM
23-
FREESTREAM_TURBULENCEINTENSITY = 0.18
23+
% Turbulence intensity I = u'/U
24+
FREESTREAM_TURBULENCEINTENSITY = 0.0018
2425
%
2526
% Mathematical problem (DIRECT, CONTINUOUS_ADJOINT)
2627
MATH_PROBLEM= DIRECT

0 commit comments

Comments
 (0)