-
Notifications
You must be signed in to change notification settings - Fork 2
/
INPUTgeometry
38 lines (36 loc) · 1.37 KB
/
INPUTgeometry
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
38
0.5 # R = pipe radius
5 # L = pipe length
#
5 # nR = number of elements on the radius (has to be > nTh/8)
1.5 # rP0 = radius "penalization", inner part
2.2 # rP1 = radius "penalization", outer part
5 # nL = number of elements along the pipe
8 # nTh = number of circular sweeps (has to be >= 8 and a power of 2)
#
.9 # rR = element ratio along the radius
1 # rL = element ratio along the pipe
#
IO # pipeBC = 'IO' / 'P ' inflow-outflow or periodic boundary conditions
10. # Re
1e-3 # DT
10 # NSTEPS
1 # IOSTEP
#
6 # nPolynom = Polynomial degree, i.e. lx1-1 !!
180. # reTau = Friction-Reynolds Number (Re_tau)
#
.f. # DEBUG
!==============================================================================
! geometry definitions
!
! (X) : border number
!
! ____________________________L_(2)_______________________________
! | |
! | |
! R (1) | (3)
! | |
! __ .| __ . __ . __ . __ . __ . __ . __ . __ . __ . __ . __ . __ . __| . __
! (0,0,0) axis of symmetry (4)
!
!==============================================================================