BoundarySourceComponentType Enumeration |
For Component sources, specifies which type of source it is
Namespace:
DHI.Mike1D.BoundaryModule
Assembly:
DHI.Mike1D.BoundaryModule (in DHI.Mike1D.BoundaryModule.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax public enum BoundarySourceComponentType
Members
| Member name | Value | Description |
---|
| Default | 0 |
The default type for a component is a concentration.
|
| Load | 1 |
The source is a load, in kg/day or similar units
|
| LoadPerArea | 2 |
The source is a load, in kg/day/area or similar units
|
| LoadPerPerson | 3 |
The source is a load, in kg/day/person or similar units
|
See Also