Click or drag to resize

SpillingCover Class

Any manhole or basin can be defined as 'spilling'. If the water level in a node defined as a spilling node reaches the ground level, the water will start spilling irreversibly out of the system. The flow will be computed using the free overflow formula, according to the following: for Hm SmallerOrEqualTo Htop+deltaP (8.2) Qspill = 0 for Hm LargerThan Htop+deltaP (8.2) Qspill = Relative Weir Coefficient*0.63*B*sqrt(2g)*(Hm-(Htop+deltaP))^1.5 here: Qspill= the spill discharge [m3/s], B = a conceptual spill width [m], Hm = the water level in the manhole [m], Htop = the ground level in the manhole [m], deltaP = the "Buffer Pressure Level" for the spill [m], g = the acceleration of gravity [ms-2), RelativeWeirCoefficient = the linear scaling coefficient for the spill.
Inheritance Hierarchy

Namespace:  DHI.Mike1D.NetworkDataAccess
Assembly:  DHI.Mike1D.NetworkDataAccess (in DHI.Mike1D.NetworkDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public class SpillingCover : Cover, 
	ISpillingCover, ICover

The SpillingCover type exposes the following members.

Constructors
  NameDescription
Public methodSpillingCover
Default constructor
Top
Properties
  NameDescription
Public propertyExpansionCoefficient
The surface area of normal and spilling covers expand to this coefficient times the area at the start of the cover.
(Inherited from Cover.)
Public propertySpillCoefficient
Linear scaling coefficient for the spill Unit: [] Default: 1
Public propertySpillingWaterLevel
Water level where spilling starts. Usually ground level. Observe: Cover expansion starts at a different level than spilling. Unit: [m]
Public propertyWaterLevelStart
Water level where cover starts
(Inherited from Cover.)
Top
Methods
  NameDescription
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 methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
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