Click or drag to resize

AbstractMike1DController Properties

The AbstractMike1DController type exposes the following members.

Properties
  NameDescription
Public propertyCurrentTime
Current time of simulation
Public propertyDiagnosticsHandler
Handler, taking care of diagnostics messages.
Public propertyEngineNet
The enginenet used for the simulation
Public propertyIsFailed
Bool indicating that the controller is in a failed state
Public propertyMike1DData
The Mike1DData that defines the simulation setup
Public propertyMinSecondsBetweenProgressEvent
Minimum number of seconds between the ControllerProgressEvent is triggered.
Public propertyProgressState
Progress state of the controller, specifying how far the controller has progressed. One of Initialized,Prepared,Running.
Public propertyResultDataList
List of all result data components associated with
Public propertyRuntimeDiagnostics
Diagnostics that are used during the simulation (prepare, run)
Public propertySimulationType
String to indicate the type of simulation being run. Used for user output only.
Public propertyState
Current state of the controller
Public propertyTimings
Detailed timings of the different parts of the simulation.
Top
See Also