Click or drag to resize

CatchmentComponentSourceBoundary Class

A special kind of boundary, only used when AD module is enabled, which provides component concentrations for catchment inflows.
Inheritance Hierarchy
SystemObject
  DHI.Mike1D.BoundaryModuleAbstractSourceBoundary
    DHI.Mike1D.BoundaryModuleCatchmentComponentSourceBoundary

Namespace:  DHI.Mike1D.BoundaryModule
Assembly:  DHI.Mike1D.BoundaryModule (in DHI.Mike1D.BoundaryModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public class CatchmentComponentSourceBoundary : AbstractSourceBoundary

The CatchmentComponentSourceBoundary type exposes the following members.

Constructors
  NameDescription
Public methodCatchmentComponentSourceBoundary
Initializes a new instance of the CatchmentComponentSourceBoundary class
Top
Properties
  NameDescription
Public propertyBoundaryID
ID of boundary
(Inherited from AbstractSourceBoundary.)
Public propertyBoundarySourceType
Not supported
(Overrides AbstractSourceBoundaryBoundarySourceType.)
Public propertyCatchmentIds
List of catchment ID's that this is attached to.
Public propertyCatchmentQuantity
Quantity of catchment flow that the component is related to.

Default is

Quantity.Create(PredefinedQuantity.TotalRunOff)
though by changing this, the component can be attached to NetRainfall or OverlandFlow or similar.

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 propertyItems
A list of all items attached to the source
(Inherited from AbstractSourceBoundary.)
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.)
Top
Methods
  NameDescription
Protected methodCalculateVariation
Calculate variation (as difference from linear interpolation between start and end)

This method estimates the variation by checking values at 3 intermediate points within the interval.

Since this looks up in the time series 5 times, there may be performance issues with this, so use with care.

(Inherited from AbstractSourceBoundary.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetAccumulatedValue(DateTime, DateTime)
Not supported
(Overrides AbstractSourceBoundaryGetAccumulatedValue(DateTime, DateTime).)
Public methodGetAccumulatedValue(Int32, DateTime, DateTime)
Not supported
(Overrides AbstractSourceBoundaryGetAccumulatedValue(Int32, DateTime, DateTime).)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetNextComponentTransitionTime
Gets the next time for which there is a different value in the component boundary source.
(Inherited from AbstractSourceBoundary.)
Public methodGetNextTransitionTime
Not supported
(Overrides AbstractSourceBoundaryGetNextTransitionTime(DateTime).)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetValue(DateTime)
Not supported
(Overrides AbstractSourceBoundaryGetValue(DateTime).)
Public methodGetValue(Int32, DateTime)
Get value of the component in the boundary on the provided index.

The index is NOT into global index of AD components.

(Inherited from AbstractSourceBoundary.)
Public methodGetValueWithoutDWF
Not supported
(Overrides AbstractSourceBoundaryGetValueWithoutDWF(DateTime).)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodPrepare
Prepare source.
(Overrides AbstractSourceBoundaryPrepare(DateTime, DateTime, IDiagnostics).)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Protected methodTryModify(Double, DateTime)
Try modify boundary value, if Modifier is not null
(Inherited from AbstractSourceBoundary.)
Public methodValidate
Not supported
(Overrides AbstractSourceBoundaryValidate(DateTime, DateTime).)
Protected methodValidateItems
Validate _iItems of BoundarySource
(Inherited from AbstractSourceBoundary.)
Top
Fields
  NameDescription
Protected field_boundaryID (Inherited from AbstractSourceBoundary.)
Protected field_iItems
A list of all items attached to the source
(Inherited from AbstractSourceBoundary.)
Top
See Also