diff options
author | Paul Garlick <pgarlick@tourbillion-technology.com> | 2019-10-04 15:31:55 +0100 |
---|---|---|
committer | Paul Garlick <pgarlick@tourbillion-technology.com> | 2019-10-04 15:31:55 +0100 |
commit | 469bac05bbbbc1cc02d8a199eb7828928125cec4 (patch) | |
tree | 5dc825e19d193b5b4f3fd68e4a85d6ad34088e4f | |
parent | db3e56329652f3cca1dc4ab5bc7ad9a132c595f2 (diff) | |
download | fullSWOF-utils-469bac05bbbbc1cc02d8a199eb7828928125cec4.tar.gz |
read Manning's n values from boundary definition file.
-rw-r--r-- | boundaryDefinition.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/boundaryDefinition.txt b/boundaryDefinition.txt index 36c74d5..cb9f76d 100644 --- a/boundaryDefinition.txt +++ b/boundaryDefinition.txt @@ -10,3 +10,8 @@ slope: -0.003646 # Imposed discharge: target_flow: 2.0 + +# Manning's n coefficients: +n_co_chan: 0.035 +n_co_west: 0.040 +n_co_east: 0.040 |