tsnet.postprocessing package

Submodules

tsnet.postprocessing.time_history module

The tsnet.postprocessing.time_history module contains functions to plot the time history of head and velocity at the start and end point of a pipe

tsnet.postprocessing.time_history.plot_head_history(pipe, H, wn, tt)[source]

Plot Head history on the start and end node of a pipe

Parameters:
  • pipe (str) – Name of the pipe where you want to report the head
  • H (list) – Head results
  • wn (wntr.network.model.WaterNetworkModel) – Network
  • tt (list) – Simulation timestamps
tsnet.postprocessing.time_history.plot_velocity_history(pipe, V, wn, tt)[source]

Plot Velocity history on the start and end node of a pipe

Parameters:
  • pipe (str) – Name of the pipe where you want to report the head
  • V (list) – velocity results
  • wn (wntr.network.model.WaterNetworkModel) – Network
  • tt (list) – Simulation timestamps

Module contents

The tsnet.postprocessing package contains functions to postprocess the simulation results.