Calculator overview
Inputs and outputs
This summary comes from the calculator's published input and output contract.
Inputs
- Surface Areas
-
Default 6 rows
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.
Column Range or allowed values Surface Not declared C 0 to 1 Area, acres At least 0 - Time Of Concentration Override
-
Unit min Default 0 Range At least 0
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.
- Rainfall Intensity
-
Unit in/hr Default 5.2 Range At least 0
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.
- Flow Path Length
-
Unit ft Default 800 Range At least 0
About this input
The length of the longest overland flow path to the outlet, in feet, used to estimate the time of concentration.
- Flow Path Slope
-
Unit ft/ft Default 0.02 Range At least 0
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.
Outputs
- Share Of Area With C At Or Above 07
-
Unit %
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.
- Peak Flow Without Conversion Factor
-
Unit cfs
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.
- Time Of Concentration Used
-
Unit min
About this output
The time of concentration the calculation actually uses, in minutes: your override when supplied, otherwise the Kirpich value.
- Volume For A One Hour Storm
-
Unit cf
About this output
The runoff volume if the peak flow were sustained for one hour, in cubic feet, a rough indication of storage demand.
- Total Area
-
Unit acres
About this output
The combined drainage area across all surface rows, in acres.
- Peak Flow Gallons Per Minute
-
Unit gpm
About this output
The peak flow converted to gallons per minute, for comparison with pump and pipe ratings quoted in those units.
- Equivalent Depth Over The Area
-
Unit in
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.
- Area Weighted Runoff Coefficient
-
Unit ratio
About this output
The composite runoff coefficient C, the area-weighted average of the per-surface coefficients, between 0 and 1.
- Kirpich Time Of Concentration
-
Unit min
About this output
The time of concentration estimated by the Kirpich formula, in minutes, from the flow path length and slope.
- Peak Flow
-
Unit cfs
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.
- Model Status
-
No unit declared
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.
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
- Surface rows are checked for nonnegative area and a coefficient from 0 through 1.
- The workbook totals area and calculates the area-weighted runoff coefficient.
- It calculates Kirpich time from length and slope.
- A positive direct override replaces Kirpich; either source is subject to the five-minute floor.
- The entered intensity, weighted coefficient, and total area produce peak flow and related unit conversions.
- The workbook evaluates
Model_Statusin 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.
- Federal Highway Administration. Urban Drainage Design Manual, Hydraulic
Engineering Circular No. 22 (HEC-22), which sets out the rational method,
worked
Q = C i Aexamples, and the link between rainfall intensity and the time of concentration. https://www.fhwa.dot.gov/engineering/hydraulics/library_listing.cfm - Federal Highway Administration. Highway Hydrology, Hydraulic Design Series No. 2 (HDS-2), which documents the Kirpich formula, its U.S. customary constant and exponents, and the empirical scope within which it applies.
- Wikipedia. Rational method. https://en.wikipedia.org/wiki/Rational_method
- Wikipedia. Time of concentration. https://en.wikipedia.org/wiki/Time_of_concentration
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?
Where do I get the rainfall intensity?
Why is my time of concentration stuck at five minutes?
Can I use this for a large catchment?
Can I use the one-hour volume to size a detention pond?
What does the composite runoff coefficient actually average?
Found a problem, or have an idea?
Tell us if a result looks wrong, a label is unclear, or something is missing. We read every message.
LogicCommons is in beta. If a result, label, or reference looks wrong, tell us here; we read every message.