BoundaryExtensions Class |
Namespace: DHI.Mike1D.BoundaryModule
The BoundaryExtensions type exposes the following members.
Name | Description | |
---|---|---|
DistributionType |
Type of distribution on reaches for the global boundary type
| |
FindOpenSourceBoundaries |
Find open source boundaries for the location.
| |
FindOpenSourceBoundary |
Find open source boundary for the location. Returns the first one found (i.e. does not
check if there is more than one).
| |
FindTimeNextValue |
Findes the time where the boundary source has a value that is non-zero. The
time interval is within the provided limits.
| |
GetBoundaryPreferredTimeStep |
For a generic boundary, estimate the preferred time step, based in some tolerances for how much the
boundary can change within a time step.
| |
HasCatchmentType |
Check if global boundary type has a matching catchment boundary type.
| |
HasGlobalType |
Check if catchment boundary type has a matching global boundary type.
| |
HasWeights |
Returns true if weights are defined for this catchment.
| |
IsCatchmentDischargeType(CatchmentSourceBoundaryTypes) |
Returns true if the catchment source type is a catchment discharge type
| |
IsCatchmentDischargeType(GlobalSourceBoundaryTypes) |
Returns true if the catchment source type is a catchment discharge type
| |
IsLoad |
Check if boundary source component is a load
| |
OutputQuantity |
Get output quantity for global source
| |
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.
| |
Rescale |
Rescale weights for all catchments that has weights defined.
| |
ToCatchmentType |
Convert a global boundary type to a catchment boundary type.
| |
ToGlobalType |
Convert a catchment boundary type to a global boundary type. If there is no corresponding global type,
an exception is thrown.
|