EngineNet Properties |
The EngineNet type exposes the following members.
Name | Description | |
---|---|---|
AdditionalData |
Internal method. Additional data from the MIKE 1D data object. Set during initialize.
| |
ADModule |
AD module
| |
BaseFilePath |
Internal method. Base file path of simulation. Set during initialize.
| |
CatchmentModifiers |
Modifiers for catchment output.
Must be provided before prepare | |
DataModule |
DataModule - always present
| |
EngineTime |
Simulation time. To be elaborated.
| |
HDModule |
hdModule - must always be present
| |
LTSModule |
LTS module
| |
MaxNumberOfThreadsUser |
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. | |
Modules |
All modules (HD, AD, WQ, ST)
| |
Nodes |
List of EngineNodes
| |
PauseSimulation |
If this is true, then the simulation will pause before the next timestep
| |
ProjectionString |
Returns Projection String.
| |
Reaches |
List of Engine Reaches
| |
RRModule |
RRModule, used when running RR+HD in parallel.
| |
RuntimeDiagnostics |
Diagnostics instance for the engine net. Used during runtime.
|