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.

Definition

Namespace: DHI.Mike1D.ControlModule
Assembly: DHI.Mike1D.ControlModule (in DHI.Mike1D.ControlModule.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public interface IControlFunctionTime

Methods

FinalizeTimeStep Finalize Timestep, during simulation
Prepare Prepare, before simulation start
Update Update, during simulation

See Also