From e5b8f01b57823c7acf94f3f6f1eabe43f481b02a Mon Sep 17 00:00:00 2001 From: Paul Garlick Date: Tue, 29 Oct 2019 13:44:47 +0000 Subject: specify boundary type in boundary definition file. --- boundaryBottom.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'boundaryBottom.txt') diff --git a/boundaryBottom.txt b/boundaryBottom.txt index 4e26056..11c9a8d 100644 --- a/boundaryBottom.txt +++ b/boundaryBottom.txt @@ -2,6 +2,9 @@ # Boundary Definition File # +# Boundary type (1=height, 2=wall, 3=Neumann, 4=periodic, 5=discharge): +type: 1 + # Enable plotting (True or False): plotting: True -- cgit