diff options
author | Paul Garlick <pgarlick@tourbillion-technology.com> | 2020-06-25 12:27:02 +0100 |
---|---|---|
committer | Paul Garlick <pgarlick@tourbillion-technology.com> | 2020-06-25 12:27:02 +0100 |
commit | a7e6514dc6135d04a33e28fb1286fc7c1aa8cfae (patch) | |
tree | 2551b9ae32c123096786f63507a591e10c4d29a7 /doc | |
parent | dced17f28ddda9e5628d39cd87d7aff07632c940 (diff) | |
download | fullSWOF-utils-a7e6514dc6135d04a33e28fb1286fc7c1aa8cfae.tar.gz |
doc: Add Invoking makeBoundary section.
* doc/fullswof-utils.texi (Usage): Add section.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/fullswof-utils.texi | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/doc/fullswof-utils.texi b/doc/fullswof-utils.texi index 0cac4a5..93da56b 100644 --- a/doc/fullswof-utils.texi +++ b/doc/fullswof-utils.texi @@ -145,6 +145,7 @@ ln -s /path/to/installation/directory/python/makeBoundary @menu * Runtime Dependencies:: +* Invoking makeBoundary:: @end menu @@ -171,6 +172,46 @@ computation. @end enumerate @end table +@node Invoking makeBoundary, , Runtime Dependencies, Usage +@comment node-name, next, previous, up +@section Invoking @command{makeBoundary} + +The @command{makeBoundary} program creates boundary condition files for +the @emph{FullSWOF} solver. The command-line syntax is: + +@example +makeBoundary @option{boundary} +@end example + +where @option{boundary} is one of @code{top}, @code{bottom}, @code{left} +and @code{right}. + +There are five types of boundary condition that are recognised by the +solver: + +@table @asis +@item case 1 +imposed height condition + +@item case 2 +wall condition + +@item case 3 +Neumann condition + +@item case 4 +periodic condition + +@item case 5 +imposed discharge condition +@end table + +Cases 1 and 5 are implemented in @emph{makeBoundary}. A height value +and a discharge value are calculated for each cell along the boundary. +At grid cells where the calculated values are zero the wall boundary +condition, case 2, is applied. + + @node GNU Free Documentation License, Index, Usage, Top @appendix GNU Free Documentation License @include fdl-1.3.texi |