
You need to be a member of SWMM 5 or SWMM or EPASWMM - (not formally associated with EPA) to add comments!
Join SWMM 5 or SWMM or EPASWMM - (not formally associated with EPA)
You need to be a member of SWMM 5 or SWMM or EPASWMM - (not formally associated with EPA) to add comments!
Join SWMM 5 or SWMM or EPASWMM - (not formally associated with EPA)
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