ISTRemoval Interface

Interface for modifying a load, usually removing load through structures and basins.

It is used in BedLoadRemoval and must be set after the initialize phase.

In some cases it is called twice for each time step, with two seperate contributions that must be handled independently.

Definition

Namespace: DHI.Mike1D.Engine.ModuleST
Assembly: DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public interface ISTRemoval

Methods

LoadRemoval Returns a modified load, usually removing load through structures and basins.

See Also