Click or drag to resize

AbstractBoundaryItemSoftstartType Property

Type of softstart. Default none

Softstart does not make sense for all boundary types, typically only for those that otherwise can be disabled/left out of the simulation.

Softstart starttime is ApplicationBegin which if not set explicitly is either
  • Globally: Simulation start time
  • Locally: Item source start time (typically timeseries file start)

Namespace:  DHI.Mike1D.BoundaryModule
Assembly:  DHI.Mike1D.BoundaryModule (in DHI.Mike1D.BoundaryModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public SoftstartTypes SoftstartType { get; set; }

Property Value

Type: SoftstartTypes

Implements

IAdvancedBoundaryItemSoftstartType
See Also