var fDesc=new Array(); fDesc[0] = "Pipe Flow Advisor - Open Channel Flow & Tank Empty Times
Do you need to calculate the flow rate of water through channels?
Want to know volume, capacity, or weight of flow in part filled pipes?
Do you need to know the time taken to empty a tank?

Flow Advisor can be used to estimate water flow rates from various open channels, closed channels and differently shaped supply tanks. It can calculate:
Open Channel Flow and Flow in Part Filled Pipes
Water Flow Rates
Time taken to empty tanks
Volume, Capacity, Weight and Expansion

Flow Advisor's Materials Database is included with density and coefficient of expansion of many common materials..

A Fluid Database is included with density of common fluids."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }