BoundaryExtensions Class |
Namespace: DHI.Mike1D.BoundaryModule
public static class BoundaryExtensions
The BoundaryExtensions type exposes the following members.
Name | Description | |
---|---|---|
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.
| |
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
| |
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.
|