Skip to content

Commit 09020ea

Browse files
committed
Updated transition tutorial config for new incompressible options.
1 parent e30701d commit 09020ea

File tree

1 file changed

+15
-9
lines changed

1 file changed

+15
-9
lines changed

Transitional_Flat_Plate/transitional_BC_model_ConfigFile.cfg

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,19 +33,25 @@ REGIME_TYPE= INCOMPRESSIBLE
3333
% Restart solution (NO, YES)
3434
RESTART_SOL= NO
3535

36-
% -------------------- INCOMPRESSIBLE FREE-STREAM DEFINITION ------------------%
36+
% ---------------- INCOMPRESSIBLE FLOW CONDITION DEFINITION -------------------%
3737
%
38-
% Free-stream density (1.2886 Kg/m^3 (air), 998.2 Kg/m^3 (water))
39-
FREESTREAM_DENSITY= 1.2
38+
% Initial density for incompressible flows (1.2886 kg/m^3 by default)
39+
INC_DENSITY_INIT= 1.2
4040
%
41-
% Free-stream velocity (m/s)
42-
FREESTREAM_VELOCITY= ( 50.1, 0.00, 0.00 )
41+
% Initial velocity for incompressible flows (1.0,0,0 m/s by default)
42+
INC_VELOCITY_INIT= ( 50.1, 0.0, 0.0 )
4343
%
44-
% Free-stream viscosity (1.853E-5 Ns/m^2 (air), 0.798E-3 Ns/m^2 (water))
45-
FREESTREAM_VISCOSITY= 1.8e-05
44+
% List of inlet types for incompressible flows. List length must
45+
% match number of inlet markers. Options: VELOCITY_INLET, PRESSURE_INLET.
46+
INC_INLET_TYPE= VELOCITY_INLET
4647

47-
REF_DIMENSIONALIZATION= DIMENSIONAL
48-
REYNOLDS_LENGTH = 1.0
48+
% --------------------------- VISCOSITY MODEL ---------------------------------%
49+
%
50+
% Viscosity model (SUTHERLAND, CONSTANT_VISCOSITY).
51+
VISCOSITY_MODEL= CONSTANT_VISCOSITY
52+
%
53+
% Molecular Viscosity that would be constant (1.716E-5 by default)
54+
MU_CONSTANT= 1.8e-05
4955

5056
% ---------------------- REFERENCE VALUE DEFINITION ---------------------------%
5157
%

0 commit comments

Comments
 (0)