timflow.steady.trace.timtracelines#
- timflow.steady.trace.timtracelines(ml, xstart, ystart, zstart, hstepmax, vstepfrac=0.2, tmax=1000000000000.0, nstepmax=100, silent='.', win=None, *, metadata=False)#
Function to trace multiple pathlines.
- Parameters:
ml (Model object) – model to which the element is added
xstart (array) – x-coordinates of starting locations
ystart (array) – y-coordinates of starting locations
zstart (array) – z-coordinates of starting locations
hstepmax (scalar) – maximum horizontal step size [L]
vstepfrac (scalar) – maximum vertical step as fraction of layer thickness
tmax (scalar) – maximum travel time
nstepmax (int) – maximum number of steps
silent (string) – if ‘.’, prints dot upon completion of each traceline
win (list) – list with [xmin, xmax, ymin, ymax]
metadata (boolean) – if False, return list of xyzt arrays if True, return list of result dictionaries