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.
Namespace:
DHI.Mike1D.Engine
Assembly:
DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public override double GetStorageWidth(
double waterLevel
)
Public Overrides Function GetStorageWidth (
waterLevel As Double
) As Double
public:
virtual double GetStorageWidth(
double waterLevel
) override
Parameters
- waterLevel
- Type: SystemDouble
Water level in node
Return Value
Type:
DoubleStorage Width in node for given water level
See Also