Dust-Control Watering Volume and Truck Trips

Gallons a water truck spreads on a haul road and the trips to keep the fugitive-dust permit satisfied.

Run the calculator

Example

You enter

You get

Details, formula, and sources

gallons = area/9 x rate (gal/sy); trips = ceil(gallons / truck capacity). A 2,000 ft x 20 ft road at 0.5 gal/sy is 2,222 gal an application (one 4,000-gal load); at six passes a day that is ~13,300 gal over six trips. The dust plan and AHJ air permit set the rate and frequency; frequency, not area, drives the water budget.

area_sy = length_ft x width_ft / 9; gal_per_app = area_sy x rate_gal_per_sy; trips_per_app = ceil(gal_per_app / truck_cap_gal); daily_gal = gal_per_app x applications_per_day.

Dust-control watering identity by name (gallons = area x rate; trips = ceil(gallons / capacity)); first-principles volume arithmetic.

The watering arithmetic is public quantity geometry; the application rate and frequency come from the site's fugitive-dust plan and AHJ air permit.

Estimate. AHJ and licensed professional govern.

Field names used by the API: length_ft, width_ft, rate_gal_per_sy, truck_cap_gal, applications_per_day, area_sy, gal_per_app, trips_per_app, daily_gal, daily_trips

Related tools