Skip to main content

MHFD Inlet

Street Capacity and Inlet Sizing

This workbook can be used to size a variety of inlets based on the design peak flow, allowable spread, and depth in a street or swale. 

1.  To calculate allowable half-street capacity based on allowable depth and spread.

2.  To determine the inlet capacity for selected inlet types. 

3.  To manage inlet information and connect inlets in series to account for bypass flow.

Download Current Version Here: MHFD-Inlet (v.6.00)

 

 

document.addEventListener("DOMContentLoaded", function() { function limitTeaserItems() { const articles = document.querySelectorAll(".items article"); articles.forEach(article => { const header = article.querySelector("header h3 span"); if (header && header.textContent.trim() === "News") { //PUT THE NAME OF THE TEASER HERE const subteasers = article.querySelectorAll(".subteasers .subteaser"); if (subteasers.length > 6) { // IF SUBTEASERS EQUAL THIS NUMBER LONG for (let i = 6; i < subteasers.length; i++) { // LIMIT TO THIS NUMBER LONG subteasers[i].style.display = "none"; } } } }); } limitTeaserItems(); });