ENERGY CALCULATION - RUNOFF RIVER PROJECT

INPUTS






INPUT TABLE - AVERAGE MONTHLY DISCHARGE

Month Average Discharge (Q in m3/s)
January
February
March
April
May
June
July
August
September
October
November
December

CALCULATION RESULTS

Month Average Discharge (Q in m3/s) Design Discharge (Qd in m3/s) Riparian Flow (Qr in m3/s) Gross Head (Hg in m) Head Loss(in m) Net Head(in m) Capacity (MW) Days Energy (kWh)
const sectionTop = section.offsetTop; const sectionHeight = section.clientHeight; if (pageYOffset >= (sectionTop - 300)) { current = section.getAttribute('id'); } }); navLinks.forEach(link => { link.classList.remove('active'); if (link.getAttribute('href') === `#${current}`) { link.classList.add('active'); } }); }); // Form submission handling const contactForm = document.querySelector('.contact-form'); if (contactForm) { contactForm.addEventListener('submit', function(e) { e.preventDefault(); // Here you would typically send the form data to a server alert('Thank you for your message! I will get back to you soon.'); this.reset(); }); }