Skip to content

Commit 24bd45e

Browse files
committedFeb 14, 2019
Adjusting transition case.
1 parent e173066 commit 24bd45e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
 

‎Transitional_Flat_Plate/transitional_BC_model_ConfigFile.cfg

+8
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,14 @@ INC_DENSITY_INIT= 1.2
4040
%
4141
% Initial velocity for incompressible flows (1.0,0,0 m/s by default)
4242
INC_VELOCITY_INIT= ( 50.1, 0.0, 0.0 )
43+
%
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
47+
%
48+
% List of outlet types for incompressible flows. List length must
49+
% match number of outlet markers. Options: PRESSURE_OUTLET, MASS_FLOW_OUTLET
50+
INC_OUTLET_TYPE= PRESSURE_OUTLET PRESSURE_OUTLET
4351

4452
% --------------------------- VISCOSITY MODEL ---------------------------------%
4553
%

0 commit comments

Comments
 (0)
Please sign in to comment.