LTSJob Class

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.

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 LTSJob
Inheritance
Object    LTSJob

Constructors

LTSJobInitializes a new instance of the LTSJob class

Methods

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)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

Fields

ActualEndTime 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.
ActualStartTime Time at which the job started in the simulation. Can be different from StartTime since the previous job can extend into this job.
DtMax Maximum Dt in Job
DtMin Minimum Dt in job
EndTime End time of LTS Job
EndTimeNoDuration End time of LTS Job if no duration for stop conditions is considered
HotStartDate Time to extract hotstart from
HotStartFile Name and path of hot start file
HotStartInflow Inflow used to determine which hotstart file to use.
JobStartCriterionId Id of Job-start criteria
JobStopCriterionId Id of Job-stop criteria which determined the job end time
JobStopCriterionNoDurationId Id of Job-stop criteria which determined the job end time with no duration
StartTime Start time of LTS Job
UseHotStartFile Flag indicating if to use hot start file

See Also