ASDSO Dam Safety Toolbox

Purposes of Dams: Difference between revisions

From ASDSO Dam Safety Toolbox
Jump to: navigation, search
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 41: Line 41:
<iframe id="iframeWin"  
<iframe id="iframeWin"  
         src="/wiki/Special:WhatLinksHere/Purposes_of_Dams"  
         src="/wiki/Special:WhatLinksHere/Purposes_of_Dams"  
         style="border:none;height:500px;width:100%"  
         style="border:none;height:500px;width:100%;display:none;"  
         scrolling="no"  
         scrolling="no"  
         title="What Links Here"></iframe>
         title="What Links Here"></iframe>
Line 51: Line 51:
   if (content.document)content = content.document;
   if (content.document)content = content.document;


   console.log(content.body.getElementsByTagName("header")[0]);
   // Hide header, heading and back link
  console.log(content.body.getElementsByTagName("header"));
  content.body.getElementsByTagName("header")[0].style.display = "none";
   console.log(content.body.getElementsByTagName("header")[0].style);
   content.body.getElementsByClassName("firstHeading")[0].style.display = "none";
   console.log(content.body.getElementsByTagName("header").style);
   iframeWin.contentWindow.document.getElementById('contentSub').style.display = "none";
 
  var header = content.body.getElementsByTagName("header");
  //console.log(header);


  // Show iframe
  iframeWin.style.display="block";
});
});
</script>
</script>
</html>
</html>

Revision as of 20:25, 6 February 2023


Dams serve a variety of purposes including water storage, flood protection, power generation, tailings storage, or recreation. The design of a dam is heavily influenced by its intended purpose; however, the purpose and hazard classification of a dam can change over the course of its design life due to changing water needs, and changes in the surrounding community or in site conditions. No matter the purpose of a dam, safety to the public is the number one priority over any potential benefits. Common purposes for which dams are constructed include the following:

Gathright Dam in Virginia (Wikipedia)

Best Practices Resources

Hydrologic Engineering Requirements for Reservoirs (EM 1110-2-1420), USACE, 1997


Revision ID: 6521
Revision Date: 02/06/2023


What Links Here