aboutsummaryrefslogtreecommitdiff
path: root/boundaryDefinition.txt
blob: db728e0c1fe35d63490d05c10e4fbccb56db1a0f (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
#

# topography:
height_data: "../FullSWOF_2D-1.08.00/Examples/Simple/Inputs/topography.txt"

# Boundary location ("top", "bottom", "left", "right"):
location: "top"

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

# Local gradient:
slope: -0.003646

# Imposed discharge:
target_flow: 0.192

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

# 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