Measure the width of the weir in feet (W), and the depth of the water flow as it passes through the weir in feet (H). You can perform those measurements on blueprints or on the actual pond or waterfall.
Compute the first-level Francis flow estimate, by evaluating this formula
First_flow = 3.33 x ( ( W - 0.2 x H ) x H ^ 1.5 )
First_flow will be expressed in cubic feet per second. If the weir is 3 foot wide or wider (i.e., if W>=3), First_flow is an accurate estimate of water flow.
Correct for narrow weirs by computing the second-level Francis flow estimate, by evaluating this formula:
Second_flow = 0.8 x First_flow
Second_flow, expressed in cubic feet per second, is an accurate estimate of water flow for the narrower weirs.