Mike1DData Properties |
The Mike1DData type exposes the following members.
Name | Description | |
---|---|---|
ADComponentData |
Advection-dispersion/component transport data access. Defines components that are included in the simulation.
| |
AdditionalData |
Additional data, a set of key-value pairs, where the key is a string.
| |
BoundaryData |
Boundary data access. Provides access to all input data that specifies the boundary conditions
| |
CatchmentDischargeResultDataFilePath | Obsolete.
Path to file containing rainfall runoff results that is to be
coupled with a HD simulation.
| |
Connection |
Holder of read/write information
(Inherited from AbstractDataAccess.) | |
ControlData |
Control module data access. Provides access to all input data for control
| |
CrossSections |
Cross section data access. Provides access to all input data that defines the cross sections.
| |
CrossSectionsFilePath |
File path to cross section file
| |
CustomTypes |
List of custom types stored in the data object and that must be serialized.
(Inherited from AbstractDataAccess.)A custom type is e.g. a user implemented structure or catchment model. In order to store information on the custom type in the .m1dx file, the system needs to know which custom types are being used, and they must be added to this list. | |
DataAssimilationData |
Data Assimilation data. Provides access to all input data that specifies Data Assimilation
| |
DataVersion |
Version of data read from storage. Only applicable when reading data from .m1dx file,
where it is possible to check if data is read from an older .m1dx file.
| |
Description |
Description of the simulation
| |
EcoLabData |
EcoLab data access component. Defines the connection between the HD and AD module and the EcoLab template
| |
ExtensionData |
Holds data from an extended DataContract
(Inherited from AbstractDataAccess.) | |
FilePathHtmlErrorLog |
File path of html error log. Used by SimLauncher.SimulationWorker to create the log.
The log files will not be created when using the IMike1DController directly. | |
FilePathHtmlSummary |
File path of html summary. Used in SimLauncher.SimulationWorker to create the log.
The log files will not be created when using the IMike1DController directly. | |
HDParameters |
HD parameter data access. Provides options for the HD part of the engine
| |
Id |
Id of the simulation
| |
LongTermStatistics |
Data access for HD long term statistics simulations
| |
MaxNumberOfErrorLogFileBackups |
Maximum number of backups of html error log file. Log files are rolled over so that
older log files are kept. This is the maximum number of old log files that are stored.
Default value is 3.
| |
Network |
Network data access. Provides access to input data that defines the network.
Notice that structure data are accessed through the the network.
| |
PipeDesignData |
Pipe design data. Pipe design is a MU feature for calibrating reach diameters
| |
PluginInfos |
List of plugins registered for this setup.
Plugins are handled when the setup has been loaded and a Mike1DData object is available. | |
ProjectionString |
A WKT string defining the spatial reference system. See DHI.Generic.DFSIO.IDFSProjection
for details.
| |
RainfallRunoffData |
Rainfall Runoff (catchment) data access. Provides access to all input data that specifies rainfall runoff models
| |
RainfallRunoffResultDataFilePath | Obsolete.
Path to file containing rainfall runoff results that is to be
coupled with a HD simulation.
| |
ResultBaseFilePath |
Base path for result files. If a relative path is specified
for a result file, the path is relative to this path.
If this is not set explicitly, the Connection FilePath is used as base file path. Set to null to delete an explicitly defined value. If folder does not exist, but the parent folder exists, the folder will be created when the simulation is executed. | |
ResultSpecifications |
Specifications on how to write result files, when, what to include and where.
| |
RuntimeDiagnostics |
Diagnostics instance for the engine net. Used during runtime.
| |
ScenarioId |
Scenario Id of the simulation
| |
ScriptInfos |
List of scripts registered for this setup.
Scripts are handled when the setup has been loaded and a Mike1DData object is available. | |
SimulationEnd |
Simulation end time
| |
SimulationStart |
Simulation start time
| |
StatestartInfos |
List of statestart files, prioritized, the first one being
tried first.
| |
StateWriteSpecification |
Specifications on how to write state files.
| |
STData |
Sediment Transport data access.
| |
TimeStepping |
Get/set TimeStepping parameters
| |
TsBuffer |
A buffer containing all timeseries, so they can be reused.
| |
UnitSystem |
Unit system used when reporting
| |
UseHDLongTermStatistics |
If this is true, then run HD simulation in Long Term Statistics mode based on the
configuration in
| |
UsePipeDesign |
Run a pipe design simulation. Pipe design is a MU feature for calibrating reach diameters
| |
UserUnitProvider |
Unit provider used when UnitSystem is User You must also set the UnitSystem to User in order to use the specified unit provider. The user unit provider must be set in-process, i.e. it is not stored to MIKE 1D setup file. |