aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-10-21add boolean variable to enable or disable plotting.Paul Garlick2-7/+17
2019-10-21instruct git to ignore output files.Paul Garlick1-0/+1
2019-10-19update file output function.Paul Garlick1-12/+7
2019-10-18calculate cross-sectional area of elements and panels.Paul Garlick1-14/+21
2019-10-18calculate mean inlet velocities.Paul Garlick1-3/+3
2019-10-16find height and cross-sectional area at target flow.Paul Garlick1-4/+4
2019-10-16identify insertion index for level in part-filled panel.Paul Garlick1-2/+5
2019-10-16identify part-filled panel.Paul Garlick2-5/+13
2019-10-16read panel fill order from boundary definition file.Paul Garlick2-15/+15
2019-10-16use list objects for plotting.Paul Garlick1-21/+6
2019-10-14use list to store Manning's n coefficients.Paul Garlick2-9/+6
2019-10-14use lists of lists to store conveyance data.Paul Garlick1-2/+14
2019-10-14read number of height intervals from boundary definition file.Paul Garlick2-2/+4
2019-10-14use a list object to store the minimum heights within each panel.Paul Garlick1-10/+7
2019-10-14heights plural.Paul Garlick1-1/+1
2019-10-14calculate maximum height in channel.Paul Garlick1-2/+5
2019-10-14read overtpping tolerance from boundary definition file.Paul Garlick2-1/+4
2019-10-11read panel markers and channel index from boundary definition file.Paul Garlick2-12/+38
2019-10-09define arrays for boundary co-ordinates and heights.Paul Garlick1-0/+22
2019-10-09calculate cell size.Paul Garlick1-6/+11
2019-10-09derive number of columns and rows of height data.Paul Garlick1-1/+9
2019-10-08read name of topography file from boundary definition file.Paul Garlick2-10/+13
2019-10-04add variable to specify tolerance in overtopping height.Paul Garlick1-10/+10
2019-10-04read Manning's n values from boundary definition file.Paul Garlick1-0/+5
2019-10-04add TODO item to use YAML for configuration file.Paul Garlick1-0/+1
2019-10-01add TODO item to use weighted mean coefficient values.Paul Garlick1-1/+4
2019-10-01use ast module to evaluate items read from boundary definition file.Paul Garlick2-3/+4
2019-10-01read boundary location from boundary definition file.Paul Garlick1-1/+2
2019-10-01add boundary location variable.Paul Garlick1-2/+5
2019-09-30read target flow from boundary definition file.Paul Garlick1-8/+10
2019-09-30add target flow variable.Paul Garlick1-2/+5
2019-09-30update gradient value.Paul Garlick1-1/+1
2019-09-30add function to read definition file.Paul Garlick1-0/+13
2019-09-30add description for slope variable.Paul Garlick1-0/+4
2019-09-30rename makeBoundaryFile.py to makeBoundary.py; add boundary definition file.Paul Garlick2-0/+2
2019-09-30use inletBC.py as starting point; rename to makeBoundaryFile.pyPaul Garlick1-0/+208