IBoundaryAdaptive Interface

Interface handling adaptive time step evaluation. Implemented by as well boundary items as boundary sources

Definition

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

Methods

GetPreferredTimeStep Get preferred time step, which should not vary more than maxRelChange within the given time step.

See Also