LIDLayerPavementGetPavementPermRate Method

Computes reduced permeability of a pavement layer due to clogging.

Definition

Namespace: DHI.Mike1D.RainfallRunoffModule.LID
Assembly: DHI.Mike1D.RainfallRunoffModule (in DHI.Mike1D.RainfallRunoffModule.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public double GetPavementPermRate(
	double accumulatedInflow
)

Parameters

accumulatedInflow  Double
Inflow to storage (or LID) since start of simulation in [m]

Return Value

Double
the reduced permeability of the pavement layer (m/s).

See Also