Click or drag to resize

BoundaryData Methods

The BoundaryData type exposes the following members.

Methods
  NameDescription
Public methodAppend
Append data from another file defined by its connection to the current Boundary data object
Public methodCreateRuntimeDiagnostics
Create runtime diagnostics object
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 methodGetDistributedSourceBoundariesForType
Engine functionality. Get IDistributedSourceBoundary list for all IDistributedSourceBoundary's of a given DistributedSourceBoundaryTypes
Public methodGetGlobalSource
Gets the GlobalSourceBoundary that handles the globalSourceBoundaryType. Null if not existing in the list.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetOpenSourceBoundariesForType
Engine functionality. Get IOpenSourceBoundary list for all IOpenSourceBoundary's of a given OpenSourceBoundaryTypes.
Public methodGetOrCreateGlobalSource(GlobalSourceBoundaryTypes)
Gets the GlobalSourceBoundary that handles the globalSourceBoundaryType. Null if not existing in the list.
Public methodGetOrCreateGlobalSource(GlobalSourceBoundaryTypes, GlobalSourceApplicationTypes)
Gets the GlobalSourceBoundary that handles the globalSourceBoundaryType. Null if not existing in the list.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodPrepare
Prepare the object for a simulation
Public methodPrepareComponents
Prepare the object for AD/ST integration, setting output unit from boundary system for all components
Public methodSave
Save the data to the file defined by the Connection File will be overwritten if existing.
Public methodShareTsBuffer
Share TS buffer to all time series boundary items that is connected to any boundary source in the boundary data object.

Only boundary sources deriving from AbstractSourceBoundary will be considered, since that contains the only known list of boundary items.

Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTotalNumberOfInflowBoundaries
Returns the total number of inflow and QH boundaries
Public methodValidate
Validates the object
Top
Extension Methods
  NameDescription
Public Extension MethodFindOpenSourceBoundaries
Find open source boundaries for the location.
(Defined by BoundaryExtensions.)
Public Extension MethodFindOpenSourceBoundary
Find open source boundary for the location. Returns the first one found (i.e. does not check if there is more than one).
(Defined by BoundaryExtensions.)
Public Extension MethodRemoveOpenSourceBoundary
Remove boundary at location. If boundary is used in more than one location, only the location is removed from the boundary, otherwise the entire boundary is removed.
(Defined by BoundaryExtensions.)
Top
See Also