Click or drag to resize

ISpillingCover Interface

A spilling cover, where water spills out of the network model.

Namespace:  DHI.Mike1D.NetworkDataAccess
Assembly:  DHI.Mike1D.NetworkDataAccess (in DHI.Mike1D.NetworkDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public interface ISpillingCover : ICover

The ISpillingCover type exposes the following members.

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 ICover.)
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 ICover.)
Top
See Also