1D and 2D Flow Routing on a Terrain

09/17/2020
by   Aaron Lowe, et al.
0

An important problem in terrain analysis is modeling how water flows across a terrain creating floods by forming channels and filling depressions. In this paper we study a number of flow-query related problems: Given a terrain Σ, represented as a triangulated xy-monotone surface with n vertices, a rain distribution R which may vary over time, determine how much water is flowing over a given edge as a function of time. We develop internal-memory as well as I/O-efficient algorithms for flow queries. This paper contains four main results: (i) We present an internal-memory algorithm that preprocesses Σ into a linear-size data structure that for a (possibly time varying) rain distribution R can return the flow-rate functions of all edges of Σ in O(ρ k+|ϕ| log n) time, where ρ is the number of sinks in Σ, k is the number of times the rain distribution changes, and |ϕ| is the total complexity of the flow-rate functions that have non-zero values; (ii) We also present an I/O-efficient algorithm for preprocessing Σ into a linear-size data structure so that for a rain distribution R, it can compute the flow-rate function of all edges using O(Sort(|ϕ|)) I/Os and O(|ϕ| log |ϕ|) internal computation time. (iii) Σ can be preprocessed into a linear-size data structure so that for a given rain distribution R, the flow-rate function of an edge (q,r) ∈Σ under the single-flow direction (SFD) model can be computed more efficiently. (iv) We present an algorithm for computing the two-dimensional channel along which water flows using Manning's equation; a widely used empirical equation that relates the flow-rate of water in an open channel to the geometry of the channel along with the height of water in the channel.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
07/22/2020

Point-Location in The Arrangement of Curves

An arrangement of n curves in the plane is given. The query is a point q...
research
07/25/2018

Data-Oriented Algorithm for Real-Time Estimation of Flow Rates and Flow Directions in a Water Distribution Network

The aim of this paper is to present how data collected from a water dist...
research
10/05/2022

Internal Longest Palindrome Queries in Optimal Time

Palindromes are strings that read the same forward and backward. Problem...
research
12/03/2020

Integrable Nonparametric Flows

We introduce a method for reconstructing an infinitesimal normalizing fl...
research
05/12/2020

Counting Distinct Patterns in Internal Dictionary Matching

We consider the problem of preprocessing a text T of length n and a dict...
research
05/02/2023

Connectivity Queries under Vertex Failures: Not Optimal, but Practical

We revisit once more the problem of designing an oracle for answering co...
research
06/24/2019

Data-driven prediction of vortex-induced vibration response of marine risers subjected to three-dimensional current

Slender marine structures such as deep-water marine risers are subjected...

Please sign up or login with your details

Forgot password? Click here to reset