BoundaryData Methods |
The BoundaryData type exposes the following members.
Name | Description | |
---|---|---|
Append |
Append data from another file defined by its connection
to the current Boundary data object
| |
CreateRuntimeDiagnostics |
Create runtime diagnostics object
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetDistributedSourceBoundariesForType |
Engine functionality.
Get IDistributedSourceBoundary list for all IDistributedSourceBoundary's of a given
DistributedSourceBoundaryTypes | |
GetGlobalSource |
Gets the GlobalSourceBoundary that handles the globalSourceBoundaryType.
Null if not existing in the list.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetOpenSourceBoundariesForType |
Engine functionality.
Get IOpenSourceBoundary list for all IOpenSourceBoundary's of a given
OpenSourceBoundaryTypes.
| |
GetOrCreateGlobalSource(GlobalSourceBoundaryTypes) |
Gets the GlobalSourceBoundary that handles the globalSourceBoundaryType.
Null if not existing in the list.
| |
GetOrCreateGlobalSource(GlobalSourceBoundaryTypes, GlobalSourceApplicationTypes) |
Gets the GlobalSourceBoundary that handles the globalSourceBoundaryType.
Null if not existing in the list.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Prepare |
Prepare the object for a simulation
| |
PrepareComponents |
Prepare the object for AD/ST integration, setting output unit from boundary system for all components
| |
Save |
Save the data to the file defined by the Connection
File will be overwritten if existing.
| |
ShareTsBuffer |
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. | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
TotalNumberOfInflowBoundaries |
Returns the total number of inflow and QH boundaries
| |
Validate |
Validates the object
|
Name | Description | |
---|---|---|
FindOpenSourceBoundaries |
Find open source boundaries for the location.
(Defined by BoundaryExtensions.) | |
FindOpenSourceBoundary |
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.) | |
RemoveOpenSourceBoundary |
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.) |