get_roof_runoff_on_same_surface: Estimate the amount of rain flown into a tank collected for a...

Description Usage Arguments Value Examples

Description

Simple wrapper around get_roof_runoff

Usage

1
2
get_roof_runoff_on_same_surface(precipitation_area, discharge_coef,
  first_flush_diverted)

Arguments

precipitation_area

the surface area of the roof

discharge_coef

the discharge coefficient

first_flush_diverted

the amount of water diverted by "first flush devices" (in l)

Value

get_roof_runoff function with arguments precipitation_area and discharge_coeff filled

Examples

1
2
3
rainfall_in_tank <- get_roof_runoff_on_same_surface(121, 0.8, 45)
rainfall_in_tank(1)
rainfall_in_tank(100)

mbask/pluviometer documentation built on May 21, 2019, 2:25 p.m.