hwangpo / ReSWMM

This software is able to read and edit the SWMM input file, recommend the time step based on EXTRAN recomendation and Vasconcelos et al. (2018), and create artificial spatial discretization by placing dummy nodes between actual nodes. Furthermore, the software analyses the input file to verify if discretization is required. This analysis is also based on the EXTRAN recommendation that the longest conduit in the system does not exceed four or five times the length of the shortest conduit. Three types of discretization are available: Regular Discretization -> Places regular dummy nodes between actual nodes. Fixed Interval Discretization -> Limits the maximum and minimum space between dummy nodes by a maximum and minimum threshold. DxD Based Discretization -> Divides the Max Depth of each conduit by a constant and the value obtained is the number of dummy nodes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository is not active

About

This software is able to read and edit the SWMM input file, recommend the time step based on EXTRAN recomendation and Vasconcelos et al. (2018), and create artificial spatial discretization by placing dummy nodes between actual nodes. Furthermore, the software analyses the input file to verify if discretization is required. This analysis is also based on the EXTRAN recommendation that the longest conduit in the system does not exceed four or five times the length of the shortest conduit. Three types of discretization are available: Regular Discretization -> Places regular dummy nodes between actual nodes. Fixed Interval Discretization -> Limits the maximum and minimum space between dummy nodes by a maximum and minimum threshold. DxD Based Discretization -> Divides the Max Depth of each conduit by a constant and the value obtained is the number of dummy nodes.


Languages

Language:Visual Basic .NET 100.0%