HDModuleAddToAdaptiveTimeStepCheck Method

Add a boundary source to the adaptive time series check

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 void AddToAdaptiveTimeStepCheck(
	IBoundaryAdaptive bnd,
	double referenceValue,
	bool inflowBoundary
)

Parameters

bnd  IBoundaryAdaptive
Boundary to add
referenceValue  Double
Reference value of boundary, used to calculate relative change from
inflowBoundary  Boolean
True for inflow boundaries, false for water level boundaries

See Also