HDModuleAddBoundaryToAdaptiveTimeStepCheck 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 AddBoundaryToAdaptiveTimeStepCheck(
	IBoundarySource bnd,
	double referenceValue,
	bool inflowBoundary
)

Parameters

bnd  IBoundarySource
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