Click or drag to resize

LeapingWeir Class

A leaping weir is a junction node which connects three reaches. The third reach is connected through a bottom opening, named a Leaping Weir. If the water runs fast, the water may leap over the weir, i.e. the speed of the water will effect the flow through the weir.

The weir is characterised by a length (WeirLength) and a width (WeirWidth).

Based on the article of Oliveto, Giuseppe. (1998). "Sewerage overflows: new researches on bottom openings and side weirs". Excerpta. 12. 251-281.

Inheritance Hierarchy
SystemObject
  DHI.Mike1D.EngineLeapingWeir

Namespace:  DHI.Mike1D.Engine
Assembly:  DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public class LeapingWeir : INodeStructure

The LeapingWeir type exposes the following members.

Constructors
  NameDescription
Public methodLeapingWeir
Initializes a new instance of the LeapingWeir class
Top
Properties
  NameDescription
Public propertyCdaAlpha
Alpha in the cda = alpha - beta * psiBeta

Default value is 0.61

Public propertyCdaBeta
Beta in the cda = alpha - beta * psiBeta

Default value is 0.1

Public propertyWeirLength
Length of a leaping weir. Unit: [m] Default: 0
Public propertyWeirWidth
Width of a leaping weir. Unit: [m] Default: 0
Top
Methods
  NameDescription
Public methodCalculateDischarge
Calculate discharge through structure.

This is the maximum discharge that will go through the structure. If there are less water available than what is calculated here, the actual discharge through the structure may be less.

Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFinalizeTimestep
Finalize time step. Can be used to update statistics or issue warnings.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInitialize
Initialize structure.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also