diff options
author | Paul Garlick <pgarlick@tourbillion-technology.com> | 2019-10-01 12:02:54 +0100 |
---|---|---|
committer | Paul Garlick <pgarlick@tourbillion-technology.com> | 2019-10-01 12:02:54 +0100 |
commit | a9c204f48ed66ee56e10e42d429f406421775c5f (patch) | |
tree | cf8217e23bf5f449a28898f61d92f1329a41508b | |
parent | 47439c2f62292772ae4fbf5743d92524619e4ef0 (diff) | |
download | fullSWOF-utils-a9c204f48ed66ee56e10e42d429f406421775c5f.tar.gz |
add boundary location variable.
-rw-r--r-- | boundaryDefinition.txt | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/boundaryDefinition.txt b/boundaryDefinition.txt index 2b38b5e..2c3a021 100644 --- a/boundaryDefinition.txt +++ b/boundaryDefinition.txt @@ -2,8 +2,11 @@ # Boundary Definition File # -# local gradient: +# Boundary location (top, bottom, left, right): +location: top + +# Local gradient: slope: -0.003646 -# imposed discharge: +# Imposed discharge: target_flow: 2.0 |