Click or drag to resize

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.

Namespace:  DHI.Mike1D.Engine.ModuleST
Assembly:  DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public interface ISTRemoval

The ISTRemoval type exposes the following members.

Methods
  NameDescription
Public methodLoadRemoval
Returns a modified load, usually removing load through structures and basins.
Top
See Also