Click or drag to resize

EngineNet Properties

The EngineNet type exposes the following members.

Properties
  NameDescription
Public propertyAssignedPointSourceBoundaries
List of assigned point source boundaries. Used by LTS.
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 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 propertyRuntimeDiagnostics
Diagnostics instance for the engine net. Used during runtime.
Top
See Also