LTSJobListCreator Class

Class for creating an LTS job list.

The algorithm calculates the inflows only when it is raining. This effectively skips potential jobs where there is boundary inflow satisfying job start condition, but there is no active rain.

Definition

Namespace: DHI.Mike1D.Mike1DDataAccess
Assembly: DHI.Mike1D.Mike1DDataAccess (in DHI.Mike1D.Mike1DDataAccess.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public class LTSJobListCreator
Inheritance
Object    LTSJobListCreator

Constructors

LTSJobListCreatorInitializes a new instance of the LTSJobListCreator class

Properties

CurrentTime Current time in the job list generation.
SkipTimeStepOutputWithZeroInflows Flag indicating whether to skip time step output when all inflows are zero.

Methods

ApplyExternalSources Applies external sources.
CreateJobList Returns LTSJobList for given simulation parameters in mike1DData.
CreateJobList(DateTime, DateTime, TimeSpan) Returns LTSJobList for given simulation parameters.
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
FinalizeSimulation Finalize simulation.
FinalizeTimeStep Finalize time step.
FindRainEvent Find rain event.
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTotalInflow Get inflow contributions from point source boundaries into nodes and catchment connections into nodes. For includeOnlyStormRunoff=true only Storm Runoff contributions are included.
GetTypeGets the Type of the current instance.
(Inherited from Object)
Initialize Initialize.
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
PerformTimeStep Perform time step.
Prepare Prepare.
PrepareForTimeStep Prepare for time step.
ToStringReturns a string that represents the current object.
(Inherited from Object)

Events

PostTimeStepEvent An event that is called after a time step.

See Also