How do I get the piezometric head ( pressure + elevation head) of the nodes in the result of SWMM 5? Is there options for this or something has to be implemented in the source code of SWMM5 ?  Please throw some light in this regard.

You need to be a member of SWMM 5 or SWMM or EPASWMM and SWMM5 in ICM_SWMM to add comments!

Join SWMM 5 or SWMM or EPASWMM and SWMM5 in ICM_SWMM

Email me when people reply –

Replies

  • You will have to add v^2/2g as another term in the engine of SWMM 5.  If would probably be easiest to change LINK_DEPTH as the links have velocity and not the NODEs>

    for example,

     LINK_DEPTH = LINK_DEPTH + 1/2 Upstream Invert + 1/2 Downstream Invert + Velocity^2/2g

This reply was deleted.