-
Notifications
You must be signed in to change notification settings - Fork 115
Expand file tree
/
Copy pathfsi.cfg
More file actions
37 lines (37 loc) · 1.38 KB
/
fsi.cfg
File metadata and controls
37 lines (37 loc) · 1.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %
% SU2 configuration file %
% Case description: Unsteady FSI of a NACA 0012 %
% Author: Nicola Fonzi, Vittorio Cavalieri %
% Institution: Politecnico di Milano %
% Date: Dec 10, 2020 %
% File Version 7.0.8 "Blackbird" (or newer) %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%
% INTEGER VALUES
%%%%%%%%%%%%%%%%%%%%%%%
NDIM = 2
RESTART_ITER = 329
NB_FSI_ITER = 20
%%%%%%%%%%%%%%%%%%%%%%%
% FLOAT VALUES
%%%%%%%%%%%%%%%%%%%%%%%
RBF_RADIUS = 0.5
AITKEN_PARAM = 0.4
UNST_TIMESTEP = 0.001
UNST_TIME = 4.0
TIME_TRESHOLD = 99
FSI_TOLERANCE = 0.000001
%%%%%%%%%%%%%%%%%%%%%%%
% STRING VALUES
%%%%%%%%%%%%%%%%%%%%%%%
CFD_CONFIG_FILE_NAME = fluid.cfg
CSD_SOLVER = NATIVE
CSD_CONFIG_FILE_NAME = solid.cfg
RESTART_SOL = NO
MATCHING_MESH = NO
MESH_INTERP_METHOD = RBF
DISP_PRED = SECOND_ORDER
AITKEN_RELAX = DYNAMIC
TIME_MARCHING = YES