Click or drag to resize

Mike1DController Properties

The Mike1DController type exposes the following members.

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