diff options
author | Paul Garlick <pgarlick@tourbillion-technology.com> | 2019-10-29 11:02:31 +0000 |
---|---|---|
committer | Paul Garlick <pgarlick@tourbillion-technology.com> | 2019-10-29 11:02:31 +0000 |
commit | dc38ab24dce39a761378e996848fa821009b7819 (patch) | |
tree | 047a5bcf574af6fe10786dc5f9d69c6004317d48 | |
parent | 67d8a053bdc1b7f2ec41b41c81df2dc8b7da4d70 (diff) | |
download | fullSWOF-utils-dc38ab24dce39a761378e996848fa821009b7819.tar.gz |
add boundary definition file for bottom boundary.
-rw-r--r-- | boundaryBottom.txt | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/boundaryBottom.txt b/boundaryBottom.txt new file mode 100644 index 0000000..a37d928 --- /dev/null +++ b/boundaryBottom.txt @@ -0,0 +1,27 @@ +# +# Boundary Definition File +# + +# Enable plotting (True or False): +plotting: True + +# 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: [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 |