AdaptiveTSCheckSolutionConstraints Class

Apply constraints on time steps

Definition

Namespace: DHI.Mike1D.Engine.ModuleHD
Assembly: DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public class AdaptiveTSCheckSolutionConstraints
Inheritance
Object    AdaptiveTSCheckSolutionConstraints

Constructors

Properties

TimeStepOk Flag indicating if last time step was OK.
TimeStepping Returns timeStepping

Methods

AddBoundaryToAdaptiveTimeStepCheck(IBoundaryAdaptive, Double, Boolean) Add a boundary source to the adaptive time series check
AddBoundaryToAdaptiveTimeStepCheck(IBoundarySource, Double, Boolean) Add a boundary source to the adaptive time series check
Check Checking Solution Constraints for adaptive Time Step
CheckStructures Checking Boundary Time series and retrieving preferred dt
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)
GetBoundaryPreferredTimeStep Get preferred time step, such that changes in boundary time series is within some limits
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)
PreferredTimeStep Calculate preferred time step
Prepare Set up internal data structures
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also