Click or drag to resize

IControlFunctionTime Interface

Interface for control functions that are aware of time or/and stores a state which changes with time.

A "default control functions" that depends only on their parameters need not implement this interface.

A control function which has a state, needs to implement this interface and also IModelStateReadWrite.

Namespace:  DHI.Mike1D.ControlModule
Assembly:  DHI.Mike1D.ControlModule (in DHI.Mike1D.ControlModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public interface IControlFunctionTime

The IControlFunctionTime type exposes the following members.

Methods
  NameDescription
Public methodFinalizeTimeStep
Finalize Timestep, during simulation
Public methodPrepare
Prepare, before simulation start
Public methodUpdate
Update, during simulation
Top
See Also