AbstractBoundaryItemIsDryWeatherFlow Property |
Boundary items can be marked as "dry weather flow" (used in MIKE URBAN). This is used in
Long Term Simulation to exclude dry weather flow from the total inflow when evaluating
how to start a new LTS job (if selecting a new hot start file)
This flag has no effect on the simulation, only on LTS job evaluations.
Namespace:
DHI.Mike1D.BoundaryModule
Assembly:
DHI.Mike1D.BoundaryModule (in DHI.Mike1D.BoundaryModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public bool IsDryWeatherFlow { get; set; }
Public Property IsDryWeatherFlow As Boolean
Get
Set
public:
virtual property bool IsDryWeatherFlow {
bool get () sealed;
void set (bool value) sealed;
}
Property Value
Type:
BooleanImplements
IBoundaryItemIsDryWeatherFlowSee Also