From ce8f415da2cc27348a6deb83d090d974d9162a06 Mon Sep 17 00:00:00 2001 From: Paul Garlick Date: Tue, 12 Nov 2019 12:56:02 +0000 Subject: move boundary definition files to demo subdirectory. --- boundaryBottom.txt | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 boundaryBottom.txt (limited to 'boundaryBottom.txt') diff --git a/boundaryBottom.txt b/boundaryBottom.txt deleted file mode 100644 index c06623e..0000000 --- a/boundaryBottom.txt +++ /dev/null @@ -1,30 +0,0 @@ -# -# Boundary Definition File -# - -# Boundary type (1=height, 2=wall, 3=Neumann, 4=periodic, 5=discharge): -type: 1 - -# Enable plotting (True or False): -plotting: False - -# Local gradient: -slope: -0.003646 - -# Imposed discharge (flow across boundary /m^3/s): -target_flow: 0.192 - -# 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 -- cgit