Click or drag to resize

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: 19.0.0.0 (11.1.1.1111)
Syntax
public enum BoundarySourceComponentType
Members
  Member nameValueDescription
Default0 The default type for a component is a concentration.
Load1 The source is a load, in kg/day or similar units
LoadPerArea2 The source is a load, in kg/day/area or similar units
LoadPerPerson3 The source is a load, in kg/day/person or similar units
TableConcentration4 The source is determined from a table converting runoff to concentration. Can have just a single BoundaryItemTableConcentration item.
SWQAdvanced5 The source is an advanced SWQ method. Can have just a single BoundarySourceSWQ item.
See Also