From 923b0baf830ff8063653e8a37e52689a584b5345 Mon Sep 17 00:00:00 2001 From: Paul Garlick Date: Fri, 11 Oct 2019 22:34:04 +0100 Subject: read panel markers and channel index from boundary definition file. --- boundaryDefinition.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'boundaryDefinition.txt') diff --git a/boundaryDefinition.txt b/boundaryDefinition.txt index a98786f..ab3b2af 100644 --- a/boundaryDefinition.txt +++ b/boundaryDefinition.txt @@ -14,6 +14,12 @@ slope: -0.003646 # Imposed discharge: target_flow: 2.0 +# Panel marker co-ordinates (commma-separated list of cell-centre values): +markers: [4.3] + +# Channel index (panel identifier): +channel: 0 + # Manning's n coefficients: n_co_chan: 0.035 n_co_west: 0.040 -- cgit