Click or drag to resize

OpenSourceBoundary Properties

The OpenSourceBoundary type exposes the following members.

Properties
  NameDescription
Public propertyBoundaryID
ID of boundary
(Inherited from AbstractSourceBoundary.)
Public propertyBoundarySourceType
Type of boundary - always OpenSource
(Overrides AbstractSourceBoundaryBoundarySourceType.)
Public propertyComponents
A list of all components sources attached to the source. Each component may have more than one entry in this list.
(Inherited from AbstractSourceBoundary.)
Public propertyExtensionData
Data from an extended DataContract not recognized here
Public propertyFlushFromBoundary
If true, at water level boundaries, the initial boundary water level will be "flushed" into the model as far as possible, and used as boundary conditions.
Public propertyItems
A list of all items attached to the source
(Inherited from AbstractSourceBoundary.)
Public propertyMixHalvingTime
MixHalvingTime is time constant used to calculate boundary concentration mixing in case of flow reversal at the boundary,

It specifies the the time it takes to half the influence of a previous outflow.

A value of zero is undefined, and will disable mixing.

Default value: 3600. Unit: [s]

Public propertyModifier
A modifier that you can assign run-time to the setup, to handle e.g. putting noise to the model or in other ways change the value.

Default is null

The value is provided in the engine unit and must be returned in the engine unit.

(Inherited from AbstractSourceBoundary.)
Public propertyNodeLocations
A list of all NodeLocations
(Inherited from AbstractLocationSourceBoundary.)
Public propertyOpenSourceBoundaryType
Type of this OpenSourceBoundary
Public propertyPointLocations
A list of all PointLocations
(Inherited from AbstractLocationSourceBoundary.)
Public propertyUseMixing
If true, then the AD module uses mixing when calculating boundary concentration in case of flow reversal at the boundary.
Top
See Also