LIDExtension Class

Extension class for LID related methods

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 static class LIDExtension
Inheritance
Object    LIDExtension

Methods

SetSoilMoisture Set soil/pavement moisture of lid, independent of type.

If lid does not have a soil/pavement layer, an exception is thrown

SetStorageDepth Set storage depth of lid, independent of type.

If lid does not have a storage layer, an exception is thrown

SetSurfaceDepth Set surface depth of lid, independent of type.

If lid does not have a surface layer, an exception is thrown

SoilMoisture Get soil/pavement moisture of lid, independent of type.

If lid does not have a soil/pavement layer, an exception is thrown

StorageDepth Get storage depth of lid, independent of type.

If lid does not have a storage layer, an exception is thrown

SurfaceDepth Get surface depth of lid, independent of type.

If lid does not have a surface layer, an exception is thrown

ValidateConnections Validate LID surface connections and total routing fraction

See Also