Click or drag to resize

IHDReach Interface

HD reach contains HD state for a reach. The actual state is present in a series of grid points.

Namespace:  DHI.Mike1D.Engine.ModuleHD
Assembly:  DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public interface IHDReach : IModuleReach

The IHDReach type exposes the following members.

Properties
  NameDescription
Public propertyEndEngineNode
Get EngineReach.EndNode
Public propertyEngineReach
EngineReach matching this module reach
(Inherited from IModuleReach.)
Public propertyGridPoints
List of gridpoints in this reach
Public propertyStartEngineNode
Get EngineReach.StartNode
Top
Methods
  NameDescription
Public methodVolumeError
Calculate the volume/mass error for grid point i (which must be an H grid point). In volume unit ([m3]).
Top
See Also