Skip to content

Commit ae0ee75

Browse files
committed
fix value, divided by 100
1 parent 7a4a310 commit ae0ee75

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
@@ -22,7 +22,8 @@ KIND_TURB_MODEL= SA
2222
%
2323
% Specify transition model (NONE, LM, BC)
2424
KIND_TRANS_MODEL= BC
25-
FREESTREAM_TURBULENCEINTENSITY = 0.18
25+
% Turbulence intensity I = u'/U
26+
FREESTREAM_TURBULENCEINTENSITY = 0.0018
2627
%
2728
% Mathematical problem (DIRECT, CONTINUOUS_ADJOINT)
2829
MATH_PROBLEM= DIRECT

0 commit comments

Comments
 (0)