StructureTypes Enumeration |
Namespace: DHI.Mike1D.StructureModule
public enum StructureTypes
Member name | Value | Description | |
---|---|---|---|
Regular | 0 | Regular structure, obstructing the flow in the river. | |
SideStructure | 1 | Side structure, working as a structure-outlet on the side of the river, where water will leave the system. | |
SideStructureWithReservoir | 2 |
Side structure with an attached reservoir, water leaving the river will enter a reservoir.
The geometry of the side structure is specified in the SideStructureReservoir This is an easy way of setting up a structure on a structure reach and connected to a basin. | |
SubStructure | 3 | Sub-structure is not an independent structure, but part of another structure or component. This type of structure is not added directly to the model, but are by the HD module considered as disabled. The effect of this type of structure is included implicitly by the "user" of the sub-structure, usually being another structure. |