
Analyse the hydraulics of the model
compute_hydraulic.Rd
Analyse the hydraulics of the model
Usage
compute_hydraulic(
opening,
room,
bound,
open,
dt_max,
t_start = 0,
t_max,
height_break = 1,
r_names_to_merge = NULL,
detail = TRUE
)
Arguments
- opening
data.frame, containing informations on the openings, coming from the hydraulic part of the model
- room
data.frame, containing informations on the rooms, coming from the hydraulic part of the model
- bound
numeric, matrix of floodwater depth heights by instant t for each exterior opening exposed to flooding
- open
data.frame, containing informations on the openings in an
open
scenario, coming from the hydraulic part of the model- dt_max
numeric, optional; maximum timestep for simulation
- t_start
numeric, start time of the simulation
- t_max
numeric, duration of the flood event in seconds, optional; if not provided, calculated using limnigraph
- height_break
numeric, the differential height on each side of an opening needed to break it
- r_names_to_merge
list of room vectors to be merged
- detail
boolean, if FALSE only return hmax