mbakker7 / timml

An analytic element model for steady multi-layer flow
MIT License
38 stars 21 forks source link

return intnormflux per layer and line segment #101

Closed dbrakenhoff closed 12 months ago

dbrakenhoff commented 1 year ago

Return intnormflux per layer and line segment, e.g. when called on xy-coordinates of a building pit element will return the flux per side in each layer.

Obtaining the total flux along the polyline is then done by calling np.sum() on the result, optionally specifying the axis to obtain discharge per layer or per side.