Skip to main content

REstoration of Water after Event Tool (REWET)

Project description

Build Status

REWET

REstoration of Water after Event Tool (REWET) is a tool for simulating the functionality of water distribution networks after natural hazard events. It is designed to support any network with state-of-the-art hydraulic simulation capabilities and damage modeling.

Documentation

REWET's documentation is being devloped and is accessible. Meanwhile, please refer to the PhD Dissertation.

Installation

The current release of REWET (V0.2.0-Alpha.1) supports Windows, Linux, and MacOS(Excluding M1, M2 and M3 CPUS). The repository version also supports Linux AMD64.

1. Dependencies and Virtual Environment

To install the package, first install the dependencies. Using a virtual environment with Python virtual environment or Anaconda is recommended.

[!NOTE] We leave creating and activating a virtual environment to the users. The links provided above are sufficient for learning how to do so.

2. Install

2.1 Download the Code

After activating the virtual environment, use GIT to clone REWET's repository and change the current directory to the cloned repository:

git clone https://github.com/snaeimi/REWET.git
cd REWET

Alternatively, download the code and unzip the file from the project GitHub and change the current directory to the decompressed directory.

2.2 Install from Local

Being in REWET's directory, type:

python -m pip install -e .

Usage

After installing REWET, you can use it in several ways. To run REWET, import and run it in any code:

from rewet.initial import Starter
start = Starter()
start.run()

Running the code above will execute the example. However, you may want to run your own network and modify other inputs. To see a list of inputs, you can explore rewet/input/settings.py. Any variable in the process scenario settings classes can be an input to REWET. REWET accepts JSON formatted input with variables from the settings.py file. You need to overwrite the default variable values in settings.py with your own values using a JSON file and pass the JSON file path and name when you run REWET. For example, let's assume we want to change the simulation run to 1 day. We will make a JSON file called input.json and fill it with the following data:

{
    "RUN_TIME": 86400,
}

After saving the file, we will pass the file path to the run function (the JSON file extension must be .json or REWET will not recognize it as a JSON file):

from rewet.initial import Starter
start = Starter()
start.run("input.json")

Contributtiom

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

For any potential collaboration, please contact the author.

Citing

When you use REWET, please cite REWET as follows:

Sina Naeimi, Rachel A. Davidson. Forthcoming. "REWET: A Tool to Model System Functioning and Restoration of Damaged Water Supply Systems." ASCE Journal of Infrastructure Systems. 10.1061/JITSE4/ISENG-2427

License

REWET is released under the MIT license. See LICENSE for more details.

  • WNTR License: is distributed under the MIT License. Please refer to the WNTR license file for more information.
  • EPANET License: EPANET is distributed under the Public Domain. Please refer to the EPANET license file for more information.

News

REWET has been adapted in NHERI SimCenter's R2DTool V4.2 [1].

ACKNOWLEDGMENTS

This project was funded by National Science Foundation Award No. CMMI-1735483. The developer also extends gratitude to the Los Angeles Department of Water and Power (LADWP) for providing the input and water network, which served as the testbed for the development of REWET. REWET was produced as part of a Doctoral Dissertation at the University of Delaware, supervised by Dr. Rachel Davidson, Department of Civil and Environmental Engineering, University of Delaware.

This project uses the following tools:

  • Water Network Tool for Resilience (WNTR) [2] developed by the U.S. Environmental Protection Agency. WNTR is a Python package designed for analyzing the resilience of water distribution networks. For more information about WNTR, visit the official WNTR documentation.
  • EPANET [3] Developed by the U.S. Environmental Protection Agency, EPANET is a software application used throughout the world to model water distribution piping systems. For more information about EPANET, visit the official EPANET documentation

image

References

[1] Frank McKenna, Stevan Gavrilovic, Jinyan Zhao, Kuanshi Zhong, Adam Zsarnoczay, Barbaros Cetiner, Sang-ri Yi, Aakash Bangalore Satish, Sina Naeimi, & Pedro Arduino. (2024). NHERI-SimCenter/R2DTool: Version 4.2.0 (v4.2.0). Zenodo. https://doi.org/10.5281/zenodo.11175489

[2] Klise, K.A., Hart, D.B., Bynum, M., Hogge, J., Haxton, T., Murray, R., Burkhardt, J. (2020). Water Network Tool for Resilience (WNTR) User Manual: Version 0.2.3. U.S. EPA Office of Research and Development, Washington, DC, EPA/600/R-20/185, 82p.

[3] Rossman, L., H. Woo, M. Tryby, F. Shang, R. Janke, AND T. Haxton. EPANET 2.2 User Manual. U.S. Environmental Protection Agency, Washington, DC, EPA/600/R-20/133, 2020.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

rewet-0.2.0b1.tar.gz (192.9 kB view details)

Uploaded Source

Built Distribution

rewet-0.2.0b1-py3-none-any.whl (209.2 kB view details)

Uploaded Python 3

File details

Details for the file rewet-0.2.0b1.tar.gz.

File metadata

  • Download URL: rewet-0.2.0b1.tar.gz
  • Upload date:
  • Size: 192.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.11.7

File hashes

Hashes for rewet-0.2.0b1.tar.gz
Algorithm Hash digest
SHA256 3f913ed2c0675bffbdf959bb2ba28f694058c35cf63edb800adfa46eaaa8df0c
MD5 7f881ebdf1179f6903e1d371917c9d93
BLAKE2b-256 cf1324697def165286610a0428114c09d73aca1625a0a58e6d0bb38e1ea4a16f

See more details on using hashes here.

File details

Details for the file rewet-0.2.0b1-py3-none-any.whl.

File metadata

  • Download URL: rewet-0.2.0b1-py3-none-any.whl
  • Upload date:
  • Size: 209.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.11.7

File hashes

Hashes for rewet-0.2.0b1-py3-none-any.whl
Algorithm Hash digest
SHA256 4be311b5c1b8e1abb96496b71355be0c7d9646a49651e3e036a2b8b40841924b
MD5 a8e09f6237252e8a414ff4481b40fcb7
BLAKE2b-256 76c7ca52729e2121ed36eb2b653e88e7edd4338a01d360b1507be11430dc1ca8

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page