I want to model a combined sewer network which is connected to a river through a flap gate. What will be the best way to input rover with the flap gate? Outfall or Outlet?
Is it possible to analyze the network with river stage changes dynamically rather inserting river level changes as predefined boundary conditions
Thanks
Geethani
Replies
Thanks Robert. It worked with Flapgate (Outlet) and Outfall with time series boundary conditions. I am trying to set boundary conditions calculated through the model because with CSO, river levels are changed and those changing river levels will be boundary conditions with time.
Geethani
Robert Dickinson said:
Regarding this question "Is it possible to analyze the network with river stage changes dynamically rather inserting river level changes as predefined boundary conditions"
You can have many outfall river boundary conditions in the network - as the boundary condition changes the flows and heads in the upstream links and nodes will also change
There is a flap gate headloss in SWMM 5 for a Weir
// --- compute head loss from gate
// apply ARMCO adjustment for headloss from flap gate
hLoss = (4.0 / GRAVITY) * veloc * veloc * exp(-1.15 * veloc / sqrt(head) )