EngineNodeBasinGetStorageWidth Method

Calculate the storage width for a given water level.

Calculated as the diameter of a circle with the same surface area as the basin at the give water level.

Definition

Namespace: DHI.Mike1D.Engine
Assembly: DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public override double GetStorageWidth(
	double waterLevel
)

Parameters

waterLevel  Double
Water level in node

Return Value

Double
Storage Width in node for given water level

See Also