ImperialCollegeLondon / wsi

WSIMOD is a software for simulating water quality and quantity
https://imperialcollegelondon.github.io/wsi/
BSD 3-Clause "New" or "Revised" License
13 stars 2 forks source link

Add a separate module for tanks classes #106

Closed dc2917 closed 1 month ago

dc2917 commented 1 month ago

This PR adds a new module (wsimod/nodes/tanks.py) to hold the Tank base class and its subclasses, which were previously all contained within the nodes module (wsimod/nodes/nodes.py).

Closes #61