DHI.Mike1D.Plugins Namespace |
Class | Description | |
---|---|---|
CompositeStructureIterations |
Print out composite structure iterations to console or file
| |
ControlVariableExpression |
Plugin class for adding variable expressions to the control module
| |
CulvertIterations |
Print out culvert iterations to console or file
| |
DecoupledOutput |
Plugin for setting up decoupled output.
| |
EcoLabDebugger |
Plugin that enables debug output from ECO Lab.
The following parameters must be set:
| |
EcoLabNumberChecker |
Plugin that checks output from ECO Lab, and will throw an exception on first occurance
of a NaN of inf number.
| |
Mike1DPluginInfo |
Information on how to load a MIKE 1D plugin.
A Mike 1D plugin is a class implementing the IMike1DPlugin. To utilize such a class, the name of the class and the name of the assembly containing the class must be provided. Also a number of arguments to the assembly can be defined. | |
PluginWriteSteadyIterationsToFile |
Plugin that enables writing of steady iterations to default HD result file.
| |
PostTimestepReport |
Abstract class for producing a report at end of time step.
| |
RemoveLID |
Plugin for removing some or all LID's from a setup
|
Structure | Description | |
---|---|---|
Mike1DPluginArgument |
Argument for a plugin, in the form of a key and a value
|
Interface | Description | |
---|---|---|
IMike1DPlugin |
Interface for a MIKE 1D Plugin.
|