From fb50227eed06bd8c0e25104e909df07675f9fa12 Mon Sep 17 00:00:00 2001 From: Paul Garlick Date: Wed, 16 Oct 2019 16:35:38 +0100 Subject: read panel fill order from boundary definition file. --- boundaryDefinition.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'boundaryDefinition.txt') diff --git a/boundaryDefinition.txt b/boundaryDefinition.txt index fb6be58..4053d54 100644 --- a/boundaryDefinition.txt +++ b/boundaryDefinition.txt @@ -17,10 +17,10 @@ target_flow: 2.0 # Panel marker co-ordinates (commma-separated list of cell-centre values): markers: [4.3] -# Channel index (panel identifier): -channel: 0 +# Fill order (comma-separated list of panel indices): +panel: [0, 1] -# Overtopping tolerance (/m): +# Channel overtopping tolerance (/m): ztol: 0.01 # Manning's n coefficients (comma-separated list, ordered by panel index): -- cgit