ISlot Interface

Interface to slots. A slot is not responsible for checking whether the water level argument is valid for the slot. Such a check should be done before using the slot.

Definition

Namespace: DHI.Mike1D.CrossSectionModule
Assembly: DHI.Mike1D.CrossSectionModule (in DHI.Mike1D.CrossSectionModule.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public interface ISlot

Methods

GetAdditionalSurfaceArea Returns the additional storage area of the slot given the water level.
GetFlowArea Returns the flow area of the slot given the water level.
GetFlowAreaDerivative Returns the flow area of the slot given the water level.
GetRadius Returns the hydraulic radius for the given water level.
GetRadiusDerivative Get the derivate of the hydraulic radius at the given water level.
GetResistanceFactor Resistance factor for the given water level. This will always return absolute resistance values.
GetResistanceFactorDerivative Get the derivative of the resistance factor at the given water level
GetStorageWidth Returns the width of the slot given the water level.
Validate Validate the object

See Also