DHI.Mike1D.SimLauncher Namespace |
| Class | Description | |
|---|---|---|
| Apv |
Class for handling APV files, especially the _spi_ file and _kill_ files
| |
| HTMLErrorLog |
Write diagnostics items to an HTML file.
| |
| HTMLLog |
Base class for HTML log file writers. It is handling log file rolling, i.e.
when a new mysim.html log file is created, the existing is renamed to
mysim01.html, and the mysim01.html is renamed to mysim02.html etc. up til
MaxNumberOfFileBackups.
| |
| HTMLSummary |
Write a summary of a simulation to an HTML file.
| |
| Mike1DApplicationForm |
Application form, showing warnings, progress etc.
| |
| PipeDesignWindow |
Pipe design form window
| |
| ProgressWriterApv2 |
Write progress to APV _spi_ files and check for a _kill_ file.
| |
| ProgressWriterGuiRRCalibration |
Write progress to GUI for time stepping type of simulations
| |
| ProgressWriterGuiTimeStepping |
Write progress to GUI for time stepping type of simulations
| |
| SimLauncherUtil |
Misc helper methods
| |
| SimulationLauncher |
The simulation launcher loads and runs a setup in a simple GUI,
with progress bar and start/stop capabilities.
It is using the SimulationWorker to do the actual simulation, so in case the GUI is not required, use instead the SimulationWorker. | |
| SimulationParameters |
Simulation parameters, used by the SimulationLauncher and SimulationWorker | |
| SimulationWorker |
Simulation worker is a class that performs the actual simulation, by
using the IMike1DController. It handles special log file
writing, html summery/error, apv files. It also takes care of
running any autocalibration before the actual simulation.
Special behavior can be specified in the SimulationParameters. |
| Interface | Description | |
|---|---|---|
| ISimulationLauncher |
A simple simulation launcher interface that loads
and runs a setup, either with a GUI or silently.
| |
| ISimulationUI |
Interface that for customize the simulation UI
|
| Delegate | Description | |
|---|---|---|
| SimulationLauncherSimulationDoneEventType |
Delegate type, called when simulation is done
|
| Enumeration | Description | |
|---|---|---|
| SimulationWorkerMessageType |
Type of message
|