Click or drag to resize

IHeadLossStructure Interface

Interface implemented by structures that have head loss factors as part of their input.

Namespace:  DHI.Mike1D.StructureModule
Assembly:  DHI.Mike1D.StructureModule (in DHI.Mike1D.StructureModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public interface IHeadLossStructure

The IHeadLossStructure type exposes the following members.

Properties
  NameDescription
Public propertyHeadLossFreeOverflowNegativeFlow
Free overflow factor for negative flow.
Public propertyHeadLossFreeOverflowPositiveFlow
Free overflow factor for positive flow.
Public propertyHeadLossInflowNegativeFlow
Inflow head loss factor for negative flow.
Public propertyHeadLossInflowPositiveFlow
Inflow head loss factor for positive flow.
Public propertyHeadLossOutflowNegativeFlow
Outflow head loss factor for negative flow.
Public propertyHeadLossOutflowPositiveFlow
Outflow head loss factor for positive flow.
Public propertyStructureIterationCentering
Used when making relaxation when iterating to find the subcritical solution for structures solved using the energy equation. When it equals 1 no relaxation is made.
Top
See Also