From 463c62ab14d2fd094871e53186fb78b05792ad2a Mon Sep 17 00:00:00 2001 From: Paul Garlick Date: Mon, 28 Oct 2019 15:32:56 +0000 Subject: rename boundaryDefinition.txt to boundaryTop.txt. --- boundaryDefinition.txt | 30 ------------------------------ boundaryTop.txt | 27 +++++++++++++++++++++++++++ 2 files changed, 27 insertions(+), 30 deletions(-) delete mode 100644 boundaryDefinition.txt create mode 100644 boundaryTop.txt diff --git a/boundaryDefinition.txt b/boundaryDefinition.txt deleted file mode 100644 index e526816..0000000 --- a/boundaryDefinition.txt +++ /dev/null @@ -1,30 +0,0 @@ -# -# Boundary Definition File -# - -# topography: -height_data: "../FullSWOF_2D-1.08.00/Examples/Simple/Inputs/topography.txt" - -# 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 diff --git a/boundaryTop.txt b/boundaryTop.txt new file mode 100644 index 0000000..616c2eb --- /dev/null +++ b/boundaryTop.txt @@ -0,0 +1,27 @@ +# +# Boundary Definition File +# + +# 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 -- cgit