aboutsummaryrefslogtreecommitdiff
path: root/demo/boundaryBottom.txt
blob: c2891fc7cbfae974c483a12b865173f03d938dbe (plain)
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
#
# Boundary Definition File
#

# Boundary type (1=height, 2=wall, 3=Neumann, 4=periodic, 5=discharge):
type: 1

# Enable plotting (True or False):
plotting: False

# Enable printing (True or False):
printing: False

# Local gradient:
slope: -0.250

# Imposed discharge (flow across boundary /m^3/s):
target_flow: 1.25

# Panel marker co-ordinates (commma-separated list of distances /m):
markers: [5.6]

# Fill order (comma-separated list of panel indices):
panel: [0, 1]

# Channel overtopping tolerance (/m):
ztol: 0.01

# Manning's n coefficients (comma-separated list, ordered by panel index):
n_co: [0.035, 0.040]

# number of height intervals:
numH: 50