IMinimumHeadlossStructure Interface

Interface that must be implemented by all structures that use a minimum headloss. The interface allows setting of the minimum headloss at the collection level.

Definition

Namespace: DHI.Mike1D.StructureModule
Assembly: DHI.Mike1D.StructureModule (in DHI.Mike1D.StructureModule.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public interface IMinimumHeadlossStructure

Properties

MinimumHeadloss Minimum headloss across a structure. Unit: [] Default: 0.1

Currently this is set for all head loss structures from the MinimumHeadloss, but it is prepared for individual structure values.

See Also