From 469bac05bbbbc1cc02d8a199eb7828928125cec4 Mon Sep 17 00:00:00 2001 From: Paul Garlick Date: Fri, 4 Oct 2019 15:31:55 +0100 Subject: read Manning's n values from boundary definition file. --- boundaryDefinition.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'boundaryDefinition.txt') 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 -- cgit