diff options
author | Paul Garlick <pgarlick@tourbillion-technology.com> | 2019-11-12 12:56:02 +0000 |
---|---|---|
committer | Paul Garlick <pgarlick@tourbillion-technology.com> | 2019-11-12 12:56:02 +0000 |
commit | ce8f415da2cc27348a6deb83d090d974d9162a06 (patch) | |
tree | f53c75bea1e1696a087dc39ca6c61551f9256d12 /demo | |
parent | 08fbf12f5589d651943fab1dcbc815083b30e997 (diff) | |
download | fullSWOF-utils-ce8f415da2cc27348a6deb83d090d974d9162a06.tar.gz |
move boundary definition files to demo subdirectory.
Diffstat (limited to 'demo')
-rw-r--r-- | demo/boundaryBottom.txt | 30 | ||||
-rw-r--r-- | demo/boundaryTop.txt | 30 |
2 files changed, 60 insertions, 0 deletions
diff --git a/demo/boundaryBottom.txt b/demo/boundaryBottom.txt new file mode 100644 index 0000000..c06623e --- /dev/null +++ b/demo/boundaryBottom.txt @@ -0,0 +1,30 @@ +# +# 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 diff --git a/demo/boundaryTop.txt b/demo/boundaryTop.txt new file mode 100644 index 0000000..ebcb5f7 --- /dev/null +++ b/demo/boundaryTop.txt @@ -0,0 +1,30 @@ +# +# Boundary Definition File +# + +# Boundary type (1=height, 2=wall, 3=Neumann, 4=periodic, 5=discharge): +type: 5 + +# 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 |