Click or drag to resize

LTSEventListMax Class

An event list that calculates the maximum value. The value is taken from the DDoubleGetter in Getter.
Inheritance Hierarchy

Namespace:  DHI.Mike1D.Mike1DDataAccess
Assembly:  DHI.Mike1D.Mike1DDataAccess (in DHI.Mike1D.Mike1DDataAccess.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
C#
public class LTSEventListMax : LTSEventList

The LTSEventListMax type exposes the following members.

Constructors
  NameDescription
Public methodLTSEventListMax
Constructor
Top
Properties
  NameDescription
Public propertyGetter
The current value to use when calculating the maximum
(Inherited from LTSEventList.)
Public propertyMaxNumberOfResults
The maximum number of result that will be written to the result file.
(Inherited from LTSEventList.)
Public propertyMinimumTimeBetweenValues
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.)
Top
Methods
  NameDescription
Public methodAdd(DateTime, Double)
Add an event with a single value to the list
(Inherited from LTSEventList.)
Public methodAdd(DateTime, Double, Double)
Add an event with two values to the list
(Inherited from LTSEventList.)
Public methodAdd(DateTime, Double, Double, Double)
Add an event with three values to the list
(Inherited from LTSEventList.)
Public methodCommitLastValueInJob
Commit the last value in the LTS job (and LTS simulation consists of multiple jobs)
(Overrides LTSEventListCommitLastValueInJob.)
Public methodCommitLastValueInSimulation
Commit the last value in the LTS simulation (and LTS simulation consists of multiple jobs)
(Inherited from LTSEventList.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodPrepareForNextLTSJob
Resets the state of the eventlist in preparation for another simulation in the LTS sequence.
(Overrides LTSEventListPrepareForNextLTSJob.)
Protected methodSortOnTime
Sort the event list on time stamps
(Inherited from LTSEventList.)
Protected methodSortOnValue1
Sort the event list on the first value of each event
(Inherited from LTSEventList.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUpdate
Update calculates the values in the events.
(Overrides LTSEventListUpdate(DateTime).)
Public methodWriteToPFSFile
Write this event list to a PFS file (MU ERF format)
(Inherited from LTSEventList.)
Top
Fields
  NameDescription
Protected field_events
List of LTS events
(Inherited from LTSEventList.)
Protected field_getter
The current value to use when calculating the maximum
(Inherited from LTSEventList.)
Protected field_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.)
Protected field_zeroFlow
Zero flow tolerance
(Inherited from LTSEventList.)
Top
See Also