aboutsummaryrefslogtreecommitdiff
path: root/boundaryDefinition.txt
diff options
context:
space:
mode:
authorPaul Garlick <pgarlick@tourbillion-technology.com>2019-10-14 22:29:19 +0100
committerPaul Garlick <pgarlick@tourbillion-technology.com>2019-10-14 22:29:19 +0100
commitc9c002df8c28a37d47bb665f18e34060701e5fd3 (patch)
treeaea3e344f92d332cf57cdb4ac4b4ffbc5282e7de /boundaryDefinition.txt
parent8ed5b09202a5d0eecfd57d75ff6584d93d62b1ad (diff)
downloadfullSWOF-utils-c9c002df8c28a37d47bb665f18e34060701e5fd3.tar.gz
use list to store Manning's n coefficients.
Diffstat (limited to 'boundaryDefinition.txt')
-rw-r--r--boundaryDefinition.txt6
1 files changed, 2 insertions, 4 deletions
diff --git a/boundaryDefinition.txt b/boundaryDefinition.txt
index 31d2ea5..fb6be58 100644
--- a/boundaryDefinition.txt
+++ b/boundaryDefinition.txt
@@ -23,10 +23,8 @@ channel: 0
# Overtopping tolerance (/m):
ztol: 0.01
-# Manning's n coefficients:
-n_co_chan: 0.035
-n_co_west: 0.040
-n_co_east: 0.040
+# Manning's n coefficients (comma-separated list, ordered by panel index):
+n_co: [0.035, 0.040]
# number of height intervals:
numH: 50