You need to be a member of SWMM 5 or SWMM or EPASWMM and SWMM5 in 3rd Party Software to add comments!
Join SWMM 5 or SWMM or EPASWMM and SWMM5 in 3rd Party Software
You need to be a member of SWMM 5 or SWMM or EPASWMM and SWMM5 in 3rd Party Software to add comments!
Join SWMM 5 or SWMM or EPASWMM and SWMM5 in 3rd Party Software
Replies
The same comments apply to both runoff and flow routing continuity.,
The same comment applies to the total continuity error
FlowTotals.pctError = 100.0 * (1.0 - totalOutflow / totalInflow);
The CE is just the Inflow - Outflow
x = 1.0 - NodeOutflow[j] / NodeInflow[j];
If the total inflow is greater than the outflow then the error will be positive
IF the total inflow is less than the outflow then the error will be negative