aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-10-30disable plotting.Paul Garlick1-1/+1
2019-10-29provide for zero index case.Paul Garlick1-1/+4
2019-10-29specify boundary type in boundary definition file.Paul Garlick3-2/+9
2019-10-29introduce function for linear interpolation.Paul Garlick1-8/+21
2019-10-29re-order operands.Paul Garlick1-2/+2
2019-10-29add space between operator and operand.Paul Garlick1-1/+1
2019-10-29set panel marker for bottom boundary.Paul Garlick1-1/+1
2019-10-29add boundary definition file for bottom boundary.Paul Garlick1-0/+27
2019-10-28add units for target flow.Paul Garlick1-1/+1
2019-10-28use symbolic link to point to topography file instead of variable.Paul Garlick2-2/+2
2019-10-28rename boundaryDefinition.txt to boundaryTop.txt.Paul Garlick1-3/+0
2019-10-28add comment and remove duplicated filename assignments.Paul Garlick1-4/+1
2019-10-28add variable for input filename.Paul Garlick1-1/+14
2019-10-28add filename argument to file output function.Paul Garlick1-3/+3
2019-10-25dispense with .py file extension.Paul Garlick1-0/+0
2019-10-25remove blank line.Paul Garlick1-1/+0
2019-10-25read location from command line instead of boundary definition file.Paul Garlick2-11/+15
2019-10-24split long lines.Paul Garlick1-2/+5
2019-10-24add space between operator and operands.Paul Garlick1-8/+8
2019-10-24split long lines.Paul Garlick1-3/+12
2019-10-24move comments.Paul Garlick1-10/+6
2019-10-24check adjoining nodes in regions adjacent to main channel are dry.Paul Garlick1-0/+9
2019-10-24add labels to print statements.Paul Garlick1-8/+9
2019-10-23increase example target flow.Paul Garlick1-1/+1
2019-10-23use cell-vertex co-ordinates instead of cell-centre co-ordinates.Paul Garlick2-5/+5
2019-10-23merge panel loops.Paul Garlick1-5/+4
2019-10-23use panel index to find panel identifier of part-filled panel.Paul Garlick1-1/+1
2019-10-22move functions to top of file.Paul Garlick1-86/+89
2019-10-22check maximum and minimum heights before panel conveyance calculations.Paul Garlick1-14/+18
2019-10-22set element cross sectional area to zero in empty panels.Paul Garlick1-6/+8
2019-10-21add licence file.Paul Garlick1-0/+674
2019-10-21add authorship file.Paul Garlick1-0/+1
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