NodeDischargeAvailable Constructor |
Constructor
Namespace:
DHI.Mike1D.Engine.ModuleHD
Assembly:
DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax public NodeDischargeAvailable(
IHDNode hdNode,
EngineReach engineReachWithPump,
double minWaterDepth
)
Parameters
- hdNode
- Type: DHI.Mike1D.Engine.ModuleHDIHDNode
Node to investigate - engineReachWithPump
- Type: DHI.Mike1D.EngineEngineReach
Reach for which available discharge is sought, usually a pump. Can be null - minWaterDepth
- Type: SystemDouble
Minimum depth of water to leave in node
See Also