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.

Definition

Namespace: DHI.Mike1D.Engine
Assembly: DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public class LeapingWeir : INodeStructure
Inheritance
Object    LeapingWeir
Implements
INodeStructure

Constructors

LeapingWeirInitializes a new instance of the LeapingWeir class

Properties

CdaAlpha Alpha in the cda = alpha - beta * psiBeta

Default value is 0.61

CdaBeta Beta in the cda = alpha - beta * psiBeta

Default value is 0.1

WeirLength Length of a leaping weir. Unit: [m] Default: 0
WeirWidth Width of a leaping weir. Unit: [m] Default: 0

Methods

CalculateDischarge 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.

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
FinalizeTimestep Finalize time step. Can be used to update statistics or issue warnings.
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
Initialize Initialize structure.
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also