@@ -33,19 +33,25 @@ REGIME_TYPE= INCOMPRESSIBLE
3333% Restart solution (NO, YES)
3434RESTART_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