Mike1DControllerFactory Methods

Methods

Create(Mike1DData) Create controller based on content of the mike1DData.
Create(IConnection, IDiagnostics) Load data from file, and create controller.
Create(String, IDiagnostics) Load data from file, and create controller.
CreateController Create controller, using the provided MIKE 1D data object.

Sets up log-file writing.

CreatePreController Create pre-simulation controller. A pre-controller may need to run before the actual simulation in order to preproces any required data.

The only current pre-controller is auto-calibration of NAM/RDI catchments.

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
OpenAndCreate Open setup and populate Mike1DData, and create a IMike1DController.
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also