IAirReach Interface

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

Definition

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

Properties

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

Methods

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

See Also