R/calculate_quality.R
calc_conc.Rd
Calculate Concentration
calc_conc(c_in, c_0, Q, V, k, t)
c_in concentration of inflow
c_0 concentration in section at t = 0
total inflow rate into section (m3/s)
volume of section (m3)
degradation parameter
time in seconds (s)
concentration of substance at specific time
calc_conc(c_in = 10, c_0 = 0, Q = 40000, V = 300000, k = 0, t = 1) #> [1] 1.248267