Skip to content

Commit 9038ab4

Browse files
committed
Merge branch 'develop'
2 parents d2bfb61 + 6727ca7 commit 9038ab4

34 files changed

+31541
-297
lines changed

Inc_Inviscid_Hydrofoil/inv_naca0012.cfg

+14
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,20 @@ INC_DENSITY_INIT= 998.2
3232
%
3333
% Initial velocity for incompressible flows (1.0,0,0 m/s by default)
3434
INC_VELOCITY_INIT= ( 1.775, 0.0, 0.0 )
35+
%
36+
% List of inlet types for incompressible flows. List length must
37+
% match number of inlet markers. Options: VELOCITY_INLET, PRESSURE_INLET.
38+
INC_INLET_TYPE= VELOCITY_INLET
39+
%
40+
% Damping coefficient for iterative updates at pressure inlets. (0.1 by default)
41+
INC_INLET_DAMPING= 0.1
42+
%
43+
% List of outlet types for incompressible flows. List length must
44+
% match number of outlet markers. Options: PRESSURE_OUTLET, MASS_FLOW_OUTLET
45+
INC_OUTLET_TYPE= PRESSURE_OUTLET
46+
%
47+
% Damping coefficient for iterative updates at mass flow outlets. (0.1 by default)
48+
INC_OUTLET_DAMPING= 0.1
3549

3650
% ---------------------- REFERENCE VALUE DEFINITION ---------------------------%
3751
%

Inc_Laminar_Flat_Plate/lam_flatplate.cfg

+14
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,20 @@ INC_VELOCITY_INIT= ( 69.1687, 0.0, 0.0 )
4747
% energy equation (288.15 K by default). Value is ignored if
4848
% INC_ENERGY_EQUATION is false.
4949
INC_TEMPERATURE_INIT= 297.62
50+
%
51+
% List of inlet types for incompressible flows. List length must
52+
% match number of inlet markers. Options: VELOCITY_INLET, PRESSURE_INLET.
53+
INC_INLET_TYPE= VELOCITY_INLET
54+
%
55+
% Damping coefficient for iterative updates at pressure inlets. (0.1 by default)
56+
INC_INLET_DAMPING= 0.1
57+
%
58+
% List of outlet types for incompressible flows. List length must
59+
% match number of outlet markers. Options: PRESSURE_OUTLET, MASS_FLOW_OUTLET
60+
INC_OUTLET_TYPE= PRESSURE_OUTLET PRESSURE_OUTLET
61+
%
62+
% Damping coefficient for iterative updates at mass flow outlets. (0.1 by default)
63+
INC_OUTLET_DAMPING= 0.1
5064

5165
% ---- IDEAL GAS, POLYTROPIC, VAN DER WAALS AND PENG ROBINSON CONSTANTS -------%
5266
%

0 commit comments

Comments
 (0)