Click or drag to resize

EngineNet Properties

The EngineNet type exposes the following members.

Properties
  NameDescription
Public propertyAdditionalData
Internal method. Additional data from the MIKE 1D data object. Set during initialize.
Public propertyADModule
AD module
Public propertyBaseFilePath
Internal method. Base file path of simulation. Set during initialize.
Public propertyCatchmentModifiers
Modifiers for catchment output.

Must be provided before prepare

Public propertyDataModule
DataModule - always present
Public propertyEngineTime
Simulation time. To be elaborated.
Public propertyHDModule
hdModule - must always be present
Public propertyLTSModule
LTS module
Public propertyMaxNumberOfThreadsUser
Maximum number of threads to use.

Using more than one thread may give different results, due change in order of calculations and therefor different rounding errors from simulation to simulation when running multiple threads. If exact same results are required for each simulation, set this to 1.

The number of threads actually used are limited by the smallest of this number, the number of logical processing units (number of CPU cores), the license and the OMP_NUM_THREADS environment variable.

Public propertyModules
All modules (HD, AD, WQ, ST)
Public propertyNodes
List of EngineNodes
Public propertyPauseSimulation
If this is true, then the simulation will pause before the next timestep
Public propertyProjectionString
Returns Projection String.
Public propertyReaches
List of Engine Reaches
Public propertyRRModule
RRModule, used when running RR+HD in parallel.
Public propertyRuntimeDiagnostics
Diagnostics instance for the engine net. Used during runtime.
Top
See Also