LTSEventListMax Class |
Namespace: DHI.Mike1D.Mike1DDataAccess
public class LTSEventListMax : LTSEventList
The LTSEventListMax type exposes the following members.
Name | Description | |
---|---|---|
LTSEventListMax |
Constructor
|
Name | Description | |
---|---|---|
Getter |
The current value to use when calculating the maximum
(Inherited from LTSEventList.) | |
MaxNumberOfResults |
The maximum number of result that will be written to the result file.
(Inherited from LTSEventList.) | |
MinimumTimeBetweenValues |
Two events in the event list should be separated by at least this TimeSpan. If they are closer
together then they are considered part of the same event.
(Inherited from LTSEventList.) |
Name | Description | |
---|---|---|
Add(DateTime, Double) |
Add an event with a single value to the list
(Inherited from LTSEventList.) | |
Add(DateTime, Double, Double) |
Add an event with two values to the list
(Inherited from LTSEventList.) | |
Add(DateTime, Double, Double, Double) |
Add an event with three values to the list
(Inherited from LTSEventList.) | |
CommitLastValueInJob |
Commit the last value in the LTS job (and LTS simulation consists of multiple jobs)
(Overrides LTSEventListCommitLastValueInJob.) | |
CommitLastValueInSimulation |
Commit the last value in the LTS simulation (and LTS simulation consists of multiple jobs)
(Inherited from LTSEventList.) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
PrepareForNextLTSJob |
Resets the state of the eventlist in preparation for another simulation in the LTS sequence.
(Overrides LTSEventListPrepareForNextLTSJob.) | |
SortOnTime |
Sort the event list on time stamps
(Inherited from LTSEventList.) | |
SortOnValue1 |
Sort the event list on the first value of each event
(Inherited from LTSEventList.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
Update |
Update calculates the values in the events.
(Overrides LTSEventListUpdate(DateTime).) | |
WriteToPFSFile |
Write this event list to a PFS file (MU ERF format)
(Inherited from LTSEventList.) |
Name | Description | |
---|---|---|
_events | List of LTS events (Inherited from LTSEventList.) | |
_getter |
The current value to use when calculating the maximum
(Inherited from LTSEventList.) | |
_minimumTimeBetweenValues |
Two events in the event list should be separated by at least this TimeSpan. If they are closer
together then they are considered part of the same event.
(Inherited from LTSEventList.) | |
_zeroFlow | Zero flow tolerance (Inherited from LTSEventList.) |