EngineNodeManholeGetStorageWidth Method |
Calculate the storage width for a given water level, for a manhole being the diameter
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