IFlowReach Interface

A flow reach, which considers a fluid flowing through it. Currently, could be a Hydrodynamics (HD) or Air module reach.

Definition

Namespace: DHI.Mike1D.Engine.ModuleFlow
Assembly: DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public interface IFlowReach : IModuleReach
Implements
IModuleReach

Properties

EndEngineNode Get EngineReach.EndNode
EngineReach EngineReach matching this module reach
(Inherited from IModuleReach)
GridPoints List of gridpoints in this reach
StartEngineNode Get EngineReach.StartNode

Methods

VolumeError Calculate the volume/mass error for grid point i (which must be an H grid point). In volume unit ([m3]).

See Also