engineering · structural-civil · stormwater-runoff

Rational Method Runoff Calculator

Computes peak stormwater runoff by the rational method from a weighted runoff coefficient, rainfall intensity and drainage area, with time of concentration. Use it for small-watershed drainage design.

Last updated
Balanced Workspace

Calculator overview

Inputs and outputs

This summary comes from the calculator's published input and output contract.

Inputs

Surface Areas
About this input

One row per surface type: its area and runoff coefficient C. The tool area-weights the coefficients across all rows. The coefficients are illustrative and must be taken from the governing drainage manual.

Default 6 rows
ColumnRange or allowed values
Surface Not declared
C 0 to 1
Area, acres At least 0
Time Of Concentration Override
About this input

A time of concentration you supply directly, in minutes, used in place of the computed value. Leave it at zero to use the Kirpich estimate.

Unit min Default 0 Range At least 0
Rainfall Intensity
About this input

The design rainfall intensity, in inches per hour, for the chosen return period and the storm duration. This value is illustrative and must be read from the intensity-duration-frequency data for the project location.

Unit in/hr Default 5.2 Range At least 0
Flow Path Length
About this input

The length of the longest overland flow path to the outlet, in feet, used to estimate the time of concentration.

Unit ft Default 800 Range At least 0
Flow Path Slope
About this input

The average slope of that flow path, as a fall in feet per foot of length. For example 0.02 is a 2 percent grade.

Unit ft/ft Default 0.02 Range At least 0

Outputs

Share Of Area With C At Or Above 07
About this output

The percent of the total area whose surface runoff coefficient is 0.7 or higher, a quick measure of how much of the site is highly impervious.

Unit %
Peak Flow Without Conversion Factor
About this output

The same peak flow computed without the 1.008 factor, in cubic feet per second. Most rational method tools omit the factor, so compare against this figure when reconciling with another calculator.

Unit cfs
Time Of Concentration Used
About this output

The time of concentration the calculation actually uses, in minutes: your override when supplied, otherwise the Kirpich value.

Unit min
Volume For A One Hour Storm
About this output

The runoff volume if the peak flow were sustained for one hour, in cubic feet, a rough indication of storage demand.

Unit cf
Total Area
About this output

The combined drainage area across all surface rows, in acres.

Unit acres
Peak Flow Gallons Per Minute
About this output

The peak flow converted to gallons per minute, for comparison with pump and pipe ratings quoted in those units.

Unit gpm
Equivalent Depth Over The Area
About this output

The one-hour runoff volume spread evenly over the drainage area, in inches, so it can be compared with the rainfall depth.

Unit in
Area Weighted Runoff Coefficient
About this output

The composite runoff coefficient C, the area-weighted average of the per-surface coefficients, between 0 and 1.

Unit ratio
Kirpich Time Of Concentration
About this output

The time of concentration estimated by the Kirpich formula, in minutes, from the flow path length and slope.

Unit min
Peak Flow
About this output

The peak runoff rate, in cubic feet per second, from Q equals C times i times A including the 1.008 unit-conversion factor. This is a planning estimate, not a design or a check of one, and stormwater design must be performed and sealed by a licensed engineer to the codes adopted where the work is built.

Unit cfs
Model Status
About this output

The overall check on your entries, shown above the results. It reads OK when the inputs are usable, NOT VALID with a reason when an entry makes the model meaningless, or CHECK with a reason when a result is valid but worth a second look. Read it before you trust the numbers below.

No unit declared

What it is

The Rational Method Runoff Calculator estimates the peak stormwater flow from a small drainage area. You enter one row per surface type with its area and runoff coefficient, and it area-weights those coefficients into a single composite value, estimates the time of concentration, and reports the peak flow in cubic feet per second along with a runoff volume and depth for context.

It works in United States customary units: acres for area, inches per hour for rainfall intensity, feet for the flow path, and cubic feet per second for flow.

Use it for small-watershed drainage sizing, which is what the rational method is for. It gives a peak rate only, not a hydrograph, and it becomes unreliable as catchments grow beyond roughly 200 acres.

Methodology

Purpose and model boundary

This model estimates a single peak stormwater runoff rate with the Rational Method for as many as six surface types. It area-weights runoff coefficients and either derives time of concentration with the Kirpich relationship or accepts a direct override. It is a small-drainage-area screening calculation, not a hydrograph, storage, routing, or drainage-system design model.

The spreadsheet remains the calculation authority. The page sends the named inputs to the workbook and presents the returned values and status without recreating the equations in browser code.

Inputs and units

Input Meaning and unit
Surface areas Up to six labels with runoff coefficient C from 0 through 1 and area in acres.
Rainfall intensity, i Inches per hour selected by the user for the applicable duration and recurrence interval.
Flow-path length, L Feet used in the Kirpich time-of-concentration estimate.
Flow-path slope, S Dimensionless feet per foot used in the Kirpich estimate.
Time-of-concentration override Minutes. Zero is the documented sentinel that selects the derived Kirpich value; a positive value replaces it.

Governing relationships

For entered surface rows:

C_weighted = Σ(C_i × A_i) / ΣA_i

The workbook's Kirpich estimate is:

Tc_Kirpich = 0.0078 × L^0.77 × S^(−0.385) minutes

Time used is the larger of five minutes and either the positive override or the Kirpich estimate:

Tc_used = max(5, override when override > 0; otherwise Tc_Kirpich)

The peak flow in U.S. customary units is:

Q = 1.008 × C_weighted × i × A cubic feet per second

The workbook also reports the unadjusted C × i × A value, gallons per minute as Q × 448.831, one-hour volume as Q × 3,600, equivalent uniform depth as volume / (A × 43,560) × 12, and the share of area whose coefficient is at least 0.7.

Calculation sequence

  1. Surface rows are checked for nonnegative area and a coefficient from 0 through 1.
  2. The workbook totals area and calculates the area-weighted runoff coefficient.
  3. It calculates Kirpich time from length and slope.
  4. A positive direct override replaces Kirpich; either source is subject to the five-minute floor.
  5. The entered intensity, weighted coefficient, and total area produce peak flow and related unit conversions.
  6. The workbook evaluates Model_Status in the precedence shown below.

Outputs and interpretation

Peak_Flow is the model's peak discharge in cubic feet per second. Peak_Flow_Without_Conversion_Factor exposes the customary-unit coefficient difference. Kirpich_Time_Of_Concentration is always shown, while Time_Of_Concentration_Used reveals whether the direct override or five-minute floor governs. The one-hour volume is a simple constant-rate conversion of peak flow, not a routed storm volume.

Validation and status logic

The workbook evaluates status in this order:

Condition Returned status
Any runoff coefficient is outside 0 through 1 NOT VALID: a runoff coefficient must lie between 0 and 1
Any sub-area is negative NOT VALID: a sub-area cannot be negative
No positive sub-area is entered NOT VALID: enter at least one sub-area
Rainfall intensity is less than or equal to zero NOT VALID: rainfall intensity must be greater than zero
Total drainage area exceeds 200 acres CHECK: above about 200 acres the rational method is not appropriate; use a hydrograph method
Time of concentration used is at the five-minute floor CHECK: the time of concentration is at the five minute floor
None of the preceding conditions applies OK

Assumptions and limitations

  • Rainfall intensity is uniform across the drainage area and lasts at least the time of concentration.
  • Peak runoff occurs when the entire contributing area is active, with constant user-supplied runoff coefficients.
  • The user must select intensity consistent with the governing duration, recurrence interval, and local intensity-duration-frequency data; the workbook has no weather database.
  • Kirpich is an empirical travel-time relationship and may not represent urban sheet flow, shallow concentrated flow, pipe travel, storage, or mixed flow paths.
  • The model has no hydrograph, infiltration process, detention, routing, inlet capacity, pipe network, tailwater, climate adjustment, or spatial rainfall distribution.
  • The one-hour volume is not a substitute for a design storm hydrograph.

Restrictions and non-computing states

This calculator constrains coefficients to 0 through 1 and areas and scalar inputs to nonnegative values. The grid is limited to six rows. A zero time override deliberately selects Kirpich and is not an error. The workbook requires positive total area and intensity; zero or negative slope or length can drive the derived time into a protected fallback and should be corrected even when a positive override is used. Results above about 200 acres remain computed but are outside the workbook's recommended method boundary.

Errors and warnings

A rejected entry means the request did not meet the published input rules and no workbook estimate was made. A workbook NOT VALID status identifies invalid coefficients, areas, or rainfall basis. CHECK means a numerical result exists but the drainage area or time floor makes method selection important. A connection or calculation-service failure is an availability problem, not a runoff conclusion.

References

The workbook derives its relations rather than reproducing any table, chart or figure from a specification, standard or agency publication. The method is Q = C i A with a units conversion, and the time of concentration is the Kirpich empirical formula.

Runoff coefficients shipped with the workbook are illustrative and carry no authority. Coefficients, rainfall intensities and return periods for a real design must come from the governing drainage manual and the IDF data for the locality.

Additional source notes migrated from Methodology

The delivered audit uses FHWA HEC-22, 4th edition and FHWA HDS-2, 3rd edition for Rational Method and hydrologic context, and records an independent Rational Method calculator as a comparator. Local drainage criteria and intensity-duration-frequency data govern real designs.

Frequently asked questions

Which peak flow should I use, the one with the factor or the one without?
They differ by 0.8 percent, so for most purposes it does not matter, but be consistent, and know which one you are quoting. The classical statement of the method is `Q = C i A`, which relies on one inch per hour over one acre being about one cubic foot per second. The exact conversion is 1.008, and this workbook applies it. Most published examples and most other tools omit it, so the unfactored value is reported too and is the one that will match them.
Where do I get the rainfall intensity?
From the intensity-duration-frequency data for your locality, read at a duration equal to the time of concentration and at your chosen return period. The tool does not carry IDF data and cannot look this up for you. Take the time of concentration it reports, read the intensity for that duration, and enter it. Using an intensity from the wrong duration is the most common error with this method and nothing in the arithmetic will flag it.
Why is my time of concentration stuck at five minutes?
Because the Kirpich estimate came out below five minutes and the tool floors it there, saying so in the status. Kirpich is an empirical formula fitted to small rural catchments and its output stops being credible for very short, very steep paths. If your catchment genuinely concentrates faster than five minutes, the constraint is the intensity data rather than the arithmetic: most IDF curves do not publish durations below five minutes either.
Can I use this for a large catchment?
No. The rational method assumes rainfall is uniform over the whole area and that the runoff coefficient does not change with storm intensity or antecedent conditions. Both assumptions weaken as the area grows, and practice conventionally limits the method to small catchments, commonly cited as up to about 200 acres. Larger areas need a hydrograph method.
Can I use the one-hour volume to size a detention pond?
No. That figure is the peak flow held for a full hour, which no real storm does; its description says so explicitly. It is offered as a rough sanity check, most usefully through the equivalent depth beside it, which should be in the same territory as the rainfall you would expect. Detention sizing needs a hydrograph and a routing calculation, neither of which the rational method produces.
What does the composite runoff coefficient actually average?
Each surface row's coefficient, weighted by that row's area. A large parking lot and a small lawn do not contribute equally: the composite is the sum of each coefficient times its area, divided by the total area. That is why the share of the area at a coefficient of 0.7 or above is reported alongside it: it tells you how much of the composite is being driven by the impervious surfaces.
This page is provided by LogicCommons for informational purposes only. Results are analysis outputs computed from the inputs you supply and are not engineering advice, a design, or a substitute for review by a licensed professional under the codes adopted where the work is built. Verify all inputs and results independently.

LogicCommons is in beta. If a result, label, or reference looks wrong, tell us here; we read every message.