LIDLayerPavementGetPavementPermRate Method |
Computes reduced permeability of a pavement layer due to clogging.
Namespace:
DHI.Mike1D.RainfallRunoffModule.LID
Assembly:
DHI.Mike1D.RainfallRunoffModule (in DHI.Mike1D.RainfallRunoffModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public double GetPavementPermRate(
double accumulatedInflow
)
Public Function GetPavementPermRate (
accumulatedInflow As Double
) As Double
public:
double GetPavementPermRate(
double accumulatedInflow
)
Parameters
- accumulatedInflow
- Type: SystemDouble
Inflow to storage (or LID) since start of simulation in [m]
Return Value
Type:
Doublethe reduced permeability of the pavement layer (m/s).
See Also