Click or drag to resize

LTSJob Structure

A SimulationEvent describes one of a series of simulations that are performed during the total runtime of the Long Term Simulation. A SimulationEvent is the same as am LTS "job" in MU terms.

Namespace:  DHI.Mike1D.Mike1DDataAccess
Assembly:  DHI.Mike1D.Mike1DDataAccess (in DHI.Mike1D.Mike1DDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public struct LTSJob

The LTSJob type exposes the following members.

Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
Fields
  NameDescription
Public fieldActualEndTime
Time at which the job ended in the simulation. Can be different from EndTime since the the job runs until the stop conditions are fulfilled.
Public fieldActualStartTime
Time at which the job started in the simulation. Can be different from StartTime since the previous job can extend into this job.
Public fieldDtMax
Maximum Dt in Job
Public fieldDtMin
Minimum Dt in job
Public fieldEndTime
End time of LTS Job
Public fieldEndTimeNoDuration
End time of LTS Job if no duration for stop conditions is considered
Public fieldHotStartDate
Time to extract hotstart from
Public fieldHotStartFile
Name and path of hot start file
Public fieldHotStartInflow
Inflow used to determine which hotstart file to use.
Public fieldJobStartCriterionId
Id of Job-start criteria
Public fieldJobStopCriterionId
Id of Job-stop criteria which determined the job end time
Public fieldJobStopCriterionNoDurationId
Id of Job-stop criteria which determined the job end time with no duration
Public fieldStartTime
Start time of LTS Job
Public fieldUseHotStartFile
Flag indicating if to use hot start file
Top
See Also