Click or drag to resize

AdaptiveTSCheckSolutionConstraintsAddBoundaryToAdaptiveTimeStepCheck Method (IBoundaryAdaptive, Double, Boolean)

Add a boundary source to the adaptive time series check

Namespace:  DHI.Mike1D.Engine.ModuleHD
Assembly:  DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public void AddBoundaryToAdaptiveTimeStepCheck(
	IBoundaryAdaptive bnd,
	double referenceValue,
	bool inflowBoundary
)

Parameters

bnd
Type: DHI.Mike1D.BoundaryModuleIBoundaryAdaptive
Boundary to add
referenceValue
Type: SystemDouble
Reference value of boundary, used to calculate relative change from
inflowBoundary
Type: SystemBoolean
True for inflow boundaries, false for water level boundaries
See Also